object(think\exception\HttpException)#62 (9) { ["statusCode":"think\exception\HttpException":private]=> int(404) ["headers":"think\exception\HttpException":private]=> array(0) { } ["message":protected]=> string(44) "controller not exists:app\controller\Sitemap" ["string":"Exception":private]=> string(0) "" ["code":protected]=> int(0) ["file":protected]=> string(97) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/think/route/dispatch/Controller.php" ["line":protected]=> int(76) ["trace":"Exception":private]=> array(24) { [0]=> array(6) { ["file"]=> string(86) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/think/route/Dispatch.php" ["line"]=> int(89) ["function"]=> string(4) "exec" ["class"]=> string(31) "think\route\dispatch\Controller" ["type"]=> string(2) "->" ["args"]=> array(0) { } } [1]=> array(6) { ["file"]=> string(77) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/think/Route.php" ["line"]=> int(772) ["function"]=> string(3) "run" ["class"]=> string(20) "think\route\Dispatch" ["type"]=> string(2) "->" ["args"]=> array(0) { } } [2]=> array(6) { ["file"]=> string(80) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/think/Pipeline.php" ["line"]=> int(59) ["function"]=> string(15) "think\{closure}" ["class"]=> string(11) "think\Route" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> object(think\Http)#6 (5) { ["app":protected]=> *RECURSION* ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> *RECURSION* } ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> *RECURSION* ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> *RECURSION* ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> *RECURSION* } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> *RECURSION* ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } } } [3]=> array(6) { ["file"]=> string(80) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/think/Pipeline.php" ["line"]=> int(66) ["function"]=> string(15) "think\{closure}" ["class"]=> string(14) "think\Pipeline" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> object(think\Http)#6 (5) { ["app":protected]=> *RECURSION* ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> *RECURSION* } ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> *RECURSION* ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> *RECURSION* ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> *RECURSION* } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> *RECURSION* ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } } } [4]=> array(6) { ["file"]=> string(77) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/think/Route.php" ["line"]=> int(773) ["function"]=> string(4) "then" ["class"]=> string(14) "think\Pipeline" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> object(Closure)#59 (2) { ["static"]=> array(1) { ["dispatch"]=> object(think\route\dispatch\Url)#48 (3) { ["dispatch"]=> array(2) { [0]=> string(7) "sitemap" [1]=> NULL } ["param"]=> array(0) { } ["rule"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } } ["this"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> object(think\Http)#6 (5) { ["app":protected]=> *RECURSION* ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> *RECURSION* } ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> *RECURSION* ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } ["request":protected]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> object(think\Http)#6 (5) { ["app":protected]=> *RECURSION* ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> *RECURSION* } ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> *RECURSION* ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> *RECURSION* ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> *RECURSION* } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> *RECURSION* ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } } } } [5]=> array(6) { ["file"]=> string(76) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/think/Http.php" ["line"]=> int(216) ["function"]=> string(8) "dispatch" ["class"]=> string(11) "think\Route" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> object(think\Http)#6 (5) { ["app":protected]=> *RECURSION* ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> *RECURSION* } ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> *RECURSION* ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> *RECURSION* ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> *RECURSION* } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> *RECURSION* ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } [1]=> object(Closure)#49 (1) { ["this"]=> object(think\Http)#6 (5) { ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> *RECURSION* ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> *RECURSION* } ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } } } } [6]=> array(6) { ["file"]=> string(76) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/think/Http.php" ["line"]=> int(206) ["function"]=> string(15) "dispatchToRoute" ["class"]=> string(10) "think\Http" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> object(think\Http)#6 (5) { ["app":protected]=> *RECURSION* ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> *RECURSION* } ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> *RECURSION* ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> *RECURSION* ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> *RECURSION* } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> *RECURSION* ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } } } [7]=> array(6) { ["file"]=> string(80) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/think/Pipeline.php" ["line"]=> int(59) ["function"]=> string(15) "think\{closure}" ["class"]=> string(10) "think\Http" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> object(think\Http)#6 (5) { ["app":protected]=> *RECURSION* ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> *RECURSION* } ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> *RECURSION* ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> *RECURSION* ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> *RECURSION* } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> *RECURSION* ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } } } [8]=> array(6) { ["file"]=> string(80) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/think-multi-app/src/MultiApp.php" ["line"]=> int(65) ["function"]=> string(15) "think\{closure}" ["class"]=> string(14) "think\Pipeline" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> object(think\Http)#6 (5) { ["app":protected]=> *RECURSION* ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> *RECURSION* } ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> *RECURSION* ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> *RECURSION* ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> *RECURSION* } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> *RECURSION* ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } } } [9]=> array(4) { ["function"]=> string(6) "handle" ["class"]=> string(18) "think\app\MultiApp" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> object(think\Http)#6 (5) { ["app":protected]=> *RECURSION* ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> *RECURSION* } ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> *RECURSION* ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> *RECURSION* ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> *RECURSION* } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> *RECURSION* ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } [1]=> object(Closure)#43 (3) { ["static"]=> array(1) { ["destination"]=> object(Closure)#20 (2) { ["this"]=> object(think\Http)#6 (5) { ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> *RECURSION* ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> *RECURSION* } ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["parameter"]=> array(1) { ["$request"]=> string(10) "" } } } ["this"]=> object(think\Pipeline)#21 (3) { ["passable":protected]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> object(think\Http)#6 (5) { ["app":protected]=> *RECURSION* ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> *RECURSION* } ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> *RECURSION* ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> *RECURSION* ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> *RECURSION* } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> *RECURSION* ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["pipes":protected]=> array(3) { [0]=> object(Closure)#36 (3) { ["static"]=> array(1) { ["middleware"]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } } ["this"]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> object(think\Http)#6 (5) { ["app":protected]=> *RECURSION* ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> *RECURSION* ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$next"]=> string(10) "" } } [1]=> object(Closure)#40 (3) { ["static"]=> array(1) { ["middleware"]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } } ["this"]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> object(think\Http)#6 (5) { ["app":protected]=> *RECURSION* ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> *RECURSION* ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$next"]=> string(10) "" } } [2]=> object(Closure)#41 (3) { ["static"]=> array(1) { ["middleware"]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } ["this"]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> object(think\Http)#6 (5) { ["app":protected]=> *RECURSION* ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> *RECURSION* ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$next"]=> string(10) "" } } } ["exceptionHandler":protected]=> array(2) { [0]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> object(think\Http)#6 (5) { ["app":protected]=> *RECURSION* ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> *RECURSION* ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } } [1]=> string(15) "handleException" } } ["parameter"]=> array(1) { ["$passable"]=> string(10) "" } } } } [10]=> array(4) { ["file"]=> string(82) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/think/Middleware.php" ["line"]=> int(142) ["function"]=> string(14) "call_user_func" ["args"]=> array(3) { [0]=> array(2) { [0]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> object(think\Http)#6 (5) { ["app":protected]=> *RECURSION* ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> *RECURSION* } ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } } ["think\app\MultiApp"]=> *RECURSION* ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } [1]=> string(6) "handle" } [1]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> object(think\Http)#6 (5) { ["app":protected]=> *RECURSION* ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> *RECURSION* } ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> *RECURSION* ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> *RECURSION* ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> *RECURSION* } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> *RECURSION* ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } [2]=> object(Closure)#43 (3) { ["static"]=> array(1) { ["destination"]=> object(Closure)#20 (2) { ["this"]=> object(think\Http)#6 (5) { ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> *RECURSION* ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> *RECURSION* } ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["parameter"]=> array(1) { ["$request"]=> string(10) "" } } } ["this"]=> object(think\Pipeline)#21 (3) { ["passable":protected]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> object(think\Http)#6 (5) { ["app":protected]=> *RECURSION* ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> *RECURSION* } ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> *RECURSION* ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> *RECURSION* ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> *RECURSION* } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> *RECURSION* ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["pipes":protected]=> array(3) { [0]=> object(Closure)#36 (3) { ["static"]=> array(1) { ["middleware"]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } } ["this"]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> object(think\Http)#6 (5) { ["app":protected]=> *RECURSION* ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> *RECURSION* ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$next"]=> string(10) "" } } [1]=> object(Closure)#40 (3) { ["static"]=> array(1) { ["middleware"]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } } ["this"]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> object(think\Http)#6 (5) { ["app":protected]=> *RECURSION* ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> *RECURSION* ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$next"]=> string(10) "" } } [2]=> object(Closure)#41 (3) { ["static"]=> array(1) { ["middleware"]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } ["this"]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> object(think\Http)#6 (5) { ["app":protected]=> *RECURSION* ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> *RECURSION* ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$next"]=> string(10) "" } } } ["exceptionHandler":protected]=> array(2) { [0]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> object(think\Http)#6 (5) { ["app":protected]=> *RECURSION* ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> *RECURSION* ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } } [1]=> string(15) "handleException" } } ["parameter"]=> array(1) { ["$passable"]=> string(10) "" } } } } [11]=> array(6) { ["file"]=> string(80) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/think/Pipeline.php" ["line"]=> int(85) ["function"]=> string(15) "think\{closure}" ["class"]=> string(16) "think\Middleware" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> object(think\Http)#6 (5) { ["app":protected]=> *RECURSION* ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> *RECURSION* } ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> *RECURSION* ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> *RECURSION* ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> *RECURSION* } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> *RECURSION* ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } [1]=> object(Closure)#43 (3) { ["static"]=> array(1) { ["destination"]=> object(Closure)#20 (2) { ["this"]=> object(think\Http)#6 (5) { ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> *RECURSION* ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> *RECURSION* } ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["parameter"]=> array(1) { ["$request"]=> string(10) "" } } } ["this"]=> object(think\Pipeline)#21 (3) { ["passable":protected]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> object(think\Http)#6 (5) { ["app":protected]=> *RECURSION* ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> *RECURSION* } ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> *RECURSION* ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> *RECURSION* ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> *RECURSION* } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> *RECURSION* ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["pipes":protected]=> array(3) { [0]=> object(Closure)#36 (3) { ["static"]=> array(1) { ["middleware"]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } } ["this"]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> object(think\Http)#6 (5) { ["app":protected]=> *RECURSION* ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> *RECURSION* ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$next"]=> string(10) "" } } [1]=> object(Closure)#40 (3) { ["static"]=> array(1) { ["middleware"]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } } ["this"]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> object(think\Http)#6 (5) { ["app":protected]=> *RECURSION* ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> *RECURSION* ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$next"]=> string(10) "" } } [2]=> object(Closure)#41 (3) { ["static"]=> array(1) { ["middleware"]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } ["this"]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> object(think\Http)#6 (5) { ["app":protected]=> *RECURSION* ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> *RECURSION* ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$next"]=> string(10) "" } } } ["exceptionHandler":protected]=> array(2) { [0]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> object(think\Http)#6 (5) { ["app":protected]=> *RECURSION* ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> *RECURSION* ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } } [1]=> string(15) "handleException" } } ["parameter"]=> array(1) { ["$passable"]=> string(10) "" } } } } [12]=> array(6) { ["file"]=> string(94) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/think/middleware/SessionInit.php" ["line"]=> int(67) ["function"]=> string(15) "think\{closure}" ["class"]=> string(14) "think\Pipeline" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> object(think\Http)#6 (5) { ["app":protected]=> *RECURSION* ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> *RECURSION* } ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> *RECURSION* ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> *RECURSION* ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> *RECURSION* } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> *RECURSION* ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } } } [13]=> array(4) { ["function"]=> string(6) "handle" ["class"]=> string(28) "think\middleware\SessionInit" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> object(think\Http)#6 (5) { ["app":protected]=> *RECURSION* ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> *RECURSION* } ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> *RECURSION* ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> *RECURSION* ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> *RECURSION* } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> *RECURSION* ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } [1]=> object(Closure)#44 (3) { ["static"]=> array(2) { ["stack"]=> object(Closure)#43 (3) { ["static"]=> array(1) { ["destination"]=> object(Closure)#20 (2) { ["this"]=> object(think\Http)#6 (5) { ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> *RECURSION* ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> *RECURSION* } ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["parameter"]=> array(1) { ["$request"]=> string(10) "" } } } ["this"]=> object(think\Pipeline)#21 (3) { ["passable":protected]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> object(think\Http)#6 (5) { ["app":protected]=> *RECURSION* ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> *RECURSION* } ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> *RECURSION* ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> *RECURSION* ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> *RECURSION* } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> *RECURSION* ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["pipes":protected]=> array(3) { [0]=> object(Closure)#36 (3) { ["static"]=> array(1) { ["middleware"]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } } ["this"]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> object(think\Http)#6 (5) { ["app":protected]=> *RECURSION* ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> *RECURSION* ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$next"]=> string(10) "" } } [1]=> object(Closure)#40 (3) { ["static"]=> array(1) { ["middleware"]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } } ["this"]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> object(think\Http)#6 (5) { ["app":protected]=> *RECURSION* ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> *RECURSION* ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$next"]=> string(10) "" } } [2]=> object(Closure)#41 (3) { ["static"]=> array(1) { ["middleware"]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } ["this"]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> object(think\Http)#6 (5) { ["app":protected]=> *RECURSION* ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> *RECURSION* ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$next"]=> string(10) "" } } } ["exceptionHandler":protected]=> array(2) { [0]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> object(think\Http)#6 (5) { ["app":protected]=> *RECURSION* ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> *RECURSION* ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } } [1]=> string(15) "handleException" } } ["parameter"]=> array(1) { ["$passable"]=> string(10) "" } } ["pipe"]=> object(Closure)#41 (3) { ["static"]=> array(1) { ["middleware"]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } ["this"]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> object(think\Http)#6 (5) { ["app":protected]=> *RECURSION* ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> *RECURSION* ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$next"]=> string(10) "" } } } ["this"]=> object(think\Pipeline)#21 (3) { ["passable":protected]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> object(think\Http)#6 (5) { ["app":protected]=> *RECURSION* ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> *RECURSION* } ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> *RECURSION* ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> *RECURSION* ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> *RECURSION* } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> *RECURSION* ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["pipes":protected]=> array(3) { [0]=> object(Closure)#36 (3) { ["static"]=> array(1) { ["middleware"]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } } ["this"]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> object(think\Http)#6 (5) { ["app":protected]=> *RECURSION* ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> *RECURSION* ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$next"]=> string(10) "" } } [1]=> object(Closure)#40 (3) { ["static"]=> array(1) { ["middleware"]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } } ["this"]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> object(think\Http)#6 (5) { ["app":protected]=> *RECURSION* ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> *RECURSION* ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$next"]=> string(10) "" } } [2]=> object(Closure)#41 (3) { ["static"]=> array(1) { ["middleware"]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } ["this"]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> object(think\Http)#6 (5) { ["app":protected]=> *RECURSION* ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> *RECURSION* ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$next"]=> string(10) "" } } } ["exceptionHandler":protected]=> array(2) { [0]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> object(think\Http)#6 (5) { ["app":protected]=> *RECURSION* ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> *RECURSION* ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } } [1]=> string(15) "handleException" } } ["parameter"]=> array(1) { ["$passable"]=> string(10) "" } } } } [14]=> array(4) { ["file"]=> string(82) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/think/Middleware.php" ["line"]=> int(142) ["function"]=> string(14) "call_user_func" ["args"]=> array(3) { [0]=> array(2) { [0]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> object(think\Http)#6 (5) { ["app":protected]=> *RECURSION* ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> *RECURSION* } ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["think\middleware\SessionInit"]=> *RECURSION* ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> object(think\Http)#6 (5) { ["app":protected]=> *RECURSION* ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> *RECURSION* } ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> *RECURSION* ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> *RECURSION* ["think\middleware\SessionInit"]=> *RECURSION* ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> *RECURSION* ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } } [1]=> string(6) "handle" } [1]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> object(think\Http)#6 (5) { ["app":protected]=> *RECURSION* ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> *RECURSION* } ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> *RECURSION* ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> *RECURSION* ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> *RECURSION* } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> *RECURSION* ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } [2]=> object(Closure)#44 (3) { ["static"]=> array(2) { ["stack"]=> object(Closure)#43 (3) { ["static"]=> array(1) { ["destination"]=> object(Closure)#20 (2) { ["this"]=> object(think\Http)#6 (5) { ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> *RECURSION* ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> *RECURSION* } ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["parameter"]=> array(1) { ["$request"]=> string(10) "" } } } ["this"]=> object(think\Pipeline)#21 (3) { ["passable":protected]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> object(think\Http)#6 (5) { ["app":protected]=> *RECURSION* ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> *RECURSION* } ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> *RECURSION* ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> *RECURSION* ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> *RECURSION* } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> *RECURSION* ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["pipes":protected]=> array(3) { [0]=> object(Closure)#36 (3) { ["static"]=> array(1) { ["middleware"]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } } ["this"]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> object(think\Http)#6 (5) { ["app":protected]=> *RECURSION* ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> *RECURSION* ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$next"]=> string(10) "" } } [1]=> object(Closure)#40 (3) { ["static"]=> array(1) { ["middleware"]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } } ["this"]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> object(think\Http)#6 (5) { ["app":protected]=> *RECURSION* ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> *RECURSION* ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$next"]=> string(10) "" } } [2]=> object(Closure)#41 (3) { ["static"]=> array(1) { ["middleware"]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } ["this"]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> object(think\Http)#6 (5) { ["app":protected]=> *RECURSION* ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> *RECURSION* ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$next"]=> string(10) "" } } } ["exceptionHandler":protected]=> array(2) { [0]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> object(think\Http)#6 (5) { ["app":protected]=> *RECURSION* ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> *RECURSION* ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } } [1]=> string(15) "handleException" } } ["parameter"]=> array(1) { ["$passable"]=> string(10) "" } } ["pipe"]=> object(Closure)#41 (3) { ["static"]=> array(1) { ["middleware"]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } ["this"]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> object(think\Http)#6 (5) { ["app":protected]=> *RECURSION* ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> *RECURSION* ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$next"]=> string(10) "" } } } ["this"]=> object(think\Pipeline)#21 (3) { ["passable":protected]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> object(think\Http)#6 (5) { ["app":protected]=> *RECURSION* ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> *RECURSION* } ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> *RECURSION* ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> *RECURSION* ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> *RECURSION* } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> *RECURSION* ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["pipes":protected]=> array(3) { [0]=> object(Closure)#36 (3) { ["static"]=> array(1) { ["middleware"]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } } ["this"]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> object(think\Http)#6 (5) { ["app":protected]=> *RECURSION* ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> *RECURSION* ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$next"]=> string(10) "" } } [1]=> object(Closure)#40 (3) { ["static"]=> array(1) { ["middleware"]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } } ["this"]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> object(think\Http)#6 (5) { ["app":protected]=> *RECURSION* ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> *RECURSION* ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$next"]=> string(10) "" } } [2]=> object(Closure)#41 (3) { ["static"]=> array(1) { ["middleware"]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } ["this"]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> object(think\Http)#6 (5) { ["app":protected]=> *RECURSION* ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> *RECURSION* ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$next"]=> string(10) "" } } } ["exceptionHandler":protected]=> array(2) { [0]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> object(think\Http)#6 (5) { ["app":protected]=> *RECURSION* ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> *RECURSION* ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } } [1]=> string(15) "handleException" } } ["parameter"]=> array(1) { ["$passable"]=> string(10) "" } } } } [15]=> array(6) { ["file"]=> string(80) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/think/Pipeline.php" ["line"]=> int(85) ["function"]=> string(15) "think\{closure}" ["class"]=> string(16) "think\Middleware" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> object(think\Http)#6 (5) { ["app":protected]=> *RECURSION* ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> *RECURSION* } ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> *RECURSION* ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> *RECURSION* ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> *RECURSION* } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> *RECURSION* ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } [1]=> object(Closure)#44 (3) { ["static"]=> array(2) { ["stack"]=> object(Closure)#43 (3) { ["static"]=> array(1) { ["destination"]=> object(Closure)#20 (2) { ["this"]=> object(think\Http)#6 (5) { ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> *RECURSION* ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> *RECURSION* } ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["parameter"]=> array(1) { ["$request"]=> string(10) "" } } } ["this"]=> object(think\Pipeline)#21 (3) { ["passable":protected]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> object(think\Http)#6 (5) { ["app":protected]=> *RECURSION* ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> *RECURSION* } ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> *RECURSION* ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> *RECURSION* ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> *RECURSION* } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> *RECURSION* ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["pipes":protected]=> array(3) { [0]=> object(Closure)#36 (3) { ["static"]=> array(1) { ["middleware"]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } } ["this"]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> object(think\Http)#6 (5) { ["app":protected]=> *RECURSION* ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> *RECURSION* ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$next"]=> string(10) "" } } [1]=> object(Closure)#40 (3) { ["static"]=> array(1) { ["middleware"]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } } ["this"]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> object(think\Http)#6 (5) { ["app":protected]=> *RECURSION* ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> *RECURSION* ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$next"]=> string(10) "" } } [2]=> object(Closure)#41 (3) { ["static"]=> array(1) { ["middleware"]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } ["this"]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> object(think\Http)#6 (5) { ["app":protected]=> *RECURSION* ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> *RECURSION* ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$next"]=> string(10) "" } } } ["exceptionHandler":protected]=> array(2) { [0]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> object(think\Http)#6 (5) { ["app":protected]=> *RECURSION* ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> *RECURSION* ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } } [1]=> string(15) "handleException" } } ["parameter"]=> array(1) { ["$passable"]=> string(10) "" } } ["pipe"]=> object(Closure)#41 (3) { ["static"]=> array(1) { ["middleware"]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } ["this"]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> object(think\Http)#6 (5) { ["app":protected]=> *RECURSION* ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> *RECURSION* ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$next"]=> string(10) "" } } } ["this"]=> object(think\Pipeline)#21 (3) { ["passable":protected]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> object(think\Http)#6 (5) { ["app":protected]=> *RECURSION* ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> *RECURSION* } ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> *RECURSION* ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> *RECURSION* ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> *RECURSION* } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> *RECURSION* ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["pipes":protected]=> array(3) { [0]=> object(Closure)#36 (3) { ["static"]=> array(1) { ["middleware"]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } } ["this"]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> object(think\Http)#6 (5) { ["app":protected]=> *RECURSION* ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> *RECURSION* ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$next"]=> string(10) "" } } [1]=> object(Closure)#40 (3) { ["static"]=> array(1) { ["middleware"]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } } ["this"]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> object(think\Http)#6 (5) { ["app":protected]=> *RECURSION* ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> *RECURSION* ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$next"]=> string(10) "" } } [2]=> object(Closure)#41 (3) { ["static"]=> array(1) { ["middleware"]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } ["this"]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> object(think\Http)#6 (5) { ["app":protected]=> *RECURSION* ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> *RECURSION* ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$next"]=> string(10) "" } } } ["exceptionHandler":protected]=> array(2) { [0]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> object(think\Http)#6 (5) { ["app":protected]=> *RECURSION* ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> *RECURSION* ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } } [1]=> string(15) "handleException" } } ["parameter"]=> array(1) { ["$passable"]=> string(10) "" } } } } [16]=> array(6) { ["file"]=> string(78) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/think-trace/src/TraceDebug.php" ["line"]=> int(71) ["function"]=> string(15) "think\{closure}" ["class"]=> string(14) "think\Pipeline" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> object(think\Http)#6 (5) { ["app":protected]=> *RECURSION* ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> *RECURSION* } ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> *RECURSION* ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> *RECURSION* ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> *RECURSION* } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> *RECURSION* ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } } } [17]=> array(4) { ["function"]=> string(6) "handle" ["class"]=> string(22) "think\trace\TraceDebug" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> object(think\Http)#6 (5) { ["app":protected]=> *RECURSION* ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> *RECURSION* } ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> *RECURSION* ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> *RECURSION* ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> *RECURSION* } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> *RECURSION* ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } [1]=> object(Closure)#45 (3) { ["static"]=> array(2) { ["stack"]=> object(Closure)#44 (3) { ["static"]=> array(2) { ["stack"]=> object(Closure)#43 (3) { ["static"]=> array(1) { ["destination"]=> object(Closure)#20 (2) { ["this"]=> object(think\Http)#6 (5) { ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> *RECURSION* ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> *RECURSION* } ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["parameter"]=> array(1) { ["$request"]=> string(10) "" } } } ["this"]=> object(think\Pipeline)#21 (3) { ["passable":protected]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> object(think\Http)#6 (5) { ["app":protected]=> *RECURSION* ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> *RECURSION* } ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> *RECURSION* ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> *RECURSION* ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> *RECURSION* } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> *RECURSION* ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["pipes":protected]=> array(3) { [0]=> object(Closure)#36 (3) { ["static"]=> array(1) { ["middleware"]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } } ["this"]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> object(think\Http)#6 (5) { ["app":protected]=> *RECURSION* ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> *RECURSION* ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$next"]=> string(10) "" } } [1]=> object(Closure)#40 (3) { ["static"]=> array(1) { ["middleware"]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } } ["this"]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> object(think\Http)#6 (5) { ["app":protected]=> *RECURSION* ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> *RECURSION* ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$next"]=> string(10) "" } } [2]=> object(Closure)#41 (3) { ["static"]=> array(1) { ["middleware"]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } ["this"]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> object(think\Http)#6 (5) { ["app":protected]=> *RECURSION* ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> *RECURSION* ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$next"]=> string(10) "" } } } ["exceptionHandler":protected]=> array(2) { [0]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> object(think\Http)#6 (5) { ["app":protected]=> *RECURSION* ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> *RECURSION* ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } } [1]=> string(15) "handleException" } } ["parameter"]=> array(1) { ["$passable"]=> string(10) "" } } ["pipe"]=> object(Closure)#41 (3) { ["static"]=> array(1) { ["middleware"]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } ["this"]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> object(think\Http)#6 (5) { ["app":protected]=> *RECURSION* ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> *RECURSION* ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$next"]=> string(10) "" } } } ["this"]=> object(think\Pipeline)#21 (3) { ["passable":protected]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> object(think\Http)#6 (5) { ["app":protected]=> *RECURSION* ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> *RECURSION* } ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> *RECURSION* ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> *RECURSION* ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> *RECURSION* } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> *RECURSION* ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["pipes":protected]=> array(3) { [0]=> object(Closure)#36 (3) { ["static"]=> array(1) { ["middleware"]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } } ["this"]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> object(think\Http)#6 (5) { ["app":protected]=> *RECURSION* ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> *RECURSION* ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$next"]=> string(10) "" } } [1]=> object(Closure)#40 (3) { ["static"]=> array(1) { ["middleware"]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } } ["this"]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> object(think\Http)#6 (5) { ["app":protected]=> *RECURSION* ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> *RECURSION* ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$next"]=> string(10) "" } } [2]=> object(Closure)#41 (3) { ["static"]=> array(1) { ["middleware"]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } ["this"]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> object(think\Http)#6 (5) { ["app":protected]=> *RECURSION* ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> *RECURSION* ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$next"]=> string(10) "" } } } ["exceptionHandler":protected]=> array(2) { [0]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> object(think\Http)#6 (5) { ["app":protected]=> *RECURSION* ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> *RECURSION* ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } } [1]=> string(15) "handleException" } } ["parameter"]=> array(1) { ["$passable"]=> string(10) "" } } ["pipe"]=> object(Closure)#40 (3) { ["static"]=> array(1) { ["middleware"]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } } ["this"]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> object(think\Http)#6 (5) { ["app":protected]=> *RECURSION* ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> *RECURSION* ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$next"]=> string(10) "" } } } ["this"]=> object(think\Pipeline)#21 (3) { ["passable":protected]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> object(think\Http)#6 (5) { ["app":protected]=> *RECURSION* ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> *RECURSION* } ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> *RECURSION* ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> *RECURSION* ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> *RECURSION* } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> *RECURSION* ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["pipes":protected]=> array(3) { [0]=> object(Closure)#36 (3) { ["static"]=> array(1) { ["middleware"]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } } ["this"]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> object(think\Http)#6 (5) { ["app":protected]=> *RECURSION* ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> *RECURSION* ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$next"]=> string(10) "" } } [1]=> object(Closure)#40 (3) { ["static"]=> array(1) { ["middleware"]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } } ["this"]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> object(think\Http)#6 (5) { ["app":protected]=> *RECURSION* ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> *RECURSION* ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$next"]=> string(10) "" } } [2]=> object(Closure)#41 (3) { ["static"]=> array(1) { ["middleware"]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } ["this"]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> object(think\Http)#6 (5) { ["app":protected]=> *RECURSION* ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> *RECURSION* ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$next"]=> string(10) "" } } } ["exceptionHandler":protected]=> array(2) { [0]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> object(think\Http)#6 (5) { ["app":protected]=> *RECURSION* ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> *RECURSION* ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } } [1]=> string(15) "handleException" } } ["parameter"]=> array(1) { ["$passable"]=> string(10) "" } } } } [18]=> array(4) { ["file"]=> string(82) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/think/Middleware.php" ["line"]=> int(142) ["function"]=> string(14) "call_user_func" ["args"]=> array(3) { [0]=> array(2) { [0]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> object(think\Http)#6 (5) { ["app":protected]=> *RECURSION* ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> *RECURSION* } ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["think\trace\TraceDebug"]=> *RECURSION* ["think\Session"]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } } [1]=> string(6) "handle" } [1]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> object(think\Http)#6 (5) { ["app":protected]=> *RECURSION* ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> *RECURSION* } ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> *RECURSION* ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> *RECURSION* ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> *RECURSION* } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> *RECURSION* ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } [2]=> object(Closure)#45 (3) { ["static"]=> array(2) { ["stack"]=> object(Closure)#44 (3) { ["static"]=> array(2) { ["stack"]=> object(Closure)#43 (3) { ["static"]=> array(1) { ["destination"]=> object(Closure)#20 (2) { ["this"]=> object(think\Http)#6 (5) { ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> *RECURSION* ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> *RECURSION* } ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["parameter"]=> array(1) { ["$request"]=> string(10) "" } } } ["this"]=> object(think\Pipeline)#21 (3) { ["passable":protected]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> object(think\Http)#6 (5) { ["app":protected]=> *RECURSION* ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> *RECURSION* } ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> *RECURSION* ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> *RECURSION* ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> *RECURSION* } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> *RECURSION* ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["pipes":protected]=> array(3) { [0]=> object(Closure)#36 (3) { ["static"]=> array(1) { ["middleware"]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } } ["this"]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> object(think\Http)#6 (5) { ["app":protected]=> *RECURSION* ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> *RECURSION* ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$next"]=> string(10) "" } } [1]=> object(Closure)#40 (3) { ["static"]=> array(1) { ["middleware"]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } } ["this"]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> object(think\Http)#6 (5) { ["app":protected]=> *RECURSION* ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> *RECURSION* ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$next"]=> string(10) "" } } [2]=> object(Closure)#41 (3) { ["static"]=> array(1) { ["middleware"]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } ["this"]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> object(think\Http)#6 (5) { ["app":protected]=> *RECURSION* ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> *RECURSION* ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$next"]=> string(10) "" } } } ["exceptionHandler":protected]=> array(2) { [0]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> object(think\Http)#6 (5) { ["app":protected]=> *RECURSION* ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> *RECURSION* ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } } [1]=> string(15) "handleException" } } ["parameter"]=> array(1) { ["$passable"]=> string(10) "" } } ["pipe"]=> object(Closure)#41 (3) { ["static"]=> array(1) { ["middleware"]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } ["this"]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> object(think\Http)#6 (5) { ["app":protected]=> *RECURSION* ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> *RECURSION* ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$next"]=> string(10) "" } } } ["this"]=> object(think\Pipeline)#21 (3) { ["passable":protected]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> object(think\Http)#6 (5) { ["app":protected]=> *RECURSION* ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> *RECURSION* } ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> *RECURSION* ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> *RECURSION* ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> *RECURSION* } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> *RECURSION* ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["pipes":protected]=> array(3) { [0]=> object(Closure)#36 (3) { ["static"]=> array(1) { ["middleware"]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } } ["this"]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> object(think\Http)#6 (5) { ["app":protected]=> *RECURSION* ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> *RECURSION* ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$next"]=> string(10) "" } } [1]=> object(Closure)#40 (3) { ["static"]=> array(1) { ["middleware"]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } } ["this"]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> object(think\Http)#6 (5) { ["app":protected]=> *RECURSION* ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> *RECURSION* ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$next"]=> string(10) "" } } [2]=> object(Closure)#41 (3) { ["static"]=> array(1) { ["middleware"]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } ["this"]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> object(think\Http)#6 (5) { ["app":protected]=> *RECURSION* ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> *RECURSION* ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$next"]=> string(10) "" } } } ["exceptionHandler":protected]=> array(2) { [0]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> object(think\Http)#6 (5) { ["app":protected]=> *RECURSION* ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> *RECURSION* ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } } [1]=> string(15) "handleException" } } ["parameter"]=> array(1) { ["$passable"]=> string(10) "" } } ["pipe"]=> object(Closure)#40 (3) { ["static"]=> array(1) { ["middleware"]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } } ["this"]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> object(think\Http)#6 (5) { ["app":protected]=> *RECURSION* ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> *RECURSION* ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$next"]=> string(10) "" } } } ["this"]=> object(think\Pipeline)#21 (3) { ["passable":protected]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> object(think\Http)#6 (5) { ["app":protected]=> *RECURSION* ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> *RECURSION* } ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> *RECURSION* ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> *RECURSION* ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> *RECURSION* } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> *RECURSION* ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["pipes":protected]=> array(3) { [0]=> object(Closure)#36 (3) { ["static"]=> array(1) { ["middleware"]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } } ["this"]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> object(think\Http)#6 (5) { ["app":protected]=> *RECURSION* ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> *RECURSION* ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$next"]=> string(10) "" } } [1]=> object(Closure)#40 (3) { ["static"]=> array(1) { ["middleware"]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } } ["this"]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> object(think\Http)#6 (5) { ["app":protected]=> *RECURSION* ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> *RECURSION* ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$next"]=> string(10) "" } } [2]=> object(Closure)#41 (3) { ["static"]=> array(1) { ["middleware"]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } ["this"]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> object(think\Http)#6 (5) { ["app":protected]=> *RECURSION* ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> *RECURSION* ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$next"]=> string(10) "" } } } ["exceptionHandler":protected]=> array(2) { [0]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> object(think\Http)#6 (5) { ["app":protected]=> *RECURSION* ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> *RECURSION* ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } } [1]=> string(15) "handleException" } } ["parameter"]=> array(1) { ["$passable"]=> string(10) "" } } } } [19]=> array(6) { ["file"]=> string(80) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/think/Pipeline.php" ["line"]=> int(85) ["function"]=> string(15) "think\{closure}" ["class"]=> string(16) "think\Middleware" ["type"]=> string(2) "->" ["args"]=> array(2) { [0]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> object(think\Http)#6 (5) { ["app":protected]=> *RECURSION* ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> *RECURSION* } ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> *RECURSION* ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> *RECURSION* ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> *RECURSION* } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> *RECURSION* ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } [1]=> object(Closure)#45 (3) { ["static"]=> array(2) { ["stack"]=> object(Closure)#44 (3) { ["static"]=> array(2) { ["stack"]=> object(Closure)#43 (3) { ["static"]=> array(1) { ["destination"]=> object(Closure)#20 (2) { ["this"]=> object(think\Http)#6 (5) { ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> *RECURSION* ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> *RECURSION* } ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["parameter"]=> array(1) { ["$request"]=> string(10) "" } } } ["this"]=> object(think\Pipeline)#21 (3) { ["passable":protected]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> object(think\Http)#6 (5) { ["app":protected]=> *RECURSION* ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> *RECURSION* } ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> *RECURSION* ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> *RECURSION* ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> *RECURSION* } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> *RECURSION* ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["pipes":protected]=> array(3) { [0]=> object(Closure)#36 (3) { ["static"]=> array(1) { ["middleware"]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } } ["this"]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> object(think\Http)#6 (5) { ["app":protected]=> *RECURSION* ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> *RECURSION* ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$next"]=> string(10) "" } } [1]=> object(Closure)#40 (3) { ["static"]=> array(1) { ["middleware"]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } } ["this"]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> object(think\Http)#6 (5) { ["app":protected]=> *RECURSION* ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> *RECURSION* ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$next"]=> string(10) "" } } [2]=> object(Closure)#41 (3) { ["static"]=> array(1) { ["middleware"]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } ["this"]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> object(think\Http)#6 (5) { ["app":protected]=> *RECURSION* ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> *RECURSION* ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$next"]=> string(10) "" } } } ["exceptionHandler":protected]=> array(2) { [0]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> object(think\Http)#6 (5) { ["app":protected]=> *RECURSION* ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> *RECURSION* ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } } [1]=> string(15) "handleException" } } ["parameter"]=> array(1) { ["$passable"]=> string(10) "" } } ["pipe"]=> object(Closure)#41 (3) { ["static"]=> array(1) { ["middleware"]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } ["this"]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> object(think\Http)#6 (5) { ["app":protected]=> *RECURSION* ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> *RECURSION* ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$next"]=> string(10) "" } } } ["this"]=> object(think\Pipeline)#21 (3) { ["passable":protected]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> object(think\Http)#6 (5) { ["app":protected]=> *RECURSION* ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> *RECURSION* } ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> *RECURSION* ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> *RECURSION* ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> *RECURSION* } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> *RECURSION* ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["pipes":protected]=> array(3) { [0]=> object(Closure)#36 (3) { ["static"]=> array(1) { ["middleware"]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } } ["this"]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> object(think\Http)#6 (5) { ["app":protected]=> *RECURSION* ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> *RECURSION* ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$next"]=> string(10) "" } } [1]=> object(Closure)#40 (3) { ["static"]=> array(1) { ["middleware"]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } } ["this"]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> object(think\Http)#6 (5) { ["app":protected]=> *RECURSION* ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> *RECURSION* ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$next"]=> string(10) "" } } [2]=> object(Closure)#41 (3) { ["static"]=> array(1) { ["middleware"]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } ["this"]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> object(think\Http)#6 (5) { ["app":protected]=> *RECURSION* ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> *RECURSION* ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$next"]=> string(10) "" } } } ["exceptionHandler":protected]=> array(2) { [0]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> object(think\Http)#6 (5) { ["app":protected]=> *RECURSION* ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> *RECURSION* ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } } [1]=> string(15) "handleException" } } ["parameter"]=> array(1) { ["$passable"]=> string(10) "" } } ["pipe"]=> object(Closure)#40 (3) { ["static"]=> array(1) { ["middleware"]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } } ["this"]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> object(think\Http)#6 (5) { ["app":protected]=> *RECURSION* ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> *RECURSION* ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$next"]=> string(10) "" } } } ["this"]=> object(think\Pipeline)#21 (3) { ["passable":protected]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> object(think\Http)#6 (5) { ["app":protected]=> *RECURSION* ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> *RECURSION* } ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> *RECURSION* ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> *RECURSION* ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> *RECURSION* } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> *RECURSION* ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["pipes":protected]=> array(3) { [0]=> object(Closure)#36 (3) { ["static"]=> array(1) { ["middleware"]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } } ["this"]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> object(think\Http)#6 (5) { ["app":protected]=> *RECURSION* ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> *RECURSION* ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$next"]=> string(10) "" } } [1]=> object(Closure)#40 (3) { ["static"]=> array(1) { ["middleware"]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } } ["this"]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> object(think\Http)#6 (5) { ["app":protected]=> *RECURSION* ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> *RECURSION* ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$next"]=> string(10) "" } } [2]=> object(Closure)#41 (3) { ["static"]=> array(1) { ["middleware"]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } ["this"]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> object(think\Http)#6 (5) { ["app":protected]=> *RECURSION* ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> *RECURSION* ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } } ["parameter"]=> array(2) { ["$request"]=> string(10) "" ["$next"]=> string(10) "" } } } ["exceptionHandler":protected]=> array(2) { [0]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> object(think\Http)#6 (5) { ["app":protected]=> *RECURSION* ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> *RECURSION* ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } } [1]=> string(15) "handleException" } } ["parameter"]=> array(1) { ["$passable"]=> string(10) "" } } } } [20]=> array(6) { ["file"]=> string(80) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/think/Pipeline.php" ["line"]=> int(66) ["function"]=> string(15) "think\{closure}" ["class"]=> string(14) "think\Pipeline" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> object(think\Http)#6 (5) { ["app":protected]=> *RECURSION* ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> *RECURSION* } ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> *RECURSION* ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> *RECURSION* ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> *RECURSION* } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> *RECURSION* ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } } } [21]=> array(6) { ["file"]=> string(76) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/think/Http.php" ["line"]=> int(207) ["function"]=> string(4) "then" ["class"]=> string(14) "think\Pipeline" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> object(Closure)#20 (2) { ["this"]=> object(think\Http)#6 (5) { ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> *RECURSION* ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> *RECURSION* } ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["parameter"]=> array(1) { ["$request"]=> string(10) "" } } } } [22]=> array(6) { ["file"]=> string(76) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/think/Http.php" ["line"]=> int(170) ["function"]=> string(14) "runWithRequest" ["class"]=> string(10) "think\Http" ["type"]=> string(2) "->" ["args"]=> array(1) { [0]=> object(app\Request)#39 (43) { ["pathinfoFetch":protected]=> array(3) { [0]=> string(14) "ORIG_PATH_INFO" [1]=> string(18) "REDIRECT_PATH_INFO" [2]=> string(12) "REDIRECT_URL" } ["varPathinfo":protected]=> string(1) "s" ["varMethod":protected]=> string(7) "_method" ["varAjax":protected]=> string(5) "_ajax" ["varPjax":protected]=> string(5) "_pjax" ["rootDomain":protected]=> string(0) "" ["httpsAgentName":protected]=> string(0) "" ["proxyServerIp":protected]=> array(0) { } ["proxyServerIpHeader":protected]=> array(5) { [0]=> string(14) "HTTP_X_REAL_IP" [1]=> string(20) "HTTP_X_FORWARDED_FOR" [2]=> string(14) "HTTP_CLIENT_IP" [3]=> string(16) "HTTP_X_CLIENT_IP" [4]=> string(24) "HTTP_X_CLUSTER_CLIENT_IP" } ["method":protected]=> string(3) "GET" ["domain":protected]=> NULL ["host":protected]=> NULL ["subDomain":protected]=> string(5) "hieps" ["panDomain":protected]=> NULL ["url":protected]=> NULL ["baseUrl":protected]=> NULL ["baseFile":protected]=> NULL ["root":protected]=> NULL ["pathinfo":protected]=> string(11) "sitemap.xml" ["path":protected]=> NULL ["realIP":protected]=> NULL ["controller":protected]=> string(7) "Sitemap" ["action":protected]=> string(5) "index" ["param":protected]=> array(0) { } ["get":protected]=> array(0) { } ["post":protected]=> array(0) { } ["request":protected]=> array(1) { ["s"]=> string(12) "/sitemap.xml" } ["rule":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["route":protected]=> array(0) { } ["middleware":protected]=> array(0) { } ["put":protected]=> array(0) { } ["session":protected]=> object(think\Session)#55 (3) { ["namespace":protected]=> string(22) "\think\session\driver\" ["app":protected]=> object(think\App)#3 (17) { ["appDebug":protected]=> bool(false) ["envName":protected]=> string(0) "" ["beginTime":protected]=> float(1765271612.7795) ["beginMem":protected]=> int(427072) ["namespace":protected]=> string(3) "app" ["rootPath":protected]=> string(32) "/www/wwwroot/hieps.yanghezi.com/" ["thinkPath":protected]=> string(62) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/" ["appPath":protected]=> string(36) "/www/wwwroot/hieps.yanghezi.com/app/" ["runtimePath":protected]=> string(40) "/www/wwwroot/hieps.yanghezi.com/runtime/" ["routePath":protected]=> string(0) "" ["configExt":protected]=> string(4) ".php" ["initializers":protected]=> array(3) { [0]=> string(23) "think\initializer\Error" [1]=> string(33) "think\initializer\RegisterService" [2]=> string(29) "think\initializer\BootService" } ["services":protected]=> array(8) { [0]=> object(app\AppService)#2 (1) { ["app":protected]=> *RECURSION* } [1]=> object(think\service\PaginatorService)#7 (1) { ["app":protected]=> *RECURSION* } [2]=> object(think\service\ValidateService)#12 (1) { ["app":protected]=> *RECURSION* } [3]=> object(think\service\ModelService)#13 (1) { ["app":protected]=> *RECURSION* } [4]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } [5]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } [6]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } [7]=> object(think\trace\Service)#18 (1) { ["app":protected]=> *RECURSION* } } ["initialized":protected]=> bool(true) ["bind":protected]=> array(29) { ["app"]=> string(9) "think\App" ["cache"]=> string(11) "think\Cache" ["config"]=> string(12) "think\Config" ["console"]=> string(13) "think\Console" ["cookie"]=> string(12) "think\Cookie" ["db"]=> string(8) "think\Db" ["env"]=> string(9) "think\Env" ["event"]=> string(11) "think\Event" ["http"]=> string(10) "think\Http" ["lang"]=> string(10) "think\Lang" ["log"]=> string(9) "think\Log" ["middleware"]=> string(16) "think\Middleware" ["request"]=> string(13) "think\Request" ["response"]=> string(14) "think\Response" ["route"]=> string(11) "think\Route" ["session"]=> string(13) "think\Session" ["validate"]=> string(14) "think\Validate" ["view"]=> string(10) "think\View" ["filesystem"]=> string(16) "think\Filesystem" ["think\DbManager"]=> string(8) "think\Db" ["think\LogManager"]=> string(9) "think\Log" ["think\CacheManager"]=> string(11) "think\Cache" ["Psr\Log\LoggerInterface"]=> string(9) "think\Log" ["think\Request"]=> string(11) "app\Request" ["think\exception\Handle"]=> string(18) "app\exception\Http" ["think\Paginator"]=> string(32) "think\paginator\driver\Bootstrap" ["queue"]=> string(11) "think\Queue" ["queue.failer"]=> object(Closure)#17 (1) { ["this"]=> object(think\queue\Service)#16 (1) { ["app":protected]=> *RECURSION* } } ["think\route\Url"]=> string(13) "think\app\Url" } ["instances":protected]=> array(21) { ["think\App"]=> *RECURSION* ["think\Container"]=> *RECURSION* ["think\Http"]=> object(think\Http)#6 (5) { ["app":protected]=> *RECURSION* ["name":protected]=> NULL ["path":protected]=> NULL ["routePath":protected]=> string(38) "/www/wwwroot/hieps.yanghezi.com/route/" ["isBind":protected]=> bool(false) } ["think\Env"]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["think\Config"]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["think\Event"]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["think\Lang"]=> object(think\Lang)#11 (3) { ["config":protected]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["use_cookie"]=> bool(true) ["extend_list"]=> array(0) { } ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["detect_var"]=> string(4) "lang" ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["lang":"think\Lang":private]=> array(1) { ["zh-cn"]=> array(126) { ["undefined variable"]=> string(15) "未定义变量" ["undefined index"]=> string(21) "未定义数组索引" ["undefined offset"]=> string(21) "未定义数组下标" ["parse error"]=> string(18) "语法解析错误" ["type error"]=> string(12) "类型错误" ["fatal error"]=> string(12) "致命错误" ["syntax error"]=> string(12) "语法错误" ["dispatch type not support"]=> string(24) "不支持的调度类型" ["method param miss"]=> string(18) "方法参数错误" ["method not exists"]=> string(15) "方法不存在" ["function not exists"]=> string(15) "函数不存在" ["app not exists"]=> string(15) "应用不存在" ["controller not exists"]=> string(18) "控制器不存在" ["class not exists"]=> string(12) "类不存在" ["property not exists"]=> string(21) "类的属性不存在" ["template not exists"]=> string(21) "模板文件不存在" ["illegal controller name"]=> string(24) "非法的控制器名称" ["illegal action name"]=> string(21) "非法的操作名称" ["url suffix deny"]=> string(24) "禁止的URL后缀访问" ["undefined cache config"]=> string(21) "缓存配置未定义" ["route not found"]=> string(39) "当前访问路由未定义或不匹配" ["undefined db config"]=> string(24) "数据库配置未定义" ["undefined log config"]=> string(21) "日志配置未定义" ["undefined db type"]=> string(24) "未定义数据库类型" ["variable type error"]=> string(18) "变量类型错误" ["psr-4 error"]=> string(18) "PSR-4 规范错误" ["not support type"]=> string(36) "不支持的分页索引字段类型" ["not support total"]=> string(39) "简洁模式下不能获取数据总数" ["not support last"]=> string(39) "简洁模式下不能获取最后一页" ["error session handler"]=> string(28) "错误的SESSION处理器类" ["not allow php tag"]=> string(30) "模板不允许使用PHP语法" ["not support"]=> string(9) "不支持" ["database config error"]=> string(27) "数据库配置信息错误" ["redisd master"]=> string(25) "Redisd 主服务器错误" ["redisd slave"]=> string(25) "Redisd 从服务器错误" ["must run at sae"]=> string(18) "必须在SAE运行" ["memcache init error"]=> string(70) "未开通Memcache服务,请在SAE管理平台初始化Memcache服务" ["kvdb init error"]=> string(62) "没有初始化KVDB,请在SAE管理平台初始化KVDB服务" ["fields not exists"]=> string(24) "数据表字段不存在" ["where express error"]=> string(21) "查询表达式错误" ["no data to update"]=> string(30) "没有任何数据需要更新" ["miss data to insert"]=> string(27) "缺少需要写入的数据" ["miss complex primary data"]=> string(24) "缺少复合主键数据" ["miss update condition"]=> string(18) "缺少更新条件" ["model data not found"]=> string(21) "模型数据不存在" ["table data not found"]=> string(18) "表数据不存在" ["delete without condition"]=> string(36) "没有条件不会执行删除操作" ["miss relation data"]=> string(21) "缺少关联表数据" ["tag attr must"]=> string(24) "模板标签属性必须" ["tag error"]=> string(18) "模板标签错误" ["cache write error"]=> string(18) "缓存写入失败" ["sae mc write error"]=> string(19) "SAE mc 写入错误" ["route name not exists"]=> string(42) "路由标识不存在(或参数不够)" ["invalid request"]=> string(12) "非法请求" ["bind attr has exists"]=> string(27) "模型的属性已经存在" ["relation data not exists"]=> string(21) "关联数据不存在" ["relation not support"]=> string(15) "关联不支持" ["chunk not support order"]=> string(31) "Chunk不支持调用order方法" ["route pattern error"]=> string(30) "路由变量规则定义错误" ["route behavior will not support"]=> string(45) "路由行为废弃(使用中间件替代)" ["closure not support cache(true)"]=> string(59) "使用闭包查询不支持cache(true),请指定缓存Key" ["unknown upload error"]=> string(21) "未知上传错误!" ["file write error"]=> string(21) "文件写入失败!" ["upload temp dir not found"]=> string(27) "找不到临时文件夹!" ["no file to uploaded"]=> string(24) "没有文件被上传!" ["only the portion of file is uploaded"]=> string(30) "文件只有部分被上传!" ["upload file size exceeds the maximum value"]=> string(39) "上传文件大小超过了最大值!" ["upload write error"]=> string(27) "文件上传保存错误!" ["has the same filename: {:filename}"]=> string(32) "存在同名文件:{:filename}" ["upload illegal files"]=> string(18) "非法上传文件" ["illegal image files"]=> string(18) "非法图片文件" ["extensions to upload is not allowed"]=> string(27) "上传文件后缀不允许" ["mimetype to upload is not allowed"]=> string(34) "上传文件MIME类型不允许!" ["filesize not match"]=> string(27) "上传文件大小不符!" ["directory {:path} creation failed"]=> string(30) "目录 {:path} 创建失败!" ["the middleware must return response instance"]=> string(47) "中间件方法必须返回Response对象实例" ["the queue was exhausted, with no response returned"]=> string(21) "中间件队列为空" [":attribute require"]=> string(22) ":attribute不能为空" [":attribute must"]=> string(16) ":attribute必须" [":attribute must be numeric"]=> string(25) ":attribute必须是数字" [":attribute must be integer"]=> string(25) ":attribute必须是整数" [":attribute must be float"]=> string(28) ":attribute必须是浮点数" [":attribute must be bool"]=> string(28) ":attribute必须是布尔值" [":attribute not a valid email address"]=> string(22) ":attribute格式不符" [":attribute not a valid mobile"]=> string(22) ":attribute格式不符" [":attribute must be a array"]=> string(25) ":attribute必须是数组" [":attribute must be yes,on or 1"]=> string(34) ":attribute必须是yes、on或者1" [":attribute not a valid datetime"]=> string(52) ":attribute不是一个有效的日期或时间格式" [":attribute not a valid file"]=> string(37) ":attribute不是有效的上传文件" [":attribute not a valid image"]=> string(37) ":attribute不是有效的图像文件" [":attribute must be alpha"]=> string(25) ":attribute只能是字母" [":attribute must be alpha-numeric"]=> string(34) ":attribute只能是字母和数字" [":attribute must be alpha-numeric, dash, underscore"]=> string(60) ":attribute只能是字母、数字和下划线_及破折号-" [":attribute not a valid domain or ip"]=> string(39) ":attribute不是有效的域名或者IP" [":attribute must be chinese"]=> string(25) ":attribute只能是汉字" [":attribute must be chinese or alpha"]=> string(34) ":attribute只能是汉字、字母" [":attribute must be chinese,alpha-numeric"]=> string(43) ":attribute只能是汉字、字母和数字" [":attribute must be chinese,alpha-numeric,underscore, dash"]=> string(69) ":attribute只能是汉字、字母、数字和下划线_及破折号-" [":attribute not a valid url"]=> string(34) ":attribute不是有效的URL地址" [":attribute not a valid ip"]=> string(33) ":attribute不是有效的IP地址" [":attribute must be dateformat of :rule"]=> string(40) ":attribute必须使用日期格式 :rule" [":attribute must be in :rule"]=> string(35) ":attribute必须在 :rule 范围内" [":attribute be notin :rule"]=> string(35) ":attribute不能在 :rule 范围内" [":attribute must between :1 - :2"]=> string(34) ":attribute只能在 :1 - :2 之间" [":attribute not between :1 - :2"]=> string(34) ":attribute不能在 :1 - :2 之间" ["size of :attribute must be :rule"]=> string(37) ":attribute长度不符合要求 :rule" ["max size of :attribute must be :rule"]=> string(34) ":attribute长度不能超过 :rule" ["min size of :attribute must be :rule"]=> string(34) ":attribute长度不能小于 :rule" [":attribute cannot be less than :rule"]=> string(34) ":attribute日期不能小于 :rule" [":attribute cannot exceed :rule"]=> string(34) ":attribute日期不能超过 :rule" [":attribute not within :rule"]=> string(24) "不在有效期内 :rule" ["access ip is not allowed"]=> string(20) "不允许的IP访问" ["access ip denied"]=> string(17) "禁止的IP访问" [":attribute out of accord with :2"]=> string(36) ":attribute和确认字段:2不一致" [":attribute cannot be same with :2"]=> string(39) ":attribute和比较字段:2不能相同" [":attribute must greater than or equal :rule"]=> string(34) ":attribute必须大于等于 :rule" [":attribute must greater than :rule"]=> string(28) ":attribute必须大于 :rule" [":attribute must less than or equal :rule"]=> string(34) ":attribute必须小于等于 :rule" [":attribute must less than :rule"]=> string(28) ":attribute必须小于 :rule" [":attribute must equal :rule"]=> string(28) ":attribute必须等于 :rule" [":attribute has exists"]=> string(19) ":attribute已存在" [":attribute not conform to the rules"]=> string(31) ":attribute不符合指定规则" ["invalid request method"]=> string(21) "无效的请求类型" ["invalid token"]=> string(18) "令牌数据无效" ["not conform to the rules"]=> string(12) "规则错误" ["record has update"]=> string(24) "记录已经被更新了" } } ["range":"think\Lang":private]=> string(5) "zh-cn" } ["think\initializer\Error"]=> object(think\initializer\Error)#4 (1) { ["app":protected]=> *RECURSION* } ["think\initializer\RegisterService"]=> object(think\initializer\RegisterService)#10 (1) { ["services":protected]=> array(3) { [0]=> string(30) "think\service\PaginatorService" [1]=> string(29) "think\service\ValidateService" [2]=> string(26) "think\service\ModelService" } } ["think\Middleware"]=> object(think\Middleware)#22 (2) { ["queue":protected]=> array(1) { ["global"]=> array(3) { [0]=> array(2) { [0]=> array(2) { [0]=> string(22) "think\trace\TraceDebug" [1]=> string(6) "handle" } [1]=> array(0) { } } [1]=> array(2) { [0]=> array(2) { [0]=> string(28) "think\middleware\SessionInit" [1]=> string(6) "handle" } [1]=> array(0) { } } [2]=> array(2) { [0]=> array(2) { [0]=> string(18) "think\app\MultiApp" [1]=> string(6) "handle" } [1]=> array(0) { } } } } ["app":protected]=> *RECURSION* } ["think\initializer\BootService"]=> object(think\initializer\BootService)#19 (0) { } ["think\Log"]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } ["think\Cache"]=> object(think\Cache)#38 (3) { ["namespace":protected]=> string(20) "\think\cache\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(1) { ["redis"]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } } } ["think\Db"]=> object(think\Db)#35 (8) { ["instance":protected]=> array(0) { } ["config":protected]=> object(think\Config)#8 (3) { ["config":protected]=> array(17) { ["app"]=> array(13) { ["app_host"]=> string(27) "https://hieps.yanghezi.com/" ["app_namespace"]=> string(0) "" ["with_route"]=> bool(true) ["default_app"]=> string(5) "admin" ["default_timezone"]=> string(16) "Australia/Sydney" ["app_map"]=> array(0) { } ["domain_bind"]=> array(0) { } ["deny_app_list"]=> array(0) { } ["exception_tmpl"]=> string(85) "/www/wwwroot/hieps.yanghezi.com/vendor/topthink/framework/src/tpl/think_exception.tpl" ["error_message"]=> string(33) "页面错误!请稍后再试~" ["show_error_msg"]=> bool(true) ["auto_multi_app"]=> bool(true) ["app_debug"]=> bool(true) } ["austate"]=> array(16) { ["australian capital territory"]=> string(3) "ACT" ["new south wales"]=> string(3) "NSW" ["queensland"]=> string(3) "QLD" ["south australia"]=> string(2) "SA" ["tasmania"]=> string(3) "TAS" ["victoria"]=> string(3) "VIC" ["western australia"]=> string(2) "WA" ["northern territory"]=> string(2) "NT" ["act"]=> string(3) "ACT" ["nsw"]=> string(3) "NSW" ["qld"]=> string(3) "QLD" ["sa"]=> string(2) "SA" ["tas"]=> string(3) "TAS" ["vic"]=> string(3) "VIC" ["wa"]=> string(2) "WA" ["nt"]=> string(2) "NT" } ["cache"]=> array(2) { ["default"]=> string(5) "redis" ["stores"]=> array(3) { ["file"]=> array(6) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["prefix"]=> string(0) "" ["expire"]=> int(0) ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } } ["redis"]=> array(5) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["timeout"]=> int(86400) } ["custom_redis"]=> array(6) { ["type"]=> string(5) "redis" ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(7) ["timeout"]=> int(0) } } } ["captcha"]=> array(13) { ["length"]=> int(4) ["codeSet"]=> string(52) "2345678abcdefhijkmnpqrstuvwxyzABCDEFGHJKLMNPQRTUVWXY" ["expire"]=> int(1800) ["useZh"]=> bool(false) ["math"]=> bool(false) ["useImgBg"]=> bool(false) ["fontSize"]=> int(22) ["useCurve"]=> bool(true) ["useNoise"]=> bool(true) ["fontttf"]=> string(0) "" ["bg"]=> array(3) { [0]=> int(243) [1]=> int(251) [2]=> int(254) } ["imageH"]=> int(50) ["imageW"]=> int(160) } ["console"]=> array(1) { ["commands"]=> array(2) { ["monthly:task"]=> string(27) "app\command\DistributorTask" ["distrSettl:task"]=> string(26) "app\command\DistrSettlTask" } } ["cookie"]=> array(7) { ["expire"]=> int(0) ["path"]=> string(1) "/" ["domain"]=> string(0) "" ["secure"]=> bool(false) ["httponly"]=> bool(false) ["setcookie"]=> bool(true) ["samesite"]=> string(0) "" } ["database"]=> array(5) { ["default"]=> string(5) "mysql" ["time_query_rule"]=> array(0) { } ["auto_timestamp"]=> bool(true) ["datetime_format"]=> string(11) "Y-m-d H:i:s" ["connections"]=> array(1) { ["mysql"]=> array(17) { ["type"]=> string(5) "mysql" ["hostname"]=> string(13) "43.156.241.23" ["database"]=> string(13) "vm00100200301" ["username"]=> string(13) "vm00100200301" ["password"]=> string(16) "tfLMH8syxEMPAzTH" ["hostport"]=> string(4) "3306" ["params"]=> array(0) { } ["charset"]=> string(7) "utf8mb4" ["prefix"]=> string(3) "vm_" ["deploy"]=> int(0) ["rw_separate"]=> bool(false) ["master_num"]=> int(1) ["slave_no"]=> string(0) "" ["fields_strict"]=> bool(true) ["break_reconnect"]=> bool(false) ["trigger_sql"]=> bool(false) ["fields_cache"]=> bool(false) } } } ["filesystem"]=> array(2) { ["default"]=> string(5) "local" ["disks"]=> array(2) { ["local"]=> array(2) { ["type"]=> string(5) "local" ["root"]=> string(47) "/www/wwwroot/hieps.yanghezi.com/runtime/storage" } ["public"]=> array(4) { ["type"]=> string(5) "local" ["root"]=> string(45) "/www/wwwroot/hieps.yanghezi.com/public/upload" ["url"]=> string(7) "/upload" ["visibility"]=> string(6) "public" } } } ["lang"]=> array(9) { ["default_lang"]=> string(5) "zh-cn" ["allow_lang_list"]=> array(0) { } ["detect_var"]=> string(4) "lang" ["use_cookie"]=> bool(true) ["cookie_var"]=> string(10) "think_lang" ["header_var"]=> string(10) "think-lang" ["extend_list"]=> array(0) { } ["accept_language"]=> array(1) { ["zh-hans-cn"]=> string(5) "zh-cn" } ["allow_group"]=> bool(false) } ["log"]=> array(6) { ["default"]=> string(4) "file" ["level"]=> array(0) { } ["type_channel"]=> array(0) { } ["close"]=> bool(false) ["processor"]=> NULL ["channels"]=> array(2) { ["file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } ["apps_file"]=> array(10) { ["type"]=> string(4) "File" ["path"]=> string(0) "" ["single"]=> bool(false) ["apart_level"]=> array(0) { } ["max_files"]=> int(0) ["json"]=> bool(false) ["processor"]=> NULL ["close"]=> bool(false) ["format"]=> string(11) "[%s][%s] %s" ["realtime_write"]=> bool(false) } } } ["logistics"]=> array(4) { ["waybill_source_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(12) "面单导入" } [1]=> array(2) { ["id"]=> int(2) ["name"]=> string(12) "订单导入" } [2]=> array(2) { ["id"]=> int(3) ["name"]=> string(9) "API接口" } } ["picking_status_list"]=> array(3) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(11) ["name"]=> string(9) "已揽件" } [2]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["picking_except_status_list"]=> array(2) { [0]=> array(2) { ["id"]=> int(1) ["name"]=> string(9) "未揽件" } [1]=> array(2) { ["id"]=> int(21) ["name"]=> string(12) "揽件失败" } } ["express_id_list"]=> array(4) { [0]=> int(1) [1]=> int(3) [2]=> int(7) [3]=> int(11) } } ["middleware"]=> array(2) { ["alias"]=> array(0) { } ["priority"]=> array(0) { } } ["queue"]=> array(3) { ["default"]=> string(5) "redis" ["connections"]=> array(3) { ["sync"]=> array(1) { ["type"]=> string(4) "sync" } ["database"]=> array(4) { ["type"]=> string(8) "database" ["queue"]=> string(7) "default" ["table"]=> string(4) "jobs" ["connection"]=> NULL } ["redis"]=> array(8) { ["type"]=> string(5) "redis" ["queue"]=> string(7) "default" ["host"]=> string(9) "127.0.0.1" ["port"]=> int(6379) ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(0) ["persistent"]=> bool(false) } } ["failed"]=> array(2) { ["type"]=> string(4) "none" ["table"]=> string(11) "failed_jobs" } } ["route"]=> array(19) { ["pathinfo_depr"]=> string(1) "/" ["url_html_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["session"]=> array(6) { ["name"]=> string(9) "PHPSESSID" ["var_session_id"]=> string(0) "" ["type"]=> string(5) "cache" ["store"]=> NULL ["expire"]=> int(86400) ["prefix"]=> string(15) "vm_session_pre_" } ["trace"]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["view"]=> array(10) { ["type"]=> string(5) "Think" ["auto_rule"]=> int(1) ["view_dir_name"]=> string(4) "view" ["view_suffix"]=> string(4) "html" ["view_depr"]=> string(1) "/" ["tpl_begin"]=> string(1) "{" ["tpl_end"]=> string(1) "}" ["taglib_begin"]=> string(1) "{" ["taglib_end"]=> string(1) "}" ["tpl_replace_string"]=> array(1) { ["{__STATIC_PATH__}"]=> string(8) "/static/" } } } ["path":protected]=> string(39) "/www/wwwroot/hieps.yanghezi.com/config/" ["ext":protected]=> string(4) ".php" } ["event":protected]=> object(think\Event)#9 (3) { ["listener":protected]=> array(6) { ["think\event\AppInit"]=> array(0) { } ["think\event\HttpRun"]=> array(1) { [0]=> object(Closure)#32 (1) { ["this"]=> object(think\app\Service)#15 (1) { ["app":protected]=> *RECURSION* } } } ["think\event\HttpEnd"]=> array(0) { } ["LogLevel"]=> array(0) { } ["think\event\LogWrite"]=> array(0) { } ["think\event\RouteLoaded"]=> array(1) { [0]=> object(Closure)#31 (2) { ["this"]=> object(think\captcha\CaptchaService)#14 (1) { ["app":protected]=> *RECURSION* } ["parameter"]=> array(1) { ["$route"]=> string(10) "" } } } } ["bind":protected]=> array(5) { ["AppInit"]=> string(19) "think\event\AppInit" ["HttpRun"]=> string(19) "think\event\HttpRun" ["HttpEnd"]=> string(19) "think\event\HttpEnd" ["RouteLoaded"]=> string(23) "think\event\RouteLoaded" ["LogWrite"]=> string(20) "think\event\LogWrite" } ["app":protected]=> *RECURSION* } ["listen":protected]=> array(0) { } ["dbLog":protected]=> array(0) { } ["queryTimes":protected]=> int(0) ["cache":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["log":protected]=> object(think\Log)#37 (3) { ["namespace":protected]=> string(18) "\think\log\driver\" ["app":protected]=> *RECURSION* ["drivers":protected]=> array(0) { } } } ["app\Request"]=> *RECURSION* ["think\trace\TraceDebug"]=> object(think\trace\TraceDebug)#51 (3) { ["log":protected]=> array(0) { } ["config":protected]=> array(2) { ["type"]=> string(4) "Html" ["channel"]=> string(0) "" } ["app":protected]=> *RECURSION* } ["think\Session"]=> *RECURSION* ["think\middleware\SessionInit"]=> object(think\middleware\SessionInit)#52 (2) { ["app":protected]=> *RECURSION* ["session":protected]=> *RECURSION* } ["think\app\MultiApp"]=> object(think\app\MultiApp)#53 (4) { ["app":protected]=> *RECURSION* ["name":protected]=> string(0) "" ["appName":protected]=> string(0) "" ["path":protected]=> string(0) "" } ["think\Route"]=> object(think\Route)#56 (14) { ["rest":protected]=> array(7) { ["index"]=> array(3) { [0]=> string(3) "get" [1]=> string(0) "" [2]=> string(5) "index" } ["create"]=> array(3) { [0]=> string(3) "get" [1]=> string(7) "/create" [2]=> string(6) "create" } ["edit"]=> array(3) { [0]=> string(3) "get" [1]=> string(10) "//edit" [2]=> string(4) "edit" } ["read"]=> array(3) { [0]=> string(3) "get" [1]=> string(5) "/" [2]=> string(4) "read" } ["save"]=> array(3) { [0]=> string(4) "post" [1]=> string(0) "" [2]=> string(4) "save" } ["update"]=> array(3) { [0]=> string(3) "put" [1]=> string(5) "/" [2]=> string(6) "update" } ["delete"]=> array(3) { [0]=> string(6) "delete" [1]=> string(5) "/" [2]=> string(6) "delete" } } ["config":protected]=> array(21) { ["pathinfo_depr"]=> string(1) "/" ["url_lazy_route"]=> bool(false) ["url_route_must"]=> bool(false) ["route_rule_merge"]=> bool(false) ["route_complete_match"]=> bool(false) ["remove_slash"]=> bool(false) ["route_annotation"]=> bool(false) ["default_route_pattern"]=> string(7) "[\w\.]+" ["url_html_suffix"]=> string(0) "" ["controller_layer"]=> string(10) "controller" ["empty_controller"]=> string(5) "Error" ["controller_suffix"]=> bool(false) ["default_controller"]=> string(5) "Index" ["default_action"]=> string(5) "index" ["action_suffix"]=> string(0) "" ["url_common_param"]=> bool(true) ["request_cache_key"]=> bool(false) ["request_cache_expire"]=> NULL ["request_cache_except"]=> array(0) { } ["default_jsonp_handler"]=> string(11) "jsonpReturn" ["var_jsonp_handler"]=> string(8) "callback" } ["app":protected]=> *RECURSION* ["request":protected]=> *RECURSION* ["ruleName":protected]=> object(think\route\RuleName)#54 (3) { ["item":protected]=> array(1) { ["\think\captcha\captchacontroller@index"]=> array(1) { [0]=> array(4) { ["rule"]=> string(17) "captcha/" ["domain"]=> string(1) "-" ["method"]=> string(3) "get" ["suffix"]=> NULL } } } ["rule":protected]=> array(1) { ["captcha/"]=> array(1) { ["\think\captcha\CaptchaController@index"]=> object(think\route\RuleItem)#58 (7) { ["name"]=> string(38) "\think\captcha\CaptchaController@index" ["rule"]=> string(17) "captcha/" ["route"]=> string(38) "\think\captcha\CaptchaController@index" ["method"]=> string(3) "get" ["vars"]=> array(0) { } ["option"]=> array(0) { } ["pattern"]=> array(0) { } } } } ["group":protected]=> array(0) { } } ["host":protected]=> string(18) "hieps.yanghezi.com" ["group":protected]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } ["bind":protected]=> array(0) { } ["domains":protected]=> array(1) { ["-"]=> object(think\route\Domain)#57 (7) { ["name"]=> NULL ["rule"]=> NULL ["route"]=> NULL ["method"]=> NULL ["vars"]=> array(0) { } ["option"]=> array(1) { ["remove_slash"]=> bool(false) } ["pattern"]=> array(0) { } } } ["cross":protected]=> NULL ["lazy":protected]=> bool(false) ["isTest":protected]=> bool(false) ["mergeRuleRegex":protected]=> bool(false) ["removeSlash":protected]=> bool(false) } ["app\exception\Http"]=> object(app\exception\Http)#65 (3) { ["app":protected]=> *RECURSION* ["ignoreReport":protected]=> array(5) { [0]=> string(29) "think\exception\HttpException" [1]=> string(37) "think\exception\HttpResponseException" [2]=> string(41) "think\db\exception\ModelNotFoundException" [3]=> string(40) "think\db\exception\DataNotFoundException" [4]=> string(33) "think\exception\ValidateException" } ["isJson":protected]=> bool(false) } } ["invokeCallback":protected]=> array(0) { } } ["drivers":protected]=> array(1) { ["cache"]=> object(think\session\Store)#47 (6) { ["data":protected]=> array(0) { } ["init":protected]=> bool(true) ["name":protected]=> string(9) "PHPSESSID" ["id":protected]=> string(32) "f44f762d5f86db7c8f66b0a869d1d77c" ["handler":protected]=> object(think\session\driver\Cache)#50 (3) { ["handler":protected]=> object(think\cache\driver\Redis)#29 (5) { ["handler":protected]=> object(Redis)#30 (0) { } ["options":protected]=> array(11) { ["host"]=> string(9) "127.0.0.1" ["port"]=> string(4) "6379" ["password"]=> string(0) "" ["select"]=> int(0) ["timeout"]=> int(86400) ["expire"]=> int(0) ["persistent"]=> bool(false) ["prefix"]=> string(0) "" ["tag_prefix"]=> string(4) "tag:" ["serialize"]=> array(0) { } ["type"]=> string(5) "redis" } ["readTimes":protected]=> int(1) ["writeTimes":protected]=> int(0) ["tag":protected]=> array(0) { } } ["expire":protected]=> int(86400) ["prefix":protected]=> string(15) "vm_session_pre_" } ["serialize":protected]=> array(0) { } } } } ["cookie":protected]=> array(0) { } ["env":protected]=> object(think\Env)#5 (1) { ["data":protected]=> array(0) { } } ["server":protected]=> array(31) { ["USER"]=> string(3) "www" ["HOME"]=> string(9) "/home/www" ["HTTP_ACCEPT_ENCODING"]=> string(23) "gzip, br, zstd, deflate" ["HTTP_USER_AGENT"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["HTTP_ACCEPT"]=> string(3) "*/*" ["PATH_INFO"]=> string(0) "" ["HTTP_HOST"]=> string(18) "hieps.yanghezi.com" ["REDIRECT_STATUS"]=> string(3) "200" ["SERVER_NAME"]=> string(18) "hieps.yanghezi.com" ["SERVER_PORT"]=> string(3) "443" ["SERVER_ADDR"]=> string(11) "172.22.0.14" ["REMOTE_PORT"]=> string(5) "44596" ["REMOTE_ADDR"]=> string(13) "216.73.216.81" ["SERVER_SOFTWARE"]=> string(12) "nginx/1.26.3" ["GATEWAY_INTERFACE"]=> string(7) "CGI/1.1" ["HTTPS"]=> string(2) "on" ["REQUEST_SCHEME"]=> string(5) "https" ["SERVER_PROTOCOL"]=> string(8) "HTTP/2.0" ["DOCUMENT_ROOT"]=> string(38) "/www/wwwroot/hieps.yanghezi.com/public" ["DOCUMENT_URI"]=> string(10) "/index.php" ["REQUEST_URI"]=> string(12) "/sitemap.xml" ["SCRIPT_NAME"]=> string(10) "/index.php" ["CONTENT_LENGTH"]=> string(0) "" ["CONTENT_TYPE"]=> string(0) "" ["REQUEST_METHOD"]=> string(3) "GET" ["QUERY_STRING"]=> string(14) "s=/sitemap.xml" ["SCRIPT_FILENAME"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["FCGI_ROLE"]=> string(9) "RESPONDER" ["PHP_SELF"]=> string(10) "/index.php" ["REQUEST_TIME_FLOAT"]=> float(1765271612.7768) ["REQUEST_TIME"]=> int(1765271612) } ["file":protected]=> array(0) { } ["header":protected]=> array(6) { ["accept-encoding"]=> string(23) "gzip, br, zstd, deflate" ["user-agent"]=> string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ["accept"]=> string(3) "*/*" ["host"]=> string(18) "hieps.yanghezi.com" ["content-length"]=> string(0) "" ["content-type"]=> string(0) "" } ["mimeType":protected]=> array(12) { ["xml"]=> string(42) "application/xml,text/xml,application/x-xml" ["json"]=> string(62) "application/json,text/x-json,application/jsonrequest,text/json" ["js"]=> string(63) "text/javascript,application/javascript,application/x-javascript" ["css"]=> string(8) "text/css" ["rss"]=> string(19) "application/rss+xml" ["yaml"]=> string(28) "application/x-yaml,text/yaml" ["atom"]=> string(20) "application/atom+xml" ["pdf"]=> string(15) "application/pdf" ["text"]=> string(10) "text/plain" ["image"]=> string(71) "image/png,image/jpg,image/jpeg,image/pjpeg,image/gif,image/webp,image/*" ["csv"]=> string(8) "text/csv" ["html"]=> string(35) "text/html,application/xhtml+xml,*/*" } ["content":protected]=> NULL ["filter":protected]=> NULL ["input":protected]=> string(0) "" ["secureKey":protected]=> NULL ["mergeParam":protected]=> bool(false) } } } [23]=> array(6) { ["file"]=> string(48) "/www/wwwroot/hieps.yanghezi.com/public/index.php" ["line"]=> int(20) ["function"]=> string(3) "run" ["class"]=> string(10) "think\Http" ["type"]=> string(2) "->" ["args"]=> array(0) { } } } ["previous":"Exception":private]=> NULL }