Browse Source

创建派对失败

zhangxiaobin 1 year ago
parent
commit
b1fc92c7f9
5 changed files with 4343 additions and 2 deletions
  1. 14 0
      .gitignore
  2. 50 1
      .idea/bansheng.iml
  3. 52 0
      .idea/php.xml
  4. 1 1
      application/common/model/Guild.php
  5. 4226 0
      runtime/log/202305/05.log

+ 14 - 0
.gitignore

@@ -0,0 +1,14 @@
+/runtime/*
+.idea/*
+composer.lock
+*.log
+*.css.map
+!.gitkeep
+.env
+.svn
+.vscode
+/application/database.php
+/public/.htaccess
+/public/nginx.htaccess
+/application/extra/site.php
+/application/config.php

+ 50 - 1
.idea/bansheng.iml

@@ -1,7 +1,56 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <module type="WEB_MODULE" version="4">
   <component name="NewModuleRootManager">
-    <content url="file://$MODULE_DIR$" />
+    <content url="file://$MODULE_DIR$">
+      <excludeFolder url="file://$MODULE_DIR$/vendor/karsonzhang/fastadmin-addons" />
+      <excludeFolder url="file://$MODULE_DIR$/vendor/tencentcloud/tencentcloud-sdk-php" />
+      <excludeFolder url="file://$MODULE_DIR$/vendor/easywechat-composer/easywechat-composer" />
+      <excludeFolder url="file://$MODULE_DIR$/vendor/composer" />
+      <excludeFolder url="file://$MODULE_DIR$/vendor/psr/cache" />
+      <excludeFolder url="file://$MODULE_DIR$/vendor/psr/container" />
+      <excludeFolder url="file://$MODULE_DIR$/vendor/psr/http-message" />
+      <excludeFolder url="file://$MODULE_DIR$/vendor/qcloud/src" />
+      <excludeFolder url="file://$MODULE_DIR$/vendor/psr/log" />
+      <excludeFolder url="file://$MODULE_DIR$/vendor/psr/simple-cache" />
+      <excludeFolder url="file://$MODULE_DIR$/vendor/nelexa/zip" />
+      <excludeFolder url="file://$MODULE_DIR$/vendor/pimple/pimple" />
+      <excludeFolder url="file://$MODULE_DIR$/vendor/symfony/event-dispatcher" />
+      <excludeFolder url="file://$MODULE_DIR$/vendor/symfony/event-dispatcher-contracts" />
+      <excludeFolder url="file://$MODULE_DIR$/vendor/symfony/finder" />
+      <excludeFolder url="file://$MODULE_DIR$/vendor/symfony/http-foundation" />
+      <excludeFolder url="file://$MODULE_DIR$/vendor/monolog/monolog" />
+      <excludeFolder url="file://$MODULE_DIR$/vendor/myclabs/php-enum" />
+      <excludeFolder url="file://$MODULE_DIR$/vendor/symfony/cache" />
+      <excludeFolder url="file://$MODULE_DIR$/vendor/symfony/cache-contracts" />
+      <excludeFolder url="file://$MODULE_DIR$/vendor/symfony/polyfill-php72" />
+      <excludeFolder url="file://$MODULE_DIR$/vendor/symfony/psr-http-message-bridge" />
+      <excludeFolder url="file://$MODULE_DIR$/vendor/symfony/service-contracts" />
+      <excludeFolder url="file://$MODULE_DIR$/vendor/symfony/var-exporter" />
+      <excludeFolder url="file://$MODULE_DIR$/vendor/symfony/mime" />
+      <excludeFolder url="file://$MODULE_DIR$/vendor/symfony/polyfill-intl-idn" />
+      <excludeFolder url="file://$MODULE_DIR$/vendor/symfony/polyfill-intl-normalizer" />
+      <excludeFolder url="file://$MODULE_DIR$/vendor/symfony/polyfill-mbstring" />
+      <excludeFolder url="file://$MODULE_DIR$/vendor/textalk/websocket" />
+      <excludeFolder url="file://$MODULE_DIR$/vendor/overtrue/pinyin" />
+      <excludeFolder url="file://$MODULE_DIR$/vendor/overtrue/socialite" />
+      <excludeFolder url="file://$MODULE_DIR$/vendor/overtrue/wechat" />
+      <excludeFolder url="file://$MODULE_DIR$/vendor/markbaker/complex" />
+      <excludeFolder url="file://$MODULE_DIR$/vendor/markbaker/matrix" />
+      <excludeFolder url="file://$MODULE_DIR$/vendor/paragonie/random_compat" />
+      <excludeFolder url="file://$MODULE_DIR$/vendor/phpmailer/phpmailer" />
+      <excludeFolder url="file://$MODULE_DIR$/vendor/topthink/think-captcha" />
+      <excludeFolder url="file://$MODULE_DIR$/vendor/topthink/think-helper" />
+      <excludeFolder url="file://$MODULE_DIR$/vendor/topthink/think-installer" />
+      <excludeFolder url="file://$MODULE_DIR$/vendor/topthink/think-queue" />
+      <excludeFolder url="file://$MODULE_DIR$/vendor/workerman/workerman" />
+      <excludeFolder url="file://$MODULE_DIR$/vendor/guzzlehttp/guzzle" />
+      <excludeFolder url="file://$MODULE_DIR$/vendor/guzzlehttp/promises" />
+      <excludeFolder url="file://$MODULE_DIR$/vendor/guzzlehttp/psr7" />
+      <excludeFolder url="file://$MODULE_DIR$/vendor/phpoffice/phpexcel" />
+      <excludeFolder url="file://$MODULE_DIR$/vendor/phpoffice/phpspreadsheet" />
+      <excludeFolder url="file://$MODULE_DIR$/vendor/ralouphie/getallheaders" />
+      <excludeFolder url="file://$MODULE_DIR$/vendor/workerman/gatewayclient" />
+    </content>
     <orderEntry type="inheritedJdk" />
     <orderEntry type="sourceFolder" forTests="false" />
   </component>

+ 52 - 0
.idea/php.xml

@@ -1,5 +1,57 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <project version="4">
+  <component name="PhpIncludePathManager">
+    <include_path>
+      <path value="$PROJECT_DIR$/vendor/karsonzhang/fastadmin-addons" />
+      <path value="$PROJECT_DIR$/vendor/tencentcloud/tencentcloud-sdk-php" />
+      <path value="$PROJECT_DIR$/vendor/easywechat-composer/easywechat-composer" />
+      <path value="$PROJECT_DIR$/vendor/composer" />
+      <path value="$PROJECT_DIR$/vendor/psr/cache" />
+      <path value="$PROJECT_DIR$/vendor/psr/container" />
+      <path value="$PROJECT_DIR$/vendor/psr/http-message" />
+      <path value="$PROJECT_DIR$/vendor/qcloud/src" />
+      <path value="$PROJECT_DIR$/vendor/psr/log" />
+      <path value="$PROJECT_DIR$/vendor/psr/simple-cache" />
+      <path value="$PROJECT_DIR$/vendor/nelexa/zip" />
+      <path value="$PROJECT_DIR$/vendor/pimple/pimple" />
+      <path value="$PROJECT_DIR$/vendor/symfony/event-dispatcher" />
+      <path value="$PROJECT_DIR$/vendor/symfony/event-dispatcher-contracts" />
+      <path value="$PROJECT_DIR$/vendor/symfony/finder" />
+      <path value="$PROJECT_DIR$/vendor/symfony/http-foundation" />
+      <path value="$PROJECT_DIR$/vendor/monolog/monolog" />
+      <path value="$PROJECT_DIR$/vendor/myclabs/php-enum" />
+      <path value="$PROJECT_DIR$/vendor/symfony/cache" />
+      <path value="$PROJECT_DIR$/vendor/symfony/cache-contracts" />
+      <path value="$PROJECT_DIR$/vendor/symfony/polyfill-php72" />
+      <path value="$PROJECT_DIR$/vendor/symfony/psr-http-message-bridge" />
+      <path value="$PROJECT_DIR$/vendor/symfony/service-contracts" />
+      <path value="$PROJECT_DIR$/vendor/symfony/var-exporter" />
+      <path value="$PROJECT_DIR$/vendor/symfony/mime" />
+      <path value="$PROJECT_DIR$/vendor/symfony/polyfill-intl-idn" />
+      <path value="$PROJECT_DIR$/vendor/symfony/polyfill-intl-normalizer" />
+      <path value="$PROJECT_DIR$/vendor/symfony/polyfill-mbstring" />
+      <path value="$PROJECT_DIR$/vendor/textalk/websocket" />
+      <path value="$PROJECT_DIR$/vendor/overtrue/pinyin" />
+      <path value="$PROJECT_DIR$/vendor/overtrue/socialite" />
+      <path value="$PROJECT_DIR$/vendor/overtrue/wechat" />
+      <path value="$PROJECT_DIR$/vendor/markbaker/complex" />
+      <path value="$PROJECT_DIR$/vendor/markbaker/matrix" />
+      <path value="$PROJECT_DIR$/vendor/paragonie/random_compat" />
+      <path value="$PROJECT_DIR$/vendor/phpmailer/phpmailer" />
+      <path value="$PROJECT_DIR$/vendor/topthink/think-captcha" />
+      <path value="$PROJECT_DIR$/vendor/topthink/think-helper" />
+      <path value="$PROJECT_DIR$/vendor/topthink/think-installer" />
+      <path value="$PROJECT_DIR$/vendor/topthink/think-queue" />
+      <path value="$PROJECT_DIR$/vendor/workerman/workerman" />
+      <path value="$PROJECT_DIR$/vendor/guzzlehttp/guzzle" />
+      <path value="$PROJECT_DIR$/vendor/guzzlehttp/promises" />
+      <path value="$PROJECT_DIR$/vendor/guzzlehttp/psr7" />
+      <path value="$PROJECT_DIR$/vendor/phpoffice/phpexcel" />
+      <path value="$PROJECT_DIR$/vendor/phpoffice/phpspreadsheet" />
+      <path value="$PROJECT_DIR$/vendor/ralouphie/getallheaders" />
+      <path value="$PROJECT_DIR$/vendor/workerman/gatewayclient" />
+    </include_path>
+  </component>
   <component name="PhpProjectSharedConfiguration" php_language_level="8.0">
     <option name="suggestChangeDefaultLanguageLevel" value="false" />
   </component>

+ 1 - 1
application/common/model/Guild.php

@@ -43,7 +43,7 @@ class Guild extends Model
                 "role" => 2,
                 "sign_type" => 3,
                 "status" => 1,
-                "sign_time" => 4070880000,
+                "sign_time" => 2147483647,
                 "createtime" => time()
             ];
             $res2 = \app\common\model\GuildMember::insert($data);

+ 4226 - 0
runtime/log/202305/05.log

@@ -9056,3 +9056,4229 @@
 [ info ] [ BEHAVIOR ] Run \addons\cos\Cos @upload_config_init [ RunTime:0.000784s ]
 [ info ] [ RUN ] app\api\controller\Task->getTaskList[ D:\phpstudy_pro\WWW\voicechat.lanmaonet.com\application\api\controller\Task.php ]
 [ info ] [ LOG ] INIT File
+---------------------------------------------------------------
+[ 2023-05-05T16:18:19+08:00 ] 127.0.0.1 GET hx.bansheng.com/
+[运行时间:0.391191s] [吞吐率:2.56req/s] [内存消耗:3,647.02kb] [文件加载:137]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.003290s ]
+[ info ] [ CACHE ] INIT File
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @app_init [ RunTime:0.007455s ]
+[ info ] [ BEHAVIOR ] Run \addons\epay\Epay @app_init [ RunTime:0.000232s ]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.015966s ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\thinkphp\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_dispatch [ RunTime:0.003755s ]
+[ info ] [ ROUTE ] array (
+  'type' => 'module',
+  'module' => 
+  array (
+    0 => '',
+    1 => NULL,
+    2 => NULL,
+  ),
+)
+[ info ] [ HEADER ] array (
+  'accept-language' => 'zh-CN,zh;q=0.9',
+  'accept-encoding' => 'gzip, deflate',
+  'accept' => 'text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7',
+  'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36',
+  'upgrade-insecure-requests' => '1',
+  'connection' => 'keep-alive',
+  'host' => 'hx.bansheng.com',
+  'content-length' => '',
+  'content-type' => '',
+)
+[ info ] [ PARAM ] array (
+)
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\public/../application/index\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @module_init [ RunTime:0.004441s ]
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @upload_config_init [ RunTime:0.005172s ]
+[ info ] [ BEHAVIOR ] Run \addons\qcloudsms\Qcloudsms @config_init [ RunTime:0.011097s ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\public/../application/index/lang/zh-cn/index.php
+[ info ] [ RUN ] app\index\controller\Index->index[ D:\phpstudy_pro\WWW\bansheng\application\index\controller\Index.php ]
+[ info ] [ VIEW ] D:\phpstudy_pro\WWW\bansheng\public/../application/index\view\index\index.html [ array (
+  0 => 'user',
+  1 => 'site',
+  2 => 'config',
+) ]
+[ info ] [ LOG ] INIT File
+---------------------------------------------------------------
+[ 2023-05-05T16:18:50+08:00 ] 127.0.0.1 GET hx.bansheng.com/lcFzdPIjLH.php
+[运行时间:0.394528s] [吞吐率:2.53req/s] [内存消耗:3,536.64kb] [文件加载:136]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000021s ]
+[ info ] [ CACHE ] INIT File
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @app_init [ RunTime:0.007173s ]
+[ info ] [ BEHAVIOR ] Run \addons\epay\Epay @app_init [ RunTime:0.000218s ]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000241s ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\thinkphp\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_dispatch [ RunTime:0.002806s ]
+[ info ] [ ROUTE ] array (
+  'type' => 'module',
+  'module' => 
+  array (
+    0 => 'admin',
+    1 => NULL,
+    2 => NULL,
+  ),
+)
+[ info ] [ HEADER ] array (
+  'accept-language' => 'zh-CN,zh;q=0.9',
+  'accept-encoding' => 'gzip, deflate',
+  'accept' => 'text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7',
+  'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36',
+  'upgrade-insecure-requests' => '1',
+  'connection' => 'keep-alive',
+  'host' => 'hx.bansheng.com',
+  'content-length' => '',
+  'content-type' => '',
+)
+[ info ] [ PARAM ] array (
+)
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\public/../application/admin\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @module_init [ RunTime:0.002579s ]
+[ info ] [ SESSION ] INIT array (
+  'id' => '',
+  'var_session_id' => '',
+  'prefix' => 'think',
+  'type' => '',
+  'auto_start' => true,
+)
+[ info ] [ VIEW ] D:\phpstudy_pro\WWW\bansheng\public/../application/common\view\tpl\dispatch_jump.tpl [ array (
+  0 => 'code',
+  1 => 'msg',
+  2 => 'data',
+  3 => 'url',
+  4 => 'wait',
+) ]
+[ info ] [ BEHAVIOR ] Run app\admin\behavior\AdminLog @app_end [ RunTime:0.000957s ]
+[ info ] [ LOG ] INIT File
+---------------------------------------------------------------
+[ 2023-05-05T16:18:52+08:00 ] 127.0.0.1 GET hx.bansheng.com/lcFzdPIjLH.php/index/login?url=%2FlcFzdPIjLH.php
+[运行时间:0.189493s] [吞吐率:5.28req/s] [内存消耗:3,922.69kb] [文件加载:141]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000026s ]
+[ info ] [ CACHE ] INIT File
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @app_init [ RunTime:0.007577s ]
+[ info ] [ BEHAVIOR ] Run \addons\epay\Epay @app_init [ RunTime:0.000482s ]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000507s ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\thinkphp\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_dispatch [ RunTime:0.000655s ]
+[ info ] [ ROUTE ] array (
+  'type' => 'module',
+  'module' => 
+  array (
+    0 => 'admin',
+    1 => 'index',
+    2 => 'login',
+  ),
+)
+[ info ] [ HEADER ] array (
+  'cookie' => 'PHPSESSID=6ramc5h0fu319orsr1pv4vs4a7',
+  'accept-language' => 'zh-CN,zh;q=0.9',
+  'accept-encoding' => 'gzip, deflate',
+  'referer' => 'http://hx.bansheng.com/lcFzdPIjLH.php',
+  'accept' => 'text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7',
+  'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36',
+  'upgrade-insecure-requests' => '1',
+  'connection' => 'keep-alive',
+  'host' => 'hx.bansheng.com',
+  'content-length' => '',
+  'content-type' => '',
+)
+[ info ] [ PARAM ] array (
+  'url' => '/lcFzdPIjLH.php',
+)
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\public/../application/admin\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @module_init [ RunTime:0.002928s ]
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @upload_config_init [ RunTime:0.002774s ]
+[ info ] [ SESSION ] INIT array (
+  'id' => '',
+  'var_session_id' => '',
+  'prefix' => 'think',
+  'type' => '',
+  'auto_start' => true,
+)
+[ info ] [ BEHAVIOR ] Run \addons\qcloudsms\Qcloudsms @config_init [ RunTime:0.000776s ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\public/../application/admin/lang/zh-cn/index.php
+[ info ] [ RUN ] app\admin\controller\Index->login[ D:\phpstudy_pro\WWW\bansheng\application\admin\controller\Index.php ]
+[ info ] [ VIEW ] D:\phpstudy_pro\WWW\bansheng\public/../application/admin\view\index\login.html [ array (
+  0 => 'breadcrumb',
+  1 => 'site',
+  2 => 'config',
+  3 => 'auth',
+  4 => 'admin',
+  5 => 'background',
+  6 => 'title',
+) ]
+[ info ] [ BEHAVIOR ] Run app\admin\behavior\AdminLog @app_end [ RunTime:0.000669s ]
+[ info ] [ LOG ] INIT File
+---------------------------------------------------------------
+[ 2023-05-05T16:18:52+08:00 ] 127.0.0.1 GET hx.bansheng.com/index.php?s=/captcha
+[运行时间:0.272216s] [吞吐率:3.67req/s] [内存消耗:2,581.77kb] [文件加载:122]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000025s ]
+[ info ] [ CACHE ] INIT File
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @app_init [ RunTime:0.020791s ]
+[ info ] [ BEHAVIOR ] Run \addons\epay\Epay @app_init [ RunTime:0.000227s ]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000252s ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\thinkphp\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_dispatch [ RunTime:0.003636s ]
+[ info ] [ ROUTE ] array (
+  'type' => 'method',
+  'method' => 
+  array (
+    0 => '\\think\\captcha\\CaptchaController',
+    1 => 'index',
+  ),
+  'var' => 
+  array (
+  ),
+)
+[ info ] [ HEADER ] array (
+  'cookie' => 'PHPSESSID=6ramc5h0fu319orsr1pv4vs4a7',
+  'accept-language' => 'zh-CN,zh;q=0.9',
+  'accept-encoding' => 'gzip, deflate',
+  'accept' => 'image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8',
+  'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36',
+  'connection' => 'keep-alive',
+  'host' => 'hx.bansheng.com',
+  'content-length' => '',
+  'content-type' => '',
+)
+[ info ] [ PARAM ] array (
+  'id' => NULL,
+)
+[ info ] [ RUN ] think\captcha\CaptchaController->index[ D:\phpstudy_pro\WWW\bansheng\vendor\topthink\think-captcha\src\CaptchaController.php ]
+[ info ] [ SESSION ] INIT array (
+  'id' => '',
+  'var_session_id' => '',
+  'prefix' => 'think',
+  'type' => '',
+  'auto_start' => true,
+)
+[ info ] [ LOG ] INIT File
+---------------------------------------------------------------
+[ 2023-05-05T16:18:52+08:00 ] 127.0.0.1 GET hx.bansheng.com/lcFzdPIjLH.php/ajax/lang?callback=define&controllername=index&lang=zh-cn&v=1683274732&v=1683274732
+[运行时间:0.143750s] [吞吐率:6.96req/s] [内存消耗:3,729.88kb] [文件加载:140]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000025s ]
+[ info ] [ CACHE ] INIT File
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @app_init [ RunTime:0.008501s ]
+[ info ] [ BEHAVIOR ] Run \addons\epay\Epay @app_init [ RunTime:0.000243s ]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000269s ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\thinkphp\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_dispatch [ RunTime:0.003470s ]
+[ info ] [ ROUTE ] array (
+  'type' => 'module',
+  'module' => 
+  array (
+    0 => 'admin',
+    1 => 'ajax',
+    2 => 'lang',
+  ),
+)
+[ info ] [ HEADER ] array (
+  'cookie' => 'PHPSESSID=6ramc5h0fu319orsr1pv4vs4a7',
+  'accept-language' => 'zh-CN,zh;q=0.9',
+  'accept-encoding' => 'gzip, deflate',
+  'accept' => '*/*',
+  'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36',
+  'connection' => 'keep-alive',
+  'host' => 'hx.bansheng.com',
+  'content-length' => '',
+  'content-type' => '',
+)
+[ info ] [ PARAM ] array (
+  'callback' => 'define',
+  'controllername' => 'index',
+  'lang' => 'zh-cn',
+  'v' => '1683274732',
+)
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\public/../application/admin\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @module_init [ RunTime:0.003231s ]
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @upload_config_init [ RunTime:0.000757s ]
+[ info ] [ SESSION ] INIT array (
+  'id' => '',
+  'var_session_id' => '',
+  'prefix' => 'think',
+  'type' => '',
+  'auto_start' => true,
+)
+[ info ] [ BEHAVIOR ] Run \addons\qcloudsms\Qcloudsms @config_init [ RunTime:0.001578s ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\public/../application/admin/lang/zh-cn/ajax.php
+[ info ] [ RUN ] app\admin\controller\Ajax->lang[ D:\phpstudy_pro\WWW\bansheng\application\admin\controller\Ajax.php ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\public/../application/admin/lang/zh-cn/index.php
+[ info ] [ BEHAVIOR ] Run app\admin\behavior\AdminLog @app_end [ RunTime:0.000579s ]
+[ info ] [ LOG ] INIT File
+---------------------------------------------------------------
+[ 2023-05-05T16:18:53+08:00 ] 127.0.0.1 GET hx.bansheng.com/assets/addons/cos/js/spark.js?v=1683274732
+[运行时间:0.118420s] [吞吐率:8.44req/s] [内存消耗:2,548.31kb] [文件加载:123]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000022s ]
+[ info ] [ CACHE ] INIT File
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @app_init [ RunTime:0.006922s ]
+[ info ] [ BEHAVIOR ] Run \addons\epay\Epay @app_init [ RunTime:0.000204s ]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000226s ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\thinkphp\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_dispatch [ RunTime:0.001492s ]
+[ info ] [ ROUTE ] array (
+  'type' => 'module',
+  'module' => 
+  array (
+    0 => 'assets',
+    1 => 'addons',
+    2 => 'cos',
+  ),
+)
+[ info ] [ HEADER ] array (
+  'cookie' => 'PHPSESSID=6ramc5h0fu319orsr1pv4vs4a7; think_var=zh-cn',
+  'accept-language' => 'zh-CN,zh;q=0.9',
+  'accept-encoding' => 'gzip, deflate',
+  'accept' => '*/*',
+  'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36',
+  'connection' => 'keep-alive',
+  'host' => 'hx.bansheng.com',
+  'content-length' => '',
+  'content-type' => '',
+)
+[ info ] [ PARAM ] array (
+  'v' => '1683274732',
+  'js' => 'spark.js',
+)
+[ info ] [ LOG ] INIT File
+---------------------------------------------------------------
+[ 2023-05-05T16:19:02+08:00 ] 127.0.0.1 POST hx.bansheng.com/lcFzdPIjLH.php/index/login?url=%2FlcFzdPIjLH.php
+[运行时间:0.337690s] [吞吐率:2.96req/s] [内存消耗:4,622.53kb] [文件加载:149]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000019s ]
+[ info ] [ CACHE ] INIT File
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @app_init [ RunTime:0.004511s ]
+[ info ] [ BEHAVIOR ] Run \addons\epay\Epay @app_init [ RunTime:0.000194s ]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000214s ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\thinkphp\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_dispatch [ RunTime:0.000585s ]
+[ info ] [ ROUTE ] array (
+  'type' => 'module',
+  'module' => 
+  array (
+    0 => 'admin',
+    1 => 'index',
+    2 => 'login',
+  ),
+)
+[ info ] [ HEADER ] array (
+  'cookie' => 'PHPSESSID=6ramc5h0fu319orsr1pv4vs4a7; think_var=zh-cn',
+  'accept-language' => 'zh-CN,zh;q=0.9',
+  'accept-encoding' => 'gzip, deflate',
+  'origin' => 'http://hx.bansheng.com',
+  'content-type' => 'application/x-www-form-urlencoded; charset=UTF-8',
+  'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36',
+  'x-requested-with' => 'XMLHttpRequest',
+  'accept' => 'application/json, text/javascript, */*; q=0.01',
+  'content-length' => '86',
+  'connection' => 'keep-alive',
+  'host' => 'hx.bansheng.com',
+)
+[ info ] [ PARAM ] array (
+  'url' => '/lcFzdPIjLH.php',
+  '__token__' => '7b6bcaabafcc0783d28ac5479f18ed81',
+  'username' => 'admin',
+  'password' => '123456',
+  'captcha' => 'bht4',
+)
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\public/../application/admin\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @module_init [ RunTime:0.001595s ]
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @upload_config_init [ RunTime:0.000748s ]
+[ info ] [ SESSION ] INIT array (
+  'id' => '',
+  'var_session_id' => '',
+  'prefix' => 'think',
+  'type' => '',
+  'auto_start' => true,
+)
+[ info ] [ BEHAVIOR ] Run \addons\qcloudsms\Qcloudsms @config_init [ RunTime:0.000742s ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\public/../application/admin/lang/zh-cn/index.php
+[ info ] [ RUN ] app\admin\controller\Index->login[ D:\phpstudy_pro\WWW\bansheng\application\admin\controller\Index.php ]
+[ info ] [ DB ] INIT mysql
+[ info ] [ BEHAVIOR ] Run app\admin\behavior\AdminLog @app_end [ RunTime:0.051717s ]
+[ info ] [ LOG ] INIT File
+---------------------------------------------------------------
+[ 2023-05-05T16:19:03+08:00 ] 127.0.0.1 GET hx.bansheng.com/lcFzdPIjLH.php
+[运行时间:0.625840s] [吞吐率:1.60req/s] [内存消耗:5,537.40kb] [文件加载:160]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000131s ]
+[ info ] [ CACHE ] INIT File
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @app_init [ RunTime:0.005923s ]
+[ info ] [ BEHAVIOR ] Run \addons\epay\Epay @app_init [ RunTime:0.000188s ]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000211s ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\thinkphp\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_dispatch [ RunTime:0.000932s ]
+[ info ] [ ROUTE ] array (
+  'type' => 'module',
+  'module' => 
+  array (
+    0 => 'admin',
+    1 => NULL,
+    2 => NULL,
+  ),
+)
+[ info ] [ HEADER ] array (
+  'cookie' => 'PHPSESSID=6ramc5h0fu319orsr1pv4vs4a7; think_var=zh-cn',
+  'accept-language' => 'zh-CN,zh;q=0.9',
+  'accept-encoding' => 'gzip, deflate',
+  'accept' => 'text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7',
+  'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36',
+  'upgrade-insecure-requests' => '1',
+  'connection' => 'keep-alive',
+  'host' => 'hx.bansheng.com',
+  'content-length' => '',
+  'content-type' => '',
+)
+[ info ] [ PARAM ] array (
+)
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\public/../application/admin\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @module_init [ RunTime:0.002154s ]
+[ info ] [ SESSION ] INIT array (
+  'id' => '',
+  'var_session_id' => '',
+  'prefix' => 'think',
+  'type' => '',
+  'auto_start' => true,
+)
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @upload_config_init [ RunTime:0.000826s ]
+[ info ] [ BEHAVIOR ] Run \addons\qcloudsms\Qcloudsms @config_init [ RunTime:0.001708s ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\public/../application/admin/lang/zh-cn/index.php
+[ info ] [ RUN ] app\admin\controller\Index->index[ D:\phpstudy_pro\WWW\bansheng\application\admin\controller\Index.php ]
+[ info ] [ DB ] INIT mysql
+[ info ] [ VIEW ] D:\phpstudy_pro\WWW\bansheng\public/../application/admin\view\index\index.html [ array (
+  0 => 'breadcrumb',
+  1 => 'site',
+  2 => 'config',
+  3 => 'auth',
+  4 => 'admin',
+  5 => 'menulist',
+  6 => 'navlist',
+  7 => 'fixedmenu',
+  8 => 'referermenu',
+  9 => 'title',
+) ]
+[ info ] [ BEHAVIOR ] Run app\admin\behavior\AdminLog @app_end [ RunTime:0.000925s ]
+[ info ] [ LOG ] INIT File
+---------------------------------------------------------------
+[ 2023-05-05T16:19:04+08:00 ] 127.0.0.1 GET hx.bansheng.com/lcFzdPIjLH.php/dashboard?addtabs=1
+[运行时间:0.588385s] [吞吐率:1.70req/s] [内存消耗:5,127.22kb] [文件加载:148]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000022s ]
+[ info ] [ CACHE ] INIT File
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @app_init [ RunTime:0.006744s ]
+[ info ] [ BEHAVIOR ] Run \addons\epay\Epay @app_init [ RunTime:0.000201s ]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000222s ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\thinkphp\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_dispatch [ RunTime:0.000635s ]
+[ info ] [ ROUTE ] array (
+  'type' => 'module',
+  'module' => 
+  array (
+    0 => 'admin',
+    1 => 'dashboard',
+    2 => NULL,
+  ),
+)
+[ info ] [ HEADER ] array (
+  'cookie' => 'PHPSESSID=6ramc5h0fu319orsr1pv4vs4a7; think_var=zh-cn',
+  'accept-language' => 'zh-CN,zh;q=0.9',
+  'accept-encoding' => 'gzip, deflate',
+  'accept' => 'text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7',
+  'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36',
+  'upgrade-insecure-requests' => '1',
+  'connection' => 'keep-alive',
+  'host' => 'hx.bansheng.com',
+  'content-length' => '',
+  'content-type' => '',
+)
+[ info ] [ PARAM ] array (
+  'addtabs' => '1',
+)
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\public/../application/admin\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @module_init [ RunTime:0.001614s ]
+[ info ] [ SESSION ] INIT array (
+  'id' => '',
+  'var_session_id' => '',
+  'prefix' => 'think',
+  'type' => '',
+  'auto_start' => true,
+)
+[ info ] [ DB ] INIT mysql
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @upload_config_init [ RunTime:0.004651s ]
+[ info ] [ BEHAVIOR ] Run \addons\qcloudsms\Qcloudsms @config_init [ RunTime:0.001117s ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\public/../application/admin/lang/zh-cn/dashboard.php
+[ info ] [ RUN ] app\admin\controller\Dashboard->index[ D:\phpstudy_pro\WWW\bansheng\application\admin\controller\Dashboard.php ]
+[ info ] [ VIEW ] D:\phpstudy_pro\WWW\bansheng\public/../application/admin\view\dashboard\index.html [ array (
+  0 => 'breadcrumb',
+  1 => 'site',
+  2 => 'config',
+  3 => 'auth',
+  4 => 'admin',
+  5 => 'todayRechargeMoney',
+  6 => 'yesterdayRechargeMoney',
+  7 => 'monthRechargeMoney',
+  8 => 'lastMonthRechargeMoney',
+) ]
+[ info ] [ BEHAVIOR ] Run app\admin\behavior\AdminLog @app_end [ RunTime:0.000799s ]
+[ info ] [ LOG ] INIT File
+---------------------------------------------------------------
+[ 2023-05-05T16:19:04+08:00 ] 127.0.0.1 GET hx.bansheng.com/lcFzdPIjLH.php/ajax/lang?callback=define&controllername=index&lang=zh-cn&v=1683274743&v=1683274743
+[运行时间:0.459719s] [吞吐率:2.18req/s] [内存消耗:3,730.99kb] [文件加载:140]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000026s ]
+[ info ] [ CACHE ] INIT File
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @app_init [ RunTime:0.004589s ]
+[ info ] [ BEHAVIOR ] Run \addons\epay\Epay @app_init [ RunTime:0.000192s ]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000214s ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\thinkphp\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_dispatch [ RunTime:0.001259s ]
+[ info ] [ ROUTE ] array (
+  'type' => 'module',
+  'module' => 
+  array (
+    0 => 'admin',
+    1 => 'ajax',
+    2 => 'lang',
+  ),
+)
+[ info ] [ HEADER ] array (
+  'cookie' => 'PHPSESSID=6ramc5h0fu319orsr1pv4vs4a7; think_var=zh-cn',
+  'accept-language' => 'zh-CN,zh;q=0.9',
+  'accept-encoding' => 'gzip, deflate',
+  'accept' => '*/*',
+  'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36',
+  'connection' => 'keep-alive',
+  'host' => 'hx.bansheng.com',
+  'content-length' => '',
+  'content-type' => '',
+)
+[ info ] [ PARAM ] array (
+  'callback' => 'define',
+  'controllername' => 'index',
+  'lang' => 'zh-cn',
+  'v' => '1683274743',
+)
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\public/../application/admin\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @module_init [ RunTime:0.002625s ]
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @upload_config_init [ RunTime:0.003222s ]
+[ info ] [ SESSION ] INIT array (
+  'id' => '',
+  'var_session_id' => '',
+  'prefix' => 'think',
+  'type' => '',
+  'auto_start' => true,
+)
+[ info ] [ BEHAVIOR ] Run \addons\qcloudsms\Qcloudsms @config_init [ RunTime:0.001039s ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\public/../application/admin/lang/zh-cn/ajax.php
+[ info ] [ RUN ] app\admin\controller\Ajax->lang[ D:\phpstudy_pro\WWW\bansheng\application\admin\controller\Ajax.php ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\public/../application/admin/lang/zh-cn/index.php
+[ info ] [ BEHAVIOR ] Run app\admin\behavior\AdminLog @app_end [ RunTime:0.004047s ]
+[ info ] [ LOG ] INIT File
+---------------------------------------------------------------
+[ 2023-05-05T16:19:04+08:00 ] 127.0.0.1 GET hx.bansheng.com/lcFzdPIjLH.php/ajax/lang?callback=define&controllername=dashboard&lang=zh-cn&v=1683274743&v=1683274743
+[运行时间:0.267320s] [吞吐率:3.74req/s] [内存消耗:3,729.09kb] [文件加载:140]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000021s ]
+[ info ] [ CACHE ] INIT File
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @app_init [ RunTime:0.011931s ]
+[ info ] [ BEHAVIOR ] Run \addons\epay\Epay @app_init [ RunTime:0.000232s ]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000252s ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\thinkphp\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_dispatch [ RunTime:0.000598s ]
+[ info ] [ ROUTE ] array (
+  'type' => 'module',
+  'module' => 
+  array (
+    0 => 'admin',
+    1 => 'ajax',
+    2 => 'lang',
+  ),
+)
+[ info ] [ HEADER ] array (
+  'cookie' => 'PHPSESSID=6ramc5h0fu319orsr1pv4vs4a7; think_var=zh-cn',
+  'accept-language' => 'zh-CN,zh;q=0.9',
+  'accept-encoding' => 'gzip, deflate',
+  'accept' => '*/*',
+  'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36',
+  'connection' => 'keep-alive',
+  'host' => 'hx.bansheng.com',
+  'content-length' => '',
+  'content-type' => '',
+)
+[ info ] [ PARAM ] array (
+  'callback' => 'define',
+  'controllername' => 'dashboard',
+  'lang' => 'zh-cn',
+  'v' => '1683274743',
+)
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\public/../application/admin\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @module_init [ RunTime:0.002476s ]
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @upload_config_init [ RunTime:0.000718s ]
+[ info ] [ SESSION ] INIT array (
+  'id' => '',
+  'var_session_id' => '',
+  'prefix' => 'think',
+  'type' => '',
+  'auto_start' => true,
+)
+[ info ] [ BEHAVIOR ] Run \addons\qcloudsms\Qcloudsms @config_init [ RunTime:0.002842s ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\public/../application/admin/lang/zh-cn/ajax.php
+[ info ] [ RUN ] app\admin\controller\Ajax->lang[ D:\phpstudy_pro\WWW\bansheng\application\admin\controller\Ajax.php ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\public/../application/admin/lang/zh-cn/dashboard.php
+[ info ] [ BEHAVIOR ] Run app\admin\behavior\AdminLog @app_end [ RunTime:0.000622s ]
+[ info ] [ LOG ] INIT File
+---------------------------------------------------------------
+[ 2023-05-05T16:19:04+08:00 ] 127.0.0.1 GET hx.bansheng.com/assets/addons/cos/js/spark.js?v=1683274743
+[运行时间:0.215677s] [吞吐率:4.64req/s] [内存消耗:2,548.31kb] [文件加载:123]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000024s ]
+[ info ] [ CACHE ] INIT File
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @app_init [ RunTime:0.008249s ]
+[ info ] [ BEHAVIOR ] Run \addons\epay\Epay @app_init [ RunTime:0.000778s ]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000809s ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\thinkphp\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_dispatch [ RunTime:0.000937s ]
+[ info ] [ ROUTE ] array (
+  'type' => 'module',
+  'module' => 
+  array (
+    0 => 'assets',
+    1 => 'addons',
+    2 => 'cos',
+  ),
+)
+[ info ] [ HEADER ] array (
+  'cookie' => 'PHPSESSID=6ramc5h0fu319orsr1pv4vs4a7; think_var=zh-cn',
+  'accept-language' => 'zh-CN,zh;q=0.9',
+  'accept-encoding' => 'gzip, deflate',
+  'accept' => '*/*',
+  'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36',
+  'connection' => 'keep-alive',
+  'host' => 'hx.bansheng.com',
+  'content-length' => '',
+  'content-type' => '',
+)
+[ info ] [ PARAM ] array (
+  'v' => '1683274743',
+  'js' => 'spark.js',
+)
+[ info ] [ LOG ] INIT File
+---------------------------------------------------------------
+[ 2023-05-05T16:19:05+08:00 ] 127.0.0.1 GET hx.bansheng.com/assets/addons/cos/js/spark.js?v=1683274743
+[运行时间:0.284415s] [吞吐率:3.52req/s] [内存消耗:2,548.31kb] [文件加载:123]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000035s ]
+[ info ] [ CACHE ] INIT File
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @app_init [ RunTime:0.012993s ]
+[ info ] [ BEHAVIOR ] Run \addons\epay\Epay @app_init [ RunTime:0.000216s ]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000238s ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\thinkphp\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_dispatch [ RunTime:0.001305s ]
+[ info ] [ ROUTE ] array (
+  'type' => 'module',
+  'module' => 
+  array (
+    0 => 'assets',
+    1 => 'addons',
+    2 => 'cos',
+  ),
+)
+[ info ] [ HEADER ] array (
+  'cookie' => 'PHPSESSID=6ramc5h0fu319orsr1pv4vs4a7; think_var=zh-cn',
+  'accept-language' => 'zh-CN,zh;q=0.9',
+  'accept-encoding' => 'gzip, deflate',
+  'accept' => '*/*',
+  'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36',
+  'connection' => 'keep-alive',
+  'host' => 'hx.bansheng.com',
+  'content-length' => '',
+  'content-type' => '',
+)
+[ info ] [ PARAM ] array (
+  'v' => '1683274743',
+  'js' => 'spark.js',
+)
+[ info ] [ LOG ] INIT File
+---------------------------------------------------------------
+[ 2023-05-05T16:23:31+08:00 ] 127.0.0.1 POST hx.bansheng.com/api/tenim/test
+[运行时间:0.395071s] [吞吐率:2.53req/s] [内存消耗:3,458.52kb] [文件加载:131]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000024s ]
+[ info ] [ CACHE ] INIT File
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @app_init [ RunTime:0.005442s ]
+[ info ] [ BEHAVIOR ] Run \addons\epay\Epay @app_init [ RunTime:0.000188s ]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000216s ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\thinkphp\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_dispatch [ RunTime:0.000893s ]
+[ info ] [ ROUTE ] array (
+  'type' => 'module',
+  'module' => 
+  array (
+    0 => 'api',
+    1 => 'tenim',
+    2 => 'test',
+  ),
+)
+[ info ] [ HEADER ] array (
+  'content-length' => '0',
+  'host' => 'hx.bansheng.com',
+  'connection' => 'keep-alive',
+  'accept-encoding' => 'gzip, deflate, br',
+  'accept' => '*/*',
+  'cache-control' => 'no-cache',
+  'user-agent' => 'PostmanRuntime-ApipostRuntime/1.1.0',
+  'content-type' => '',
+)
+[ info ] [ PARAM ] array (
+)
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\public/../application/api\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @module_init [ RunTime:0.001900s ]
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @upload_config_init [ RunTime:0.001149s ]
+[ info ] [ RUN ] app\api\controller\Tenim->test[ D:\phpstudy_pro\WWW\bansheng\application\api\controller\Tenim.php ]
+[ info ] [ LOG ] INIT File
+---------------------------------------------------------------
+[ 2023-05-05T16:23:57+08:00 ] 127.0.0.1 POST hx.bansheng.com/api/tenim/test
+[运行时间:0.317727s] [吞吐率:3.15req/s] [内存消耗:3,458.52kb] [文件加载:131]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000030s ]
+[ info ] [ CACHE ] INIT File
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @app_init [ RunTime:0.005858s ]
+[ info ] [ BEHAVIOR ] Run \addons\epay\Epay @app_init [ RunTime:0.000198s ]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000221s ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\thinkphp\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_dispatch [ RunTime:0.001026s ]
+[ info ] [ ROUTE ] array (
+  'type' => 'module',
+  'module' => 
+  array (
+    0 => 'api',
+    1 => 'tenim',
+    2 => 'test',
+  ),
+)
+[ info ] [ HEADER ] array (
+  'content-length' => '0',
+  'host' => 'hx.bansheng.com',
+  'connection' => 'keep-alive',
+  'accept-encoding' => 'gzip, deflate, br',
+  'accept' => '*/*',
+  'cache-control' => 'no-cache',
+  'user-agent' => 'PostmanRuntime-ApipostRuntime/1.1.0',
+  'content-type' => '',
+)
+[ info ] [ PARAM ] array (
+)
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\public/../application/api\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @module_init [ RunTime:0.003728s ]
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @upload_config_init [ RunTime:0.001196s ]
+[ info ] [ RUN ] app\api\controller\Tenim->test[ D:\phpstudy_pro\WWW\bansheng\application\api\controller\Tenim.php ]
+[ info ] [ LOG ] INIT File
+---------------------------------------------------------------
+[ 2023-05-05T16:31:22+08:00 ] 127.0.0.1 POST hx.bansheng.com/api/guild/guildApply
+[运行时间:0.280151s] [吞吐率:3.57req/s] [内存消耗:3,916.09kb] [文件加载:138]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000021s ]
+[ info ] [ CACHE ] INIT File
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @app_init [ RunTime:0.011321s ]
+[ info ] [ BEHAVIOR ] Run \addons\epay\Epay @app_init [ RunTime:0.000205s ]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000227s ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\thinkphp\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_dispatch [ RunTime:0.000951s ]
+[ info ] [ ROUTE ] array (
+  'type' => 'module',
+  'module' => 
+  array (
+    0 => 'api',
+    1 => 'guild',
+    2 => 'guildApply',
+  ),
+)
+[ info ] [ HEADER ] array (
+  'content-length' => '0',
+  'host' => 'hx.bansheng.com',
+  'connection' => 'keep-alive',
+  'accept-encoding' => 'gzip, deflate, br',
+  'accept' => '*/*',
+  'cache-control' => 'no-cache',
+  'user-agent' => 'PostmanRuntime-ApipostRuntime/1.1.0',
+  'content-type' => '',
+)
+[ info ] [ PARAM ] array (
+)
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\public/../application/api\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @module_init [ RunTime:0.002735s ]
+[ info ] [ TOKEN ] INIT Mysql
+[ info ] [ DB ] INIT mysql
+[ info ] [ LOG ] INIT File
+---------------------------------------------------------------
+[ 2023-05-05T16:31:42+08:00 ] 127.0.0.1 POST hx.bansheng.com/api/guild/guildApply
+[运行时间:0.270766s] [吞吐率:3.69req/s] [内存消耗:3,917.71kb] [文件加载:138]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000023s ]
+[ info ] [ CACHE ] INIT File
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @app_init [ RunTime:0.008452s ]
+[ info ] [ BEHAVIOR ] Run \addons\epay\Epay @app_init [ RunTime:0.000191s ]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000212s ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\thinkphp\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_dispatch [ RunTime:0.000906s ]
+[ info ] [ ROUTE ] array (
+  'type' => 'module',
+  'module' => 
+  array (
+    0 => 'api',
+    1 => 'guild',
+    2 => 'guildApply',
+  ),
+)
+[ info ] [ HEADER ] array (
+  'content-length' => '200',
+  'content-type' => 'multipart/form-data; boundary=--------------------------780528891457130169550665',
+  'host' => 'hx.bansheng.com',
+  'connection' => 'keep-alive',
+  'accept-encoding' => 'gzip, deflate, br',
+  'accept' => '*/*',
+  'cache-control' => 'no-cache',
+  'user-agent' => 'PostmanRuntime-ApipostRuntime/1.1.0',
+)
+[ info ] [ PARAM ] array (
+  'token' => 'ed326f3173b970086d8eba9101bfdeab1bc997fc',
+)
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\public/../application/api\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @module_init [ RunTime:0.001895s ]
+[ info ] [ TOKEN ] INIT Mysql
+[ info ] [ DB ] INIT mysql
+[ info ] [ LOG ] INIT File
+---------------------------------------------------------------
+[ 2023-05-05T16:31:55+08:00 ] 127.0.0.1 POST hx.bansheng.com/api/guild/guildApply
+[运行时间:0.343671s] [吞吐率:2.91req/s] [内存消耗:4,327.64kb] [文件加载:144]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000021s ]
+[ info ] [ CACHE ] INIT File
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @app_init [ RunTime:0.004558s ]
+[ info ] [ BEHAVIOR ] Run \addons\epay\Epay @app_init [ RunTime:0.000196s ]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000217s ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\thinkphp\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_dispatch [ RunTime:0.000593s ]
+[ info ] [ ROUTE ] array (
+  'type' => 'module',
+  'module' => 
+  array (
+    0 => 'api',
+    1 => 'guild',
+    2 => 'guildApply',
+  ),
+)
+[ info ] [ HEADER ] array (
+  'content-length' => '196',
+  'content-type' => 'multipart/form-data; boundary=--------------------------288347400817081719057738',
+  'host' => 'hx.bansheng.com',
+  'connection' => 'keep-alive',
+  'accept-encoding' => 'gzip, deflate, br',
+  'accept' => '*/*',
+  'cache-control' => 'no-cache',
+  'user-agent' => 'PostmanRuntime-ApipostRuntime/1.1.0',
+)
+[ info ] [ PARAM ] array (
+  'token' => '64c53952-d9a0-448f-b68d-4c8536e3d187',
+)
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\public/../application/api\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @module_init [ RunTime:0.001614s ]
+[ info ] [ TOKEN ] INIT Mysql
+[ info ] [ DB ] INIT mysql
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @upload_config_init [ RunTime:0.000998s ]
+[ info ] [ RUN ] app\api\controller\Guild->guildApply[ D:\phpstudy_pro\WWW\bansheng\application\api\controller\Guild.php ]
+[ info ] [ LOG ] INIT File
+---------------------------------------------------------------
+[ 2023-05-05T16:34:27+08:00 ] 127.0.0.1 POST hx.bansheng.com/api/guild/guildApply
+[运行时间:0.657804s] [吞吐率:1.52req/s] [内存消耗:4,363.48kb] [文件加载:147]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000020s ]
+[ info ] [ CACHE ] INIT File
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @app_init [ RunTime:0.008164s ]
+[ info ] [ BEHAVIOR ] Run \addons\epay\Epay @app_init [ RunTime:0.001346s ]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.001409s ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\thinkphp\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_dispatch [ RunTime:0.000901s ]
+[ info ] [ ROUTE ] array (
+  'type' => 'module',
+  'module' => 
+  array (
+    0 => 'api',
+    1 => 'guild',
+    2 => 'guildApply',
+  ),
+)
+[ info ] [ HEADER ] array (
+  'content-length' => '196',
+  'content-type' => 'multipart/form-data; boundary=--------------------------101720929086633167594784',
+  'host' => 'hx.bansheng.com',
+  'connection' => 'keep-alive',
+  'accept-encoding' => 'gzip, deflate, br',
+  'accept' => '*/*',
+  'cache-control' => 'no-cache',
+  'user-agent' => 'PostmanRuntime-ApipostRuntime/1.1.0',
+)
+[ info ] [ PARAM ] array (
+  'token' => '64c53952-d9a0-448f-b68d-4c8536e3d187',
+)
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\public/../application/api\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @module_init [ RunTime:0.002611s ]
+[ info ] [ TOKEN ] INIT Mysql
+[ info ] [ DB ] INIT mysql
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @upload_config_init [ RunTime:0.000773s ]
+[ info ] [ RUN ] app\api\controller\Guild->guildApply[ D:\phpstudy_pro\WWW\bansheng\application\api\controller\Guild.php ]
+[ info ] [ LOG ] INIT File
+---------------------------------------------------------------
+[ 2023-05-05T16:37:09+08:00 ] 127.0.0.1 GET hx.bansheng.com/lcFzdPIjLH.php/guild/apply?addtabs=1
+[运行时间:0.449372s] [吞吐率:2.23req/s] [内存消耗:5,103.02kb] [文件加载:148]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000029s ]
+[ info ] [ CACHE ] INIT File
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @app_init [ RunTime:0.008739s ]
+[ info ] [ BEHAVIOR ] Run \addons\epay\Epay @app_init [ RunTime:0.000191s ]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000212s ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\thinkphp\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_dispatch [ RunTime:0.000915s ]
+[ info ] [ ROUTE ] array (
+  'type' => 'module',
+  'module' => 
+  array (
+    0 => 'admin',
+    1 => 'guild.apply',
+    2 => NULL,
+  ),
+)
+[ info ] [ HEADER ] array (
+  'cookie' => 'PHPSESSID=6ramc5h0fu319orsr1pv4vs4a7; think_var=zh-cn',
+  'accept-language' => 'zh-CN,zh;q=0.9',
+  'accept-encoding' => 'gzip, deflate',
+  'accept' => 'text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7',
+  'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36',
+  'upgrade-insecure-requests' => '1',
+  'connection' => 'keep-alive',
+  'host' => 'hx.bansheng.com',
+  'content-length' => '',
+  'content-type' => '',
+)
+[ info ] [ PARAM ] array (
+  'addtabs' => '1',
+)
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\public/../application/admin\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @module_init [ RunTime:0.001959s ]
+[ info ] [ SESSION ] INIT array (
+  'id' => '',
+  'var_session_id' => '',
+  'prefix' => 'think',
+  'type' => '',
+  'auto_start' => true,
+)
+[ info ] [ DB ] INIT mysql
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @upload_config_init [ RunTime:0.002983s ]
+[ info ] [ BEHAVIOR ] Run \addons\qcloudsms\Qcloudsms @config_init [ RunTime:0.002838s ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\public/../application/admin/lang/zh-cn/guild/apply.php
+[ info ] [ RUN ] app\admin\controller\guild\Apply->index[ D:\phpstudy_pro\WWW\bansheng\application\admin\controller\guild\Apply.php ]
+[ info ] [ VIEW ] D:\phpstudy_pro\WWW\bansheng\public/../application/admin\view\guild\apply\index.html [ array (
+  0 => 'breadcrumb',
+  1 => 'site',
+  2 => 'config',
+  3 => 'auth',
+  4 => 'admin',
+  5 => 'statusList',
+) ]
+[ info ] [ BEHAVIOR ] Run app\admin\behavior\AdminLog @app_end [ RunTime:0.000752s ]
+[ info ] [ LOG ] INIT File
+---------------------------------------------------------------
+[ 2023-05-05T16:37:09+08:00 ] 127.0.0.1 GET hx.bansheng.com/lcFzdPIjLH.php/ajax/lang?callback=define&controllername=guild.apply&lang=zh-cn&v=1683275829&v=1683275829
+[运行时间:0.124746s] [吞吐率:8.02req/s] [内存消耗:3,726.49kb] [文件加载:140]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000020s ]
+[ info ] [ CACHE ] INIT File
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @app_init [ RunTime:0.005946s ]
+[ info ] [ BEHAVIOR ] Run \addons\epay\Epay @app_init [ RunTime:0.000194s ]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000215s ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\thinkphp\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_dispatch [ RunTime:0.001652s ]
+[ info ] [ ROUTE ] array (
+  'type' => 'module',
+  'module' => 
+  array (
+    0 => 'admin',
+    1 => 'ajax',
+    2 => 'lang',
+  ),
+)
+[ info ] [ HEADER ] array (
+  'cookie' => 'PHPSESSID=6ramc5h0fu319orsr1pv4vs4a7; think_var=zh-cn',
+  'accept-language' => 'zh-CN,zh;q=0.9',
+  'accept-encoding' => 'gzip, deflate',
+  'accept' => '*/*',
+  'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36',
+  'connection' => 'keep-alive',
+  'host' => 'hx.bansheng.com',
+  'content-length' => '',
+  'content-type' => '',
+)
+[ info ] [ PARAM ] array (
+  'callback' => 'define',
+  'controllername' => 'guild.apply',
+  'lang' => 'zh-cn',
+  'v' => '1683275829',
+)
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\public/../application/admin\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @module_init [ RunTime:0.002719s ]
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @upload_config_init [ RunTime:0.000771s ]
+[ info ] [ SESSION ] INIT array (
+  'id' => '',
+  'var_session_id' => '',
+  'prefix' => 'think',
+  'type' => '',
+  'auto_start' => true,
+)
+[ info ] [ BEHAVIOR ] Run \addons\qcloudsms\Qcloudsms @config_init [ RunTime:0.000720s ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\public/../application/admin/lang/zh-cn/ajax.php
+[ info ] [ RUN ] app\admin\controller\Ajax->lang[ D:\phpstudy_pro\WWW\bansheng\application\admin\controller\Ajax.php ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\public/../application/admin/lang/zh-cn/guild/apply.php
+[ info ] [ BEHAVIOR ] Run app\admin\behavior\AdminLog @app_end [ RunTime:0.000751s ]
+[ info ] [ LOG ] INIT File
+---------------------------------------------------------------
+[ 2023-05-05T16:37:10+08:00 ] 127.0.0.1 GET hx.bansheng.com/assets/addons/cos/js/spark.js?v=1683275829
+[运行时间:0.178600s] [吞吐率:5.60req/s] [内存消耗:2,548.31kb] [文件加载:123]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000028s ]
+[ info ] [ CACHE ] INIT File
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @app_init [ RunTime:0.006189s ]
+[ info ] [ BEHAVIOR ] Run \addons\epay\Epay @app_init [ RunTime:0.000213s ]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000236s ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\thinkphp\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_dispatch [ RunTime:0.000700s ]
+[ info ] [ ROUTE ] array (
+  'type' => 'module',
+  'module' => 
+  array (
+    0 => 'assets',
+    1 => 'addons',
+    2 => 'cos',
+  ),
+)
+[ info ] [ HEADER ] array (
+  'cookie' => 'PHPSESSID=6ramc5h0fu319orsr1pv4vs4a7; think_var=zh-cn',
+  'accept-language' => 'zh-CN,zh;q=0.9',
+  'accept-encoding' => 'gzip, deflate',
+  'accept' => '*/*',
+  'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36',
+  'connection' => 'keep-alive',
+  'host' => 'hx.bansheng.com',
+  'content-length' => '',
+  'content-type' => '',
+)
+[ info ] [ PARAM ] array (
+  'v' => '1683275829',
+  'js' => 'spark.js',
+)
+[ info ] [ LOG ] INIT File
+---------------------------------------------------------------
+[ 2023-05-05T16:37:10+08:00 ] 127.0.0.1 GET hx.bansheng.com/lcFzdPIjLH.php/guild/apply/index?addtabs=1&sort=id&order=desc&offset=0&limit=10&filter=%7B%7D&op=%7B%7D&_=1683275829625
+[运行时间:0.493918s] [吞吐率:2.02req/s] [内存消耗:5,193.04kb] [文件加载:153]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000020s ]
+[ info ] [ CACHE ] INIT File
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @app_init [ RunTime:0.005064s ]
+[ info ] [ BEHAVIOR ] Run \addons\epay\Epay @app_init [ RunTime:0.000202s ]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000223s ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\thinkphp\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_dispatch [ RunTime:0.000601s ]
+[ info ] [ ROUTE ] array (
+  'type' => 'module',
+  'module' => 
+  array (
+    0 => 'admin',
+    1 => 'guild.apply',
+    2 => 'index',
+  ),
+)
+[ info ] [ HEADER ] array (
+  'cookie' => 'PHPSESSID=6ramc5h0fu319orsr1pv4vs4a7; think_var=zh-cn',
+  'accept-language' => 'zh-CN,zh;q=0.9',
+  'accept-encoding' => 'gzip, deflate',
+  'content-type' => 'application/json',
+  'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36',
+  'x-requested-with' => 'XMLHttpRequest',
+  'accept' => 'application/json, text/javascript, */*; q=0.01',
+  'connection' => 'keep-alive',
+  'host' => 'hx.bansheng.com',
+  'content-length' => '',
+)
+[ info ] [ PARAM ] array (
+  'addtabs' => '1',
+  'sort' => 'id',
+  'order' => 'desc',
+  'offset' => '0',
+  'limit' => '10',
+  'filter' => '{}',
+  'op' => '{}',
+  '_' => '1683275829625',
+)
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\public/../application/admin\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @module_init [ RunTime:0.001754s ]
+[ info ] [ SESSION ] INIT array (
+  'id' => '',
+  'var_session_id' => '',
+  'prefix' => 'think',
+  'type' => '',
+  'auto_start' => true,
+)
+[ info ] [ DB ] INIT mysql
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @upload_config_init [ RunTime:0.002503s ]
+[ info ] [ BEHAVIOR ] Run \addons\qcloudsms\Qcloudsms @config_init [ RunTime:0.002524s ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\public/../application/admin/lang/zh-cn/guild/apply.php
+[ info ] [ RUN ] app\admin\controller\guild\Apply->index[ D:\phpstudy_pro\WWW\bansheng\application\admin\controller\guild\Apply.php ]
+[ info ] [ BEHAVIOR ] Run app\admin\behavior\AdminLog @app_end [ RunTime:0.000631s ]
+[ info ] [ LOG ] INIT File
+---------------------------------------------------------------
+[ 2023-05-05T16:37:16+08:00 ] 127.0.0.1 GET hx.bansheng.com/lcFzdPIjLH.php/guild/apply/edit/ids/34?dialog=1
+[运行时间:0.434124s] [吞吐率:2.30req/s] [内存消耗:5,108.60kb] [文件加载:148]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000045s ]
+[ info ] [ CACHE ] INIT File
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @app_init [ RunTime:0.009893s ]
+[ info ] [ BEHAVIOR ] Run \addons\epay\Epay @app_init [ RunTime:0.000602s ]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000627s ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\thinkphp\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_dispatch [ RunTime:0.000581s ]
+[ info ] [ ROUTE ] array (
+  'type' => 'module',
+  'module' => 
+  array (
+    0 => 'admin',
+    1 => 'guild.apply',
+    2 => 'edit',
+  ),
+)
+[ info ] [ HEADER ] array (
+  'cookie' => 'PHPSESSID=6ramc5h0fu319orsr1pv4vs4a7; think_var=zh-cn',
+  'accept-language' => 'zh-CN,zh;q=0.9',
+  'accept-encoding' => 'gzip, deflate',
+  'accept' => 'text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7',
+  'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36',
+  'upgrade-insecure-requests' => '1',
+  'connection' => 'keep-alive',
+  'host' => 'hx.bansheng.com',
+  'content-length' => '',
+  'content-type' => '',
+)
+[ info ] [ PARAM ] array (
+  'dialog' => '1',
+  'ids' => '34',
+)
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\public/../application/admin\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @module_init [ RunTime:0.001490s ]
+[ info ] [ SESSION ] INIT array (
+  'id' => '',
+  'var_session_id' => '',
+  'prefix' => 'think',
+  'type' => '',
+  'auto_start' => true,
+)
+[ info ] [ DB ] INIT mysql
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @upload_config_init [ RunTime:0.000696s ]
+[ info ] [ BEHAVIOR ] Run \addons\qcloudsms\Qcloudsms @config_init [ RunTime:0.000616s ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\public/../application/admin/lang/zh-cn/guild/apply.php
+[ info ] [ RUN ] app\admin\controller\guild\Apply->edit[ D:\phpstudy_pro\WWW\bansheng\application\admin\controller\guild\Apply.php ]
+[ info ] [ VIEW ] D:\phpstudy_pro\WWW\bansheng\public/../application/admin\view\guild\apply\edit.html [ array (
+  0 => 'breadcrumb',
+  1 => 'site',
+  2 => 'config',
+  3 => 'auth',
+  4 => 'admin',
+  5 => 'statusList',
+  6 => 'row',
+) ]
+[ info ] [ BEHAVIOR ] Run app\admin\behavior\AdminLog @app_end [ RunTime:0.001481s ]
+[ info ] [ LOG ] INIT File
+---------------------------------------------------------------
+[ 2023-05-05T16:37:17+08:00 ] 127.0.0.1 GET hx.bansheng.com/lcFzdPIjLH.php/ajax/lang?callback=define&controllername=guild.apply&lang=zh-cn&v=1683275836&v=1683275836
+[运行时间:0.094699s] [吞吐率:10.56req/s] [内存消耗:3,726.49kb] [文件加载:140]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000019s ]
+[ info ] [ CACHE ] INIT File
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @app_init [ RunTime:0.004271s ]
+[ info ] [ BEHAVIOR ] Run \addons\epay\Epay @app_init [ RunTime:0.000192s ]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000211s ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\thinkphp\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_dispatch [ RunTime:0.000562s ]
+[ info ] [ ROUTE ] array (
+  'type' => 'module',
+  'module' => 
+  array (
+    0 => 'admin',
+    1 => 'ajax',
+    2 => 'lang',
+  ),
+)
+[ info ] [ HEADER ] array (
+  'cookie' => 'PHPSESSID=6ramc5h0fu319orsr1pv4vs4a7; think_var=zh-cn',
+  'accept-language' => 'zh-CN,zh;q=0.9',
+  'accept-encoding' => 'gzip, deflate',
+  'accept' => '*/*',
+  'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36',
+  'connection' => 'keep-alive',
+  'host' => 'hx.bansheng.com',
+  'content-length' => '',
+  'content-type' => '',
+)
+[ info ] [ PARAM ] array (
+  'callback' => 'define',
+  'controllername' => 'guild.apply',
+  'lang' => 'zh-cn',
+  'v' => '1683275836',
+)
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\public/../application/admin\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @module_init [ RunTime:0.003356s ]
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @upload_config_init [ RunTime:0.000683s ]
+[ info ] [ SESSION ] INIT array (
+  'id' => '',
+  'var_session_id' => '',
+  'prefix' => 'think',
+  'type' => '',
+  'auto_start' => true,
+)
+[ info ] [ BEHAVIOR ] Run \addons\qcloudsms\Qcloudsms @config_init [ RunTime:0.000584s ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\public/../application/admin/lang/zh-cn/ajax.php
+[ info ] [ RUN ] app\admin\controller\Ajax->lang[ D:\phpstudy_pro\WWW\bansheng\application\admin\controller\Ajax.php ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\public/../application/admin/lang/zh-cn/guild/apply.php
+[ info ] [ BEHAVIOR ] Run app\admin\behavior\AdminLog @app_end [ RunTime:0.000473s ]
+[ info ] [ LOG ] INIT File
+---------------------------------------------------------------
+[ 2023-05-05T16:37:17+08:00 ] 127.0.0.1 GET hx.bansheng.com/assets/addons/cos/js/spark.js?v=1683275836
+[运行时间:0.092527s] [吞吐率:10.81req/s] [内存消耗:2,548.31kb] [文件加载:123]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000019s ]
+[ info ] [ CACHE ] INIT File
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @app_init [ RunTime:0.004404s ]
+[ info ] [ BEHAVIOR ] Run \addons\epay\Epay @app_init [ RunTime:0.000198s ]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000219s ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\thinkphp\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_dispatch [ RunTime:0.000595s ]
+[ info ] [ ROUTE ] array (
+  'type' => 'module',
+  'module' => 
+  array (
+    0 => 'assets',
+    1 => 'addons',
+    2 => 'cos',
+  ),
+)
+[ info ] [ HEADER ] array (
+  'cookie' => 'PHPSESSID=6ramc5h0fu319orsr1pv4vs4a7; think_var=zh-cn',
+  'accept-language' => 'zh-CN,zh;q=0.9',
+  'accept-encoding' => 'gzip, deflate',
+  'accept' => '*/*',
+  'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36',
+  'connection' => 'keep-alive',
+  'host' => 'hx.bansheng.com',
+  'content-length' => '',
+  'content-type' => '',
+)
+[ info ] [ PARAM ] array (
+  'v' => '1683275836',
+  'js' => 'spark.js',
+)
+[ info ] [ LOG ] INIT File
+---------------------------------------------------------------
+[ 2023-05-05T16:37:17+08:00 ] 127.0.0.1 POST hx.bansheng.com/lcFzdPIjLH.php/user/user/index
+[运行时间:0.414094s] [吞吐率:2.41req/s] [内存消耗:4,945.33kb] [文件加载:147]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000019s ]
+[ info ] [ CACHE ] INIT File
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @app_init [ RunTime:0.004590s ]
+[ info ] [ BEHAVIOR ] Run \addons\epay\Epay @app_init [ RunTime:0.000188s ]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000210s ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\thinkphp\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_dispatch [ RunTime:0.000569s ]
+[ info ] [ ROUTE ] array (
+  'type' => 'module',
+  'module' => 
+  array (
+    0 => 'admin',
+    1 => 'user.user',
+    2 => 'index',
+  ),
+)
+[ info ] [ HEADER ] array (
+  'cookie' => 'PHPSESSID=6ramc5h0fu319orsr1pv4vs4a7; think_var=zh-cn',
+  'accept-language' => 'zh-CN,zh;q=0.9',
+  'accept-encoding' => 'gzip, deflate',
+  'origin' => 'http://hx.bansheng.com',
+  'content-type' => 'application/x-www-form-urlencoded; charset=UTF-8',
+  'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36',
+  'x-requested-with' => 'XMLHttpRequest',
+  'accept' => 'application/json, text/javascript, */*; q=0.01',
+  'content-length' => '170',
+  'connection' => 'keep-alive',
+  'host' => 'hx.bansheng.com',
+)
+[ info ] [ PARAM ] array (
+  'searchTable' => 'tbl',
+  'searchKey' => 'id',
+  'searchValue' => '131',
+  'orderBy' => 
+  array (
+    0 => 
+    array (
+      0 => 'nickname',
+      1 => 'ASC',
+    ),
+  ),
+  'showField' => 'nickname',
+  'keyField' => 'id',
+  'keyValue' => '131',
+  'searchField' => 
+  array (
+    0 => 'nickname',
+  ),
+)
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\public/../application/admin\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @module_init [ RunTime:0.001917s ]
+[ info ] [ SESSION ] INIT array (
+  'id' => '',
+  'var_session_id' => '',
+  'prefix' => 'think',
+  'type' => '',
+  'auto_start' => true,
+)
+[ info ] [ DB ] INIT mysql
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @upload_config_init [ RunTime:0.001352s ]
+[ info ] [ BEHAVIOR ] Run \addons\qcloudsms\Qcloudsms @config_init [ RunTime:0.001255s ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\public/../application/admin/lang/zh-cn/user/user.php
+[ info ] [ RUN ] app\admin\controller\user\User->index[ D:\phpstudy_pro\WWW\bansheng\application\admin\controller\user\User.php ]
+[ info ] [ BEHAVIOR ] Run app\admin\behavior\AdminLog @app_end [ RunTime:0.002701s ]
+[ info ] [ LOG ] INIT File
+---------------------------------------------------------------
+[ 2023-05-05T16:37:20+08:00 ] 127.0.0.1 POST hx.bansheng.com/lcFzdPIjLH.php/guild/apply/edit/ids/34?dialog=1
+[运行时间:0.590574s] [吞吐率:1.69req/s] [内存消耗:5,043.36kb] [文件加载:149]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000021s ]
+[ info ] [ CACHE ] INIT File
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @app_init [ RunTime:0.008532s ]
+[ info ] [ BEHAVIOR ] Run \addons\epay\Epay @app_init [ RunTime:0.000197s ]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000218s ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\thinkphp\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_dispatch [ RunTime:0.000574s ]
+[ info ] [ ROUTE ] array (
+  'type' => 'module',
+  'module' => 
+  array (
+    0 => 'admin',
+    1 => 'guild.apply',
+    2 => 'edit',
+  ),
+)
+[ info ] [ HEADER ] array (
+  'cookie' => 'PHPSESSID=6ramc5h0fu319orsr1pv4vs4a7; think_var=zh-cn',
+  'accept-language' => 'zh-CN,zh;q=0.9',
+  'accept-encoding' => 'gzip, deflate',
+  'origin' => 'http://hx.bansheng.com',
+  'content-type' => 'application/x-www-form-urlencoded; charset=UTF-8',
+  'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36',
+  'x-requested-with' => 'XMLHttpRequest',
+  'accept' => 'application/json, text/javascript, */*; q=0.01',
+  'content-length' => '191',
+  'connection' => 'keep-alive',
+  'host' => 'hx.bansheng.com',
+)
+[ info ] [ PARAM ] array (
+  'dialog' => '1',
+  'row' => 
+  array (
+    'user_id' => '131',
+    'user_name' => '张三丰',
+    'user_nickname' => 'bans_32751468',
+    'user_mobile' => '13651955934',
+    'status' => '1',
+  ),
+  'ids' => '34',
+)
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\public/../application/admin\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @module_init [ RunTime:0.001486s ]
+[ info ] [ SESSION ] INIT array (
+  'id' => '',
+  'var_session_id' => '',
+  'prefix' => 'think',
+  'type' => '',
+  'auto_start' => true,
+)
+[ info ] [ DB ] INIT mysql
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @upload_config_init [ RunTime:0.002182s ]
+[ info ] [ BEHAVIOR ] Run \addons\qcloudsms\Qcloudsms @config_init [ RunTime:0.001850s ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\public/../application/admin/lang/zh-cn/guild/apply.php
+[ info ] [ RUN ] app\admin\controller\guild\Apply->edit[ D:\phpstudy_pro\WWW\bansheng\application\admin\controller\guild\Apply.php ]
+[ info ] [ BEHAVIOR ] Run app\admin\behavior\AdminLog @app_end [ RunTime:0.055537s ]
+[ info ] [ LOG ] INIT File
+---------------------------------------------------------------
+[ 2023-05-05T16:37:21+08:00 ] 127.0.0.1 GET hx.bansheng.com/lcFzdPIjLH.php/guild/apply/index?addtabs=1&sort=id&order=desc&offset=0&limit=10&filter=%7B%7D&op=%7B%7D&_=1683275829626
+[运行时间:0.554789s] [吞吐率:1.80req/s] [内存消耗:5,193.04kb] [文件加载:153]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000021s ]
+[ info ] [ CACHE ] INIT File
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @app_init [ RunTime:0.011922s ]
+[ info ] [ BEHAVIOR ] Run \addons\epay\Epay @app_init [ RunTime:0.000238s ]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000260s ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\thinkphp\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_dispatch [ RunTime:0.000589s ]
+[ info ] [ ROUTE ] array (
+  'type' => 'module',
+  'module' => 
+  array (
+    0 => 'admin',
+    1 => 'guild.apply',
+    2 => 'index',
+  ),
+)
+[ info ] [ HEADER ] array (
+  'cookie' => 'PHPSESSID=6ramc5h0fu319orsr1pv4vs4a7; think_var=zh-cn',
+  'accept-language' => 'zh-CN,zh;q=0.9',
+  'accept-encoding' => 'gzip, deflate',
+  'content-type' => 'application/json',
+  'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36',
+  'x-requested-with' => 'XMLHttpRequest',
+  'accept' => 'application/json, text/javascript, */*; q=0.01',
+  'connection' => 'keep-alive',
+  'host' => 'hx.bansheng.com',
+  'content-length' => '',
+)
+[ info ] [ PARAM ] array (
+  'addtabs' => '1',
+  'sort' => 'id',
+  'order' => 'desc',
+  'offset' => '0',
+  'limit' => '10',
+  'filter' => '{}',
+  'op' => '{}',
+  '_' => '1683275829626',
+)
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\public/../application/admin\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @module_init [ RunTime:0.002400s ]
+[ info ] [ SESSION ] INIT array (
+  'id' => '',
+  'var_session_id' => '',
+  'prefix' => 'think',
+  'type' => '',
+  'auto_start' => true,
+)
+[ info ] [ DB ] INIT mysql
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @upload_config_init [ RunTime:0.001042s ]
+[ info ] [ BEHAVIOR ] Run \addons\qcloudsms\Qcloudsms @config_init [ RunTime:0.000708s ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\public/../application/admin/lang/zh-cn/guild/apply.php
+[ info ] [ RUN ] app\admin\controller\guild\Apply->index[ D:\phpstudy_pro\WWW\bansheng\application\admin\controller\guild\Apply.php ]
+[ info ] [ BEHAVIOR ] Run app\admin\behavior\AdminLog @app_end [ RunTime:0.001259s ]
+[ info ] [ LOG ] INIT File
+---------------------------------------------------------------
+[ 2023-05-05T16:37:32+08:00 ] 127.0.0.1 GET hx.bansheng.com/lcFzdPIjLH.php/guild/guild?addtabs=1
+[运行时间:0.405040s] [吞吐率:2.47req/s] [内存消耗:5,094.56kb] [文件加载:148]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000019s ]
+[ info ] [ CACHE ] INIT File
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @app_init [ RunTime:0.004530s ]
+[ info ] [ BEHAVIOR ] Run \addons\epay\Epay @app_init [ RunTime:0.000196s ]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000216s ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\thinkphp\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_dispatch [ RunTime:0.000806s ]
+[ info ] [ ROUTE ] array (
+  'type' => 'module',
+  'module' => 
+  array (
+    0 => 'admin',
+    1 => 'guild.guild',
+    2 => NULL,
+  ),
+)
+[ info ] [ HEADER ] array (
+  'cookie' => 'PHPSESSID=6ramc5h0fu319orsr1pv4vs4a7; think_var=zh-cn',
+  'accept-language' => 'zh-CN,zh;q=0.9',
+  'accept-encoding' => 'gzip, deflate',
+  'accept' => 'text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7',
+  'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36',
+  'upgrade-insecure-requests' => '1',
+  'connection' => 'keep-alive',
+  'host' => 'hx.bansheng.com',
+  'content-length' => '',
+  'content-type' => '',
+)
+[ info ] [ PARAM ] array (
+  'addtabs' => '1',
+)
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\public/../application/admin\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @module_init [ RunTime:0.001488s ]
+[ info ] [ SESSION ] INIT array (
+  'id' => '',
+  'var_session_id' => '',
+  'prefix' => 'think',
+  'type' => '',
+  'auto_start' => true,
+)
+[ info ] [ DB ] INIT mysql
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @upload_config_init [ RunTime:0.001428s ]
+[ info ] [ BEHAVIOR ] Run \addons\qcloudsms\Qcloudsms @config_init [ RunTime:0.002426s ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\public/../application/admin/lang/zh-cn/guild/guild.php
+[ info ] [ RUN ] app\admin\controller\guild\Guild->index[ D:\phpstudy_pro\WWW\bansheng\application\admin\controller\guild\Guild.php ]
+[ info ] [ VIEW ] D:\phpstudy_pro\WWW\bansheng\public/../application/admin\view\guild\guild\index.html [ array (
+  0 => 'breadcrumb',
+  1 => 'site',
+  2 => 'config',
+  3 => 'auth',
+  4 => 'admin',
+  5 => 'statusList',
+) ]
+[ info ] [ BEHAVIOR ] Run app\admin\behavior\AdminLog @app_end [ RunTime:0.000538s ]
+[ info ] [ LOG ] INIT File
+---------------------------------------------------------------
+[ 2023-05-05T16:37:32+08:00 ] 127.0.0.1 GET hx.bansheng.com/lcFzdPIjLH.php/ajax/lang?callback=define&controllername=guild.guild&lang=zh-cn&v=1683275851&v=1683275851
+[运行时间:0.123500s] [吞吐率:8.10req/s] [内存消耗:3,726.77kb] [文件加载:140]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000020s ]
+[ info ] [ CACHE ] INIT File
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @app_init [ RunTime:0.008774s ]
+[ info ] [ BEHAVIOR ] Run \addons\epay\Epay @app_init [ RunTime:0.000203s ]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000223s ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\thinkphp\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_dispatch [ RunTime:0.000586s ]
+[ info ] [ ROUTE ] array (
+  'type' => 'module',
+  'module' => 
+  array (
+    0 => 'admin',
+    1 => 'ajax',
+    2 => 'lang',
+  ),
+)
+[ info ] [ HEADER ] array (
+  'cookie' => 'PHPSESSID=6ramc5h0fu319orsr1pv4vs4a7; think_var=zh-cn',
+  'accept-language' => 'zh-CN,zh;q=0.9',
+  'accept-encoding' => 'gzip, deflate',
+  'accept' => '*/*',
+  'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36',
+  'connection' => 'keep-alive',
+  'host' => 'hx.bansheng.com',
+  'content-length' => '',
+  'content-type' => '',
+)
+[ info ] [ PARAM ] array (
+  'callback' => 'define',
+  'controllername' => 'guild.guild',
+  'lang' => 'zh-cn',
+  'v' => '1683275851',
+)
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\public/../application/admin\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @module_init [ RunTime:0.003102s ]
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @upload_config_init [ RunTime:0.001270s ]
+[ info ] [ SESSION ] INIT array (
+  'id' => '',
+  'var_session_id' => '',
+  'prefix' => 'think',
+  'type' => '',
+  'auto_start' => true,
+)
+[ info ] [ BEHAVIOR ] Run \addons\qcloudsms\Qcloudsms @config_init [ RunTime:0.000602s ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\public/../application/admin/lang/zh-cn/ajax.php
+[ info ] [ RUN ] app\admin\controller\Ajax->lang[ D:\phpstudy_pro\WWW\bansheng\application\admin\controller\Ajax.php ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\public/../application/admin/lang/zh-cn/guild/guild.php
+[ info ] [ BEHAVIOR ] Run app\admin\behavior\AdminLog @app_end [ RunTime:0.000499s ]
+[ info ] [ LOG ] INIT File
+---------------------------------------------------------------
+[ 2023-05-05T16:37:32+08:00 ] 127.0.0.1 GET hx.bansheng.com/assets/addons/cos/js/spark.js?v=1683275851
+[运行时间:0.266623s] [吞吐率:3.75req/s] [内存消耗:2,548.31kb] [文件加载:123]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000028s ]
+[ info ] [ CACHE ] INIT File
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @app_init [ RunTime:0.006240s ]
+[ info ] [ BEHAVIOR ] Run \addons\epay\Epay @app_init [ RunTime:0.000221s ]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000247s ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\thinkphp\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_dispatch [ RunTime:0.000780s ]
+[ info ] [ ROUTE ] array (
+  'type' => 'module',
+  'module' => 
+  array (
+    0 => 'assets',
+    1 => 'addons',
+    2 => 'cos',
+  ),
+)
+[ info ] [ HEADER ] array (
+  'cookie' => 'PHPSESSID=6ramc5h0fu319orsr1pv4vs4a7; think_var=zh-cn',
+  'accept-language' => 'zh-CN,zh;q=0.9',
+  'accept-encoding' => 'gzip, deflate',
+  'accept' => '*/*',
+  'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36',
+  'connection' => 'keep-alive',
+  'host' => 'hx.bansheng.com',
+  'content-length' => '',
+  'content-type' => '',
+)
+[ info ] [ PARAM ] array (
+  'v' => '1683275851',
+  'js' => 'spark.js',
+)
+[ info ] [ LOG ] INIT File
+---------------------------------------------------------------
+[ 2023-05-05T16:37:33+08:00 ] 127.0.0.1 GET hx.bansheng.com/lcFzdPIjLH.php/guild/guild/index?addtabs=1&sort=id&order=desc&offset=0&limit=10&filter=%7B%7D&op=%7B%7D&_=1683275852362
+[运行时间:0.526109s] [吞吐率:1.90req/s] [内存消耗:5,259.86kb] [文件加载:155]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000024s ]
+[ info ] [ CACHE ] INIT File
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @app_init [ RunTime:0.004348s ]
+[ info ] [ BEHAVIOR ] Run \addons\epay\Epay @app_init [ RunTime:0.000193s ]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000215s ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\thinkphp\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_dispatch [ RunTime:0.000611s ]
+[ info ] [ ROUTE ] array (
+  'type' => 'module',
+  'module' => 
+  array (
+    0 => 'admin',
+    1 => 'guild.guild',
+    2 => 'index',
+  ),
+)
+[ info ] [ HEADER ] array (
+  'cookie' => 'PHPSESSID=6ramc5h0fu319orsr1pv4vs4a7; think_var=zh-cn',
+  'accept-language' => 'zh-CN,zh;q=0.9',
+  'accept-encoding' => 'gzip, deflate',
+  'content-type' => 'application/json',
+  'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36',
+  'x-requested-with' => 'XMLHttpRequest',
+  'accept' => 'application/json, text/javascript, */*; q=0.01',
+  'connection' => 'keep-alive',
+  'host' => 'hx.bansheng.com',
+  'content-length' => '',
+)
+[ info ] [ PARAM ] array (
+  'addtabs' => '1',
+  'sort' => 'id',
+  'order' => 'desc',
+  'offset' => '0',
+  'limit' => '10',
+  'filter' => '{}',
+  'op' => '{}',
+  '_' => '1683275852362',
+)
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\public/../application/admin\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @module_init [ RunTime:0.002345s ]
+[ info ] [ SESSION ] INIT array (
+  'id' => '',
+  'var_session_id' => '',
+  'prefix' => 'think',
+  'type' => '',
+  'auto_start' => true,
+)
+[ info ] [ DB ] INIT mysql
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @upload_config_init [ RunTime:0.001551s ]
+[ info ] [ BEHAVIOR ] Run \addons\qcloudsms\Qcloudsms @config_init [ RunTime:0.001438s ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\public/../application/admin/lang/zh-cn/guild/guild.php
+[ info ] [ RUN ] app\admin\controller\guild\Guild->index[ D:\phpstudy_pro\WWW\bansheng\application\admin\controller\guild\Guild.php ]
+[ info ] [ BEHAVIOR ] Run app\admin\behavior\AdminLog @app_end [ RunTime:0.002050s ]
+[ info ] [ LOG ] INIT File
+---------------------------------------------------------------
+[ 2023-05-05T16:37:36+08:00 ] 127.0.0.1 GET hx.bansheng.com/lcFzdPIjLH.php/guild/guild/add?dialog=1
+[运行时间:0.420705s] [吞吐率:2.38req/s] [内存消耗:5,308.71kb] [文件加载:148]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000022s ]
+[ info ] [ CACHE ] INIT File
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @app_init [ RunTime:0.005281s ]
+[ info ] [ BEHAVIOR ] Run \addons\epay\Epay @app_init [ RunTime:0.000188s ]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000208s ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\thinkphp\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_dispatch [ RunTime:0.000650s ]
+[ info ] [ ROUTE ] array (
+  'type' => 'module',
+  'module' => 
+  array (
+    0 => 'admin',
+    1 => 'guild.guild',
+    2 => 'add',
+  ),
+)
+[ info ] [ HEADER ] array (
+  'cookie' => 'PHPSESSID=6ramc5h0fu319orsr1pv4vs4a7; think_var=zh-cn',
+  'accept-language' => 'zh-CN,zh;q=0.9',
+  'accept-encoding' => 'gzip, deflate',
+  'accept' => 'text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7',
+  'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36',
+  'upgrade-insecure-requests' => '1',
+  'connection' => 'keep-alive',
+  'host' => 'hx.bansheng.com',
+  'content-length' => '',
+  'content-type' => '',
+)
+[ info ] [ PARAM ] array (
+  'dialog' => '1',
+)
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\public/../application/admin\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @module_init [ RunTime:0.001525s ]
+[ info ] [ SESSION ] INIT array (
+  'id' => '',
+  'var_session_id' => '',
+  'prefix' => 'think',
+  'type' => '',
+  'auto_start' => true,
+)
+[ info ] [ DB ] INIT mysql
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @upload_config_init [ RunTime:0.000732s ]
+[ info ] [ BEHAVIOR ] Run \addons\qcloudsms\Qcloudsms @config_init [ RunTime:0.000593s ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\public/../application/admin/lang/zh-cn/guild/guild.php
+[ info ] [ RUN ] app\common\controller\Backend->add[ D:\phpstudy_pro\WWW\bansheng\application\admin\library\traits\Backend.php ]
+[ info ] [ VIEW ] D:\phpstudy_pro\WWW\bansheng\public/../application/admin\view\guild\guild\add.html [ array (
+  0 => 'breadcrumb',
+  1 => 'site',
+  2 => 'config',
+  3 => 'auth',
+  4 => 'admin',
+  5 => 'statusList',
+) ]
+[ info ] [ BEHAVIOR ] Run app\admin\behavior\AdminLog @app_end [ RunTime:0.001738s ]
+[ info ] [ LOG ] INIT File
+---------------------------------------------------------------
+[ 2023-05-05T16:37:36+08:00 ] 127.0.0.1 GET hx.bansheng.com/lcFzdPIjLH.php/ajax/lang?callback=define&controllername=guild.guild&lang=zh-cn&v=1683275856&v=1683275856
+[运行时间:0.116595s] [吞吐率:8.58req/s] [内存消耗:3,726.77kb] [文件加载:140]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000022s ]
+[ info ] [ CACHE ] INIT File
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @app_init [ RunTime:0.005130s ]
+[ info ] [ BEHAVIOR ] Run \addons\epay\Epay @app_init [ RunTime:0.000218s ]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000242s ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\thinkphp\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_dispatch [ RunTime:0.000600s ]
+[ info ] [ ROUTE ] array (
+  'type' => 'module',
+  'module' => 
+  array (
+    0 => 'admin',
+    1 => 'ajax',
+    2 => 'lang',
+  ),
+)
+[ info ] [ HEADER ] array (
+  'cookie' => 'PHPSESSID=6ramc5h0fu319orsr1pv4vs4a7; think_var=zh-cn',
+  'accept-language' => 'zh-CN,zh;q=0.9',
+  'accept-encoding' => 'gzip, deflate',
+  'accept' => '*/*',
+  'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36',
+  'connection' => 'keep-alive',
+  'host' => 'hx.bansheng.com',
+  'content-length' => '',
+  'content-type' => '',
+)
+[ info ] [ PARAM ] array (
+  'callback' => 'define',
+  'controllername' => 'guild.guild',
+  'lang' => 'zh-cn',
+  'v' => '1683275856',
+)
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\public/../application/admin\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @module_init [ RunTime:0.002448s ]
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @upload_config_init [ RunTime:0.001288s ]
+[ info ] [ SESSION ] INIT array (
+  'id' => '',
+  'var_session_id' => '',
+  'prefix' => 'think',
+  'type' => '',
+  'auto_start' => true,
+)
+[ info ] [ BEHAVIOR ] Run \addons\qcloudsms\Qcloudsms @config_init [ RunTime:0.000678s ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\public/../application/admin/lang/zh-cn/ajax.php
+[ info ] [ RUN ] app\admin\controller\Ajax->lang[ D:\phpstudy_pro\WWW\bansheng\application\admin\controller\Ajax.php ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\public/../application/admin/lang/zh-cn/guild/guild.php
+[ info ] [ BEHAVIOR ] Run app\admin\behavior\AdminLog @app_end [ RunTime:0.000615s ]
+[ info ] [ LOG ] INIT File
+---------------------------------------------------------------
+[ 2023-05-05T16:37:36+08:00 ] 127.0.0.1 GET hx.bansheng.com/assets/addons/cos/js/spark.js?v=1683275856
+[运行时间:0.149792s] [吞吐率:6.68req/s] [内存消耗:2,548.31kb] [文件加载:123]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000026s ]
+[ info ] [ CACHE ] INIT File
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @app_init [ RunTime:0.024716s ]
+[ info ] [ BEHAVIOR ] Run \addons\epay\Epay @app_init [ RunTime:0.000200s ]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000290s ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\thinkphp\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_dispatch [ RunTime:0.000601s ]
+[ info ] [ ROUTE ] array (
+  'type' => 'module',
+  'module' => 
+  array (
+    0 => 'assets',
+    1 => 'addons',
+    2 => 'cos',
+  ),
+)
+[ info ] [ HEADER ] array (
+  'cookie' => 'PHPSESSID=6ramc5h0fu319orsr1pv4vs4a7; think_var=zh-cn',
+  'accept-language' => 'zh-CN,zh;q=0.9',
+  'accept-encoding' => 'gzip, deflate',
+  'accept' => '*/*',
+  'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36',
+  'connection' => 'keep-alive',
+  'host' => 'hx.bansheng.com',
+  'content-length' => '',
+  'content-type' => '',
+)
+[ info ] [ PARAM ] array (
+  'v' => '1683275856',
+  'js' => 'spark.js',
+)
+[ info ] [ LOG ] INIT File
+---------------------------------------------------------------
+[ 2023-05-05T16:37:42+08:00 ] 127.0.0.1 POST hx.bansheng.com/lcFzdPIjLH.php/user/user/index
+[运行时间:0.497155s] [吞吐率:2.01req/s] [内存消耗:4,965.66kb] [文件加载:147]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000021s ]
+[ info ] [ CACHE ] INIT File
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @app_init [ RunTime:0.005142s ]
+[ info ] [ BEHAVIOR ] Run \addons\epay\Epay @app_init [ RunTime:0.000199s ]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000219s ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\thinkphp\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_dispatch [ RunTime:0.000688s ]
+[ info ] [ ROUTE ] array (
+  'type' => 'module',
+  'module' => 
+  array (
+    0 => 'admin',
+    1 => 'user.user',
+    2 => 'index',
+  ),
+)
+[ info ] [ HEADER ] array (
+  'cookie' => 'PHPSESSID=6ramc5h0fu319orsr1pv4vs4a7; think_var=zh-cn',
+  'accept-language' => 'zh-CN,zh;q=0.9',
+  'accept-encoding' => 'gzip, deflate',
+  'origin' => 'http://hx.bansheng.com',
+  'content-type' => 'application/x-www-form-urlencoded; charset=UTF-8',
+  'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36',
+  'x-requested-with' => 'XMLHttpRequest',
+  'accept' => 'application/json, text/javascript, */*; q=0.01',
+  'content-length' => '186',
+  'connection' => 'keep-alive',
+  'host' => 'hx.bansheng.com',
+)
+[ info ] [ PARAM ] array (
+  'q_word' => 
+  array (
+    0 => '',
+  ),
+  'pageNumber' => '1',
+  'pageSize' => '10',
+  'andOr' => 'OR ',
+  'orderBy' => 
+  array (
+    0 => 
+    array (
+      0 => 'nickname',
+      1 => 'ASC',
+    ),
+  ),
+  'searchTable' => 'tbl',
+  'showField' => 'nickname',
+  'keyField' => 'id',
+  'searchField' => 
+  array (
+    0 => 'nickname',
+  ),
+  'nickname' => '',
+)
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\public/../application/admin\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @module_init [ RunTime:0.004963s ]
+[ info ] [ SESSION ] INIT array (
+  'id' => '',
+  'var_session_id' => '',
+  'prefix' => 'think',
+  'type' => '',
+  'auto_start' => true,
+)
+[ info ] [ DB ] INIT mysql
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @upload_config_init [ RunTime:0.002982s ]
+[ info ] [ BEHAVIOR ] Run \addons\qcloudsms\Qcloudsms @config_init [ RunTime:0.003317s ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\public/../application/admin/lang/zh-cn/user/user.php
+[ info ] [ RUN ] app\admin\controller\user\User->index[ D:\phpstudy_pro\WWW\bansheng\application\admin\controller\user\User.php ]
+[ info ] [ BEHAVIOR ] Run app\admin\behavior\AdminLog @app_end [ RunTime:0.005452s ]
+[ info ] [ LOG ] INIT File
+---------------------------------------------------------------
+[ 2023-05-05T16:37:46+08:00 ] 127.0.0.1 GET hx.bansheng.com/lcFzdPIjLH.php/guild/apply/index?addtabs=1&sort=id&order=desc&offset=0&limit=10&filter=%7B%7D&op=%7B%7D&_=1683275829627
+[运行时间:0.498161s] [吞吐率:2.01req/s] [内存消耗:5,193.04kb] [文件加载:153]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000023s ]
+[ info ] [ CACHE ] INIT File
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @app_init [ RunTime:0.007395s ]
+[ info ] [ BEHAVIOR ] Run \addons\epay\Epay @app_init [ RunTime:0.000188s ]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000207s ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\thinkphp\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_dispatch [ RunTime:0.001400s ]
+[ info ] [ ROUTE ] array (
+  'type' => 'module',
+  'module' => 
+  array (
+    0 => 'admin',
+    1 => 'guild.apply',
+    2 => 'index',
+  ),
+)
+[ info ] [ HEADER ] array (
+  'cookie' => 'PHPSESSID=6ramc5h0fu319orsr1pv4vs4a7; think_var=zh-cn',
+  'accept-language' => 'zh-CN,zh;q=0.9',
+  'accept-encoding' => 'gzip, deflate',
+  'content-type' => 'application/json',
+  'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36',
+  'x-requested-with' => 'XMLHttpRequest',
+  'accept' => 'application/json, text/javascript, */*; q=0.01',
+  'connection' => 'keep-alive',
+  'host' => 'hx.bansheng.com',
+  'content-length' => '',
+)
+[ info ] [ PARAM ] array (
+  'addtabs' => '1',
+  'sort' => 'id',
+  'order' => 'desc',
+  'offset' => '0',
+  'limit' => '10',
+  'filter' => '{}',
+  'op' => '{}',
+  '_' => '1683275829627',
+)
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\public/../application/admin\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @module_init [ RunTime:0.001481s ]
+[ info ] [ SESSION ] INIT array (
+  'id' => '',
+  'var_session_id' => '',
+  'prefix' => 'think',
+  'type' => '',
+  'auto_start' => true,
+)
+[ info ] [ DB ] INIT mysql
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @upload_config_init [ RunTime:0.001458s ]
+[ info ] [ BEHAVIOR ] Run \addons\qcloudsms\Qcloudsms @config_init [ RunTime:0.001196s ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\public/../application/admin/lang/zh-cn/guild/apply.php
+[ info ] [ RUN ] app\admin\controller\guild\Apply->index[ D:\phpstudy_pro\WWW\bansheng\application\admin\controller\guild\Apply.php ]
+[ info ] [ BEHAVIOR ] Run app\admin\behavior\AdminLog @app_end [ RunTime:0.001049s ]
+[ info ] [ LOG ] INIT File
+---------------------------------------------------------------
+[ 2023-05-05T16:37:47+08:00 ] 127.0.0.1 GET hx.bansheng.com/lcFzdPIjLH.php/guild/apply/edit/ids/34?dialog=1
+[运行时间:0.413890s] [吞吐率:2.42req/s] [内存消耗:4,899.82kb] [文件加载:146]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000020s ]
+[ info ] [ CACHE ] INIT File
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @app_init [ RunTime:0.004482s ]
+[ info ] [ BEHAVIOR ] Run \addons\epay\Epay @app_init [ RunTime:0.000195s ]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000217s ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\thinkphp\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_dispatch [ RunTime:0.000600s ]
+[ info ] [ ROUTE ] array (
+  'type' => 'module',
+  'module' => 
+  array (
+    0 => 'admin',
+    1 => 'guild.apply',
+    2 => 'edit',
+  ),
+)
+[ info ] [ HEADER ] array (
+  'cookie' => 'PHPSESSID=6ramc5h0fu319orsr1pv4vs4a7; think_var=zh-cn',
+  'accept-language' => 'zh-CN,zh;q=0.9',
+  'accept-encoding' => 'gzip, deflate',
+  'accept' => 'text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7',
+  'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36',
+  'upgrade-insecure-requests' => '1',
+  'connection' => 'keep-alive',
+  'host' => 'hx.bansheng.com',
+  'content-length' => '',
+  'content-type' => '',
+)
+[ info ] [ PARAM ] array (
+  'dialog' => '1',
+  'ids' => '34',
+)
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\public/../application/admin\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @module_init [ RunTime:0.001657s ]
+[ info ] [ SESSION ] INIT array (
+  'id' => '',
+  'var_session_id' => '',
+  'prefix' => 'think',
+  'type' => '',
+  'auto_start' => true,
+)
+[ info ] [ DB ] INIT mysql
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @upload_config_init [ RunTime:0.000727s ]
+[ info ] [ BEHAVIOR ] Run \addons\qcloudsms\Qcloudsms @config_init [ RunTime:0.000594s ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\public/../application/admin/lang/zh-cn/guild/apply.php
+[ info ] [ RUN ] app\admin\controller\guild\Apply->edit[ D:\phpstudy_pro\WWW\bansheng\application\admin\controller\guild\Apply.php ]
+[ info ] [ VIEW ] D:\phpstudy_pro\WWW\bansheng\public/../application/admin\view\guild\apply\edit.html [ array (
+  0 => 'breadcrumb',
+  1 => 'site',
+  2 => 'config',
+  3 => 'auth',
+  4 => 'admin',
+  5 => 'statusList',
+  6 => 'row',
+) ]
+[ info ] [ BEHAVIOR ] Run app\admin\behavior\AdminLog @app_end [ RunTime:0.002301s ]
+[ info ] [ LOG ] INIT File
+---------------------------------------------------------------
+[ 2023-05-05T16:37:47+08:00 ] 127.0.0.1 GET hx.bansheng.com/lcFzdPIjLH.php/ajax/lang?callback=define&controllername=guild.apply&lang=zh-cn&v=1683275867&v=1683275867
+[运行时间:0.102308s] [吞吐率:9.77req/s] [内存消耗:3,726.49kb] [文件加载:140]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000024s ]
+[ info ] [ CACHE ] INIT File
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @app_init [ RunTime:0.004431s ]
+[ info ] [ BEHAVIOR ] Run \addons\epay\Epay @app_init [ RunTime:0.000192s ]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000213s ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\thinkphp\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_dispatch [ RunTime:0.000587s ]
+[ info ] [ ROUTE ] array (
+  'type' => 'module',
+  'module' => 
+  array (
+    0 => 'admin',
+    1 => 'ajax',
+    2 => 'lang',
+  ),
+)
+[ info ] [ HEADER ] array (
+  'cookie' => 'PHPSESSID=6ramc5h0fu319orsr1pv4vs4a7; think_var=zh-cn',
+  'accept-language' => 'zh-CN,zh;q=0.9',
+  'accept-encoding' => 'gzip, deflate',
+  'accept' => '*/*',
+  'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36',
+  'connection' => 'keep-alive',
+  'host' => 'hx.bansheng.com',
+  'content-length' => '',
+  'content-type' => '',
+)
+[ info ] [ PARAM ] array (
+  'callback' => 'define',
+  'controllername' => 'guild.apply',
+  'lang' => 'zh-cn',
+  'v' => '1683275867',
+)
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\public/../application/admin\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @module_init [ RunTime:0.002369s ]
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @upload_config_init [ RunTime:0.000645s ]
+[ info ] [ SESSION ] INIT array (
+  'id' => '',
+  'var_session_id' => '',
+  'prefix' => 'think',
+  'type' => '',
+  'auto_start' => true,
+)
+[ info ] [ BEHAVIOR ] Run \addons\qcloudsms\Qcloudsms @config_init [ RunTime:0.002657s ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\public/../application/admin/lang/zh-cn/ajax.php
+[ info ] [ RUN ] app\admin\controller\Ajax->lang[ D:\phpstudy_pro\WWW\bansheng\application\admin\controller\Ajax.php ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\public/../application/admin/lang/zh-cn/guild/apply.php
+[ info ] [ BEHAVIOR ] Run app\admin\behavior\AdminLog @app_end [ RunTime:0.000493s ]
+[ info ] [ LOG ] INIT File
+---------------------------------------------------------------
+[ 2023-05-05T16:37:48+08:00 ] 127.0.0.1 GET hx.bansheng.com/assets/addons/cos/js/spark.js?v=1683275867
+[运行时间:0.249987s] [吞吐率:4.00req/s] [内存消耗:2,548.31kb] [文件加载:123]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000028s ]
+[ info ] [ CACHE ] INIT File
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @app_init [ RunTime:0.036156s ]
+[ info ] [ BEHAVIOR ] Run \addons\epay\Epay @app_init [ RunTime:0.000207s ]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000230s ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\thinkphp\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_dispatch [ RunTime:0.000667s ]
+[ info ] [ ROUTE ] array (
+  'type' => 'module',
+  'module' => 
+  array (
+    0 => 'assets',
+    1 => 'addons',
+    2 => 'cos',
+  ),
+)
+[ info ] [ HEADER ] array (
+  'cookie' => 'PHPSESSID=6ramc5h0fu319orsr1pv4vs4a7; think_var=zh-cn',
+  'accept-language' => 'zh-CN,zh;q=0.9',
+  'accept-encoding' => 'gzip, deflate',
+  'accept' => '*/*',
+  'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36',
+  'connection' => 'keep-alive',
+  'host' => 'hx.bansheng.com',
+  'content-length' => '',
+  'content-type' => '',
+)
+[ info ] [ PARAM ] array (
+  'v' => '1683275867',
+  'js' => 'spark.js',
+)
+[ info ] [ LOG ] INIT File
+---------------------------------------------------------------
+[ 2023-05-05T16:37:48+08:00 ] 127.0.0.1 POST hx.bansheng.com/lcFzdPIjLH.php/user/user/index
+[运行时间:0.391010s] [吞吐率:2.56req/s] [内存消耗:4,945.33kb] [文件加载:147]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000020s ]
+[ info ] [ CACHE ] INIT File
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @app_init [ RunTime:0.005054s ]
+[ info ] [ BEHAVIOR ] Run \addons\epay\Epay @app_init [ RunTime:0.000208s ]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000232s ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\thinkphp\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_dispatch [ RunTime:0.000583s ]
+[ info ] [ ROUTE ] array (
+  'type' => 'module',
+  'module' => 
+  array (
+    0 => 'admin',
+    1 => 'user.user',
+    2 => 'index',
+  ),
+)
+[ info ] [ HEADER ] array (
+  'cookie' => 'PHPSESSID=6ramc5h0fu319orsr1pv4vs4a7; think_var=zh-cn',
+  'accept-language' => 'zh-CN,zh;q=0.9',
+  'accept-encoding' => 'gzip, deflate',
+  'origin' => 'http://hx.bansheng.com',
+  'content-type' => 'application/x-www-form-urlencoded; charset=UTF-8',
+  'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36',
+  'x-requested-with' => 'XMLHttpRequest',
+  'accept' => 'application/json, text/javascript, */*; q=0.01',
+  'content-length' => '170',
+  'connection' => 'keep-alive',
+  'host' => 'hx.bansheng.com',
+)
+[ info ] [ PARAM ] array (
+  'searchTable' => 'tbl',
+  'searchKey' => 'id',
+  'searchValue' => '131',
+  'orderBy' => 
+  array (
+    0 => 
+    array (
+      0 => 'nickname',
+      1 => 'ASC',
+    ),
+  ),
+  'showField' => 'nickname',
+  'keyField' => 'id',
+  'keyValue' => '131',
+  'searchField' => 
+  array (
+    0 => 'nickname',
+  ),
+)
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\public/../application/admin\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @module_init [ RunTime:0.001635s ]
+[ info ] [ SESSION ] INIT array (
+  'id' => '',
+  'var_session_id' => '',
+  'prefix' => 'think',
+  'type' => '',
+  'auto_start' => true,
+)
+[ info ] [ DB ] INIT mysql
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @upload_config_init [ RunTime:0.000920s ]
+[ info ] [ BEHAVIOR ] Run \addons\qcloudsms\Qcloudsms @config_init [ RunTime:0.000726s ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\public/../application/admin/lang/zh-cn/user/user.php
+[ info ] [ RUN ] app\admin\controller\user\User->index[ D:\phpstudy_pro\WWW\bansheng\application\admin\controller\user\User.php ]
+[ info ] [ BEHAVIOR ] Run app\admin\behavior\AdminLog @app_end [ RunTime:0.003340s ]
+[ info ] [ LOG ] INIT File
+---------------------------------------------------------------
+[ 2023-05-05T16:37:52+08:00 ] 127.0.0.1 GET hx.bansheng.com/lcFzdPIjLH.php/guild/guild/index?addtabs=1&sort=id&order=desc&offset=0&limit=10&filter=%7B%7D&op=%7B%7D&_=1683275852363
+[运行时间:0.530575s] [吞吐率:1.88req/s] [内存消耗:5,259.86kb] [文件加载:155]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000018s ]
+[ info ] [ CACHE ] INIT File
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @app_init [ RunTime:0.004468s ]
+[ info ] [ BEHAVIOR ] Run \addons\epay\Epay @app_init [ RunTime:0.000203s ]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000224s ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\thinkphp\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_dispatch [ RunTime:0.000814s ]
+[ info ] [ ROUTE ] array (
+  'type' => 'module',
+  'module' => 
+  array (
+    0 => 'admin',
+    1 => 'guild.guild',
+    2 => 'index',
+  ),
+)
+[ info ] [ HEADER ] array (
+  'cookie' => 'PHPSESSID=6ramc5h0fu319orsr1pv4vs4a7; think_var=zh-cn',
+  'accept-language' => 'zh-CN,zh;q=0.9',
+  'accept-encoding' => 'gzip, deflate',
+  'content-type' => 'application/json',
+  'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36',
+  'x-requested-with' => 'XMLHttpRequest',
+  'accept' => 'application/json, text/javascript, */*; q=0.01',
+  'connection' => 'keep-alive',
+  'host' => 'hx.bansheng.com',
+  'content-length' => '',
+)
+[ info ] [ PARAM ] array (
+  'addtabs' => '1',
+  'sort' => 'id',
+  'order' => 'desc',
+  'offset' => '0',
+  'limit' => '10',
+  'filter' => '{}',
+  'op' => '{}',
+  '_' => '1683275852363',
+)
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\public/../application/admin\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @module_init [ RunTime:0.001464s ]
+[ info ] [ SESSION ] INIT array (
+  'id' => '',
+  'var_session_id' => '',
+  'prefix' => 'think',
+  'type' => '',
+  'auto_start' => true,
+)
+[ info ] [ DB ] INIT mysql
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @upload_config_init [ RunTime:0.000697s ]
+[ info ] [ BEHAVIOR ] Run \addons\qcloudsms\Qcloudsms @config_init [ RunTime:0.000614s ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\public/../application/admin/lang/zh-cn/guild/guild.php
+[ info ] [ RUN ] app\admin\controller\guild\Guild->index[ D:\phpstudy_pro\WWW\bansheng\application\admin\controller\guild\Guild.php ]
+[ info ] [ BEHAVIOR ] Run app\admin\behavior\AdminLog @app_end [ RunTime:0.000717s ]
+[ info ] [ LOG ] INIT File
+---------------------------------------------------------------
+[ 2023-05-05T16:37:54+08:00 ] 127.0.0.1 POST hx.bansheng.com/lcFzdPIjLH.php/user/user/index
+[运行时间:0.488429s] [吞吐率:2.05req/s] [内存消耗:4,952.42kb] [文件加载:147]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000018s ]
+[ info ] [ CACHE ] INIT File
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @app_init [ RunTime:0.005069s ]
+[ info ] [ BEHAVIOR ] Run \addons\epay\Epay @app_init [ RunTime:0.000197s ]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000216s ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\thinkphp\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_dispatch [ RunTime:0.000649s ]
+[ info ] [ ROUTE ] array (
+  'type' => 'module',
+  'module' => 
+  array (
+    0 => 'admin',
+    1 => 'user.user',
+    2 => 'index',
+  ),
+)
+[ info ] [ HEADER ] array (
+  'cookie' => 'PHPSESSID=6ramc5h0fu319orsr1pv4vs4a7; think_var=zh-cn',
+  'accept-language' => 'zh-CN,zh;q=0.9',
+  'accept-encoding' => 'gzip, deflate',
+  'origin' => 'http://hx.bansheng.com',
+  'content-type' => 'application/x-www-form-urlencoded; charset=UTF-8',
+  'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36',
+  'x-requested-with' => 'XMLHttpRequest',
+  'accept' => 'application/json, text/javascript, */*; q=0.01',
+  'content-length' => '212',
+  'connection' => 'keep-alive',
+  'host' => 'hx.bansheng.com',
+)
+[ info ] [ PARAM ] array (
+  'q_word' => 
+  array (
+    0 => 'bans_32751468',
+  ),
+  'pageNumber' => '1',
+  'pageSize' => '10',
+  'andOr' => 'OR ',
+  'orderBy' => 
+  array (
+    0 => 
+    array (
+      0 => 'nickname',
+      1 => 'ASC',
+    ),
+  ),
+  'searchTable' => 'tbl',
+  'showField' => 'nickname',
+  'keyField' => 'id',
+  'searchField' => 
+  array (
+    0 => 'nickname',
+  ),
+  'nickname' => 'bans_32751468',
+)
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\public/../application/admin\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @module_init [ RunTime:0.001485s ]
+[ info ] [ SESSION ] INIT array (
+  'id' => '',
+  'var_session_id' => '',
+  'prefix' => 'think',
+  'type' => '',
+  'auto_start' => true,
+)
+[ info ] [ DB ] INIT mysql
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @upload_config_init [ RunTime:0.002911s ]
+[ info ] [ BEHAVIOR ] Run \addons\qcloudsms\Qcloudsms @config_init [ RunTime:0.002308s ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\public/../application/admin/lang/zh-cn/user/user.php
+[ info ] [ RUN ] app\admin\controller\user\User->index[ D:\phpstudy_pro\WWW\bansheng\application\admin\controller\user\User.php ]
+[ info ] [ BEHAVIOR ] Run app\admin\behavior\AdminLog @app_end [ RunTime:0.002952s ]
+[ info ] [ LOG ] INIT File
+---------------------------------------------------------------
+[ 2023-05-05T16:39:09+08:00 ] 127.0.0.1 GET hx.bansheng.com/lcFzdPIjLH.php/guild/guild/index?addtabs=1&sort=id&order=desc&offset=10&limit=10&filter=%7B%7D&op=%7B%7D&_=1683275852364
+[运行时间:0.578671s] [吞吐率:1.73req/s] [内存消耗:5,259.41kb] [文件加载:155]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000022s ]
+[ info ] [ CACHE ] INIT File
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @app_init [ RunTime:0.007558s ]
+[ info ] [ BEHAVIOR ] Run \addons\epay\Epay @app_init [ RunTime:0.000399s ]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000426s ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\thinkphp\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_dispatch [ RunTime:0.000753s ]
+[ info ] [ ROUTE ] array (
+  'type' => 'module',
+  'module' => 
+  array (
+    0 => 'admin',
+    1 => 'guild.guild',
+    2 => 'index',
+  ),
+)
+[ info ] [ HEADER ] array (
+  'cookie' => 'PHPSESSID=6ramc5h0fu319orsr1pv4vs4a7; think_var=zh-cn',
+  'accept-language' => 'zh-CN,zh;q=0.9',
+  'accept-encoding' => 'gzip, deflate',
+  'content-type' => 'application/json',
+  'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36',
+  'x-requested-with' => 'XMLHttpRequest',
+  'accept' => 'application/json, text/javascript, */*; q=0.01',
+  'connection' => 'keep-alive',
+  'host' => 'hx.bansheng.com',
+  'content-length' => '',
+)
+[ info ] [ PARAM ] array (
+  'addtabs' => '1',
+  'sort' => 'id',
+  'order' => 'desc',
+  'offset' => '10',
+  'limit' => '10',
+  'filter' => '{}',
+  'op' => '{}',
+  '_' => '1683275852364',
+)
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\public/../application/admin\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @module_init [ RunTime:0.001576s ]
+[ info ] [ SESSION ] INIT array (
+  'id' => '',
+  'var_session_id' => '',
+  'prefix' => 'think',
+  'type' => '',
+  'auto_start' => true,
+)
+[ info ] [ DB ] INIT mysql
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @upload_config_init [ RunTime:0.001484s ]
+[ info ] [ BEHAVIOR ] Run \addons\qcloudsms\Qcloudsms @config_init [ RunTime:0.001367s ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\public/../application/admin/lang/zh-cn/guild/guild.php
+[ info ] [ RUN ] app\admin\controller\guild\Guild->index[ D:\phpstudy_pro\WWW\bansheng\application\admin\controller\guild\Guild.php ]
+[ info ] [ BEHAVIOR ] Run app\admin\behavior\AdminLog @app_end [ RunTime:0.002481s ]
+[ info ] [ LOG ] INIT File
+---------------------------------------------------------------
+[ 2023-05-05T16:39:12+08:00 ] 127.0.0.1 GET hx.bansheng.com/lcFzdPIjLH.php/guild/guild/index?addtabs=1&sort=id&order=desc&offset=0&limit=10&filter=%7B%7D&op=%7B%7D&_=1683275852365
+[运行时间:0.494635s] [吞吐率:2.02req/s] [内存消耗:5,259.86kb] [文件加载:155]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000021s ]
+[ info ] [ CACHE ] INIT File
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @app_init [ RunTime:0.006020s ]
+[ info ] [ BEHAVIOR ] Run \addons\epay\Epay @app_init [ RunTime:0.000195s ]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000215s ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\thinkphp\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_dispatch [ RunTime:0.000942s ]
+[ info ] [ ROUTE ] array (
+  'type' => 'module',
+  'module' => 
+  array (
+    0 => 'admin',
+    1 => 'guild.guild',
+    2 => 'index',
+  ),
+)
+[ info ] [ HEADER ] array (
+  'cookie' => 'PHPSESSID=6ramc5h0fu319orsr1pv4vs4a7; think_var=zh-cn',
+  'accept-language' => 'zh-CN,zh;q=0.9',
+  'accept-encoding' => 'gzip, deflate',
+  'content-type' => 'application/json',
+  'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36',
+  'x-requested-with' => 'XMLHttpRequest',
+  'accept' => 'application/json, text/javascript, */*; q=0.01',
+  'connection' => 'keep-alive',
+  'host' => 'hx.bansheng.com',
+  'content-length' => '',
+)
+[ info ] [ PARAM ] array (
+  'addtabs' => '1',
+  'sort' => 'id',
+  'order' => 'desc',
+  'offset' => '0',
+  'limit' => '10',
+  'filter' => '{}',
+  'op' => '{}',
+  '_' => '1683275852365',
+)
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\public/../application/admin\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @module_init [ RunTime:0.001833s ]
+[ info ] [ SESSION ] INIT array (
+  'id' => '',
+  'var_session_id' => '',
+  'prefix' => 'think',
+  'type' => '',
+  'auto_start' => true,
+)
+[ info ] [ DB ] INIT mysql
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @upload_config_init [ RunTime:0.001046s ]
+[ info ] [ BEHAVIOR ] Run \addons\qcloudsms\Qcloudsms @config_init [ RunTime:0.000920s ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\public/../application/admin/lang/zh-cn/guild/guild.php
+[ info ] [ RUN ] app\admin\controller\guild\Guild->index[ D:\phpstudy_pro\WWW\bansheng\application\admin\controller\guild\Guild.php ]
+[ info ] [ BEHAVIOR ] Run app\admin\behavior\AdminLog @app_end [ RunTime:0.000870s ]
+[ info ] [ LOG ] INIT File
+---------------------------------------------------------------
+[ 2023-05-05T16:39:20+08:00 ] 127.0.0.1 GET hx.bansheng.com/lcFzdPIjLH.php/guild/guild/add?dialog=1
+[运行时间:0.453522s] [吞吐率:2.20req/s] [内存消耗:5,100.84kb] [文件加载:146]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000024s ]
+[ info ] [ CACHE ] INIT File
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @app_init [ RunTime:0.010046s ]
+[ info ] [ BEHAVIOR ] Run \addons\epay\Epay @app_init [ RunTime:0.000285s ]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000315s ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\thinkphp\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_dispatch [ RunTime:0.000981s ]
+[ info ] [ ROUTE ] array (
+  'type' => 'module',
+  'module' => 
+  array (
+    0 => 'admin',
+    1 => 'guild.guild',
+    2 => 'add',
+  ),
+)
+[ info ] [ HEADER ] array (
+  'cookie' => 'PHPSESSID=6ramc5h0fu319orsr1pv4vs4a7; think_var=zh-cn',
+  'accept-language' => 'zh-CN,zh;q=0.9',
+  'accept-encoding' => 'gzip, deflate',
+  'accept' => 'text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7',
+  'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36',
+  'upgrade-insecure-requests' => '1',
+  'connection' => 'keep-alive',
+  'host' => 'hx.bansheng.com',
+  'content-length' => '',
+  'content-type' => '',
+)
+[ info ] [ PARAM ] array (
+  'dialog' => '1',
+)
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\public/../application/admin\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @module_init [ RunTime:0.005599s ]
+[ info ] [ SESSION ] INIT array (
+  'id' => '',
+  'var_session_id' => '',
+  'prefix' => 'think',
+  'type' => '',
+  'auto_start' => true,
+)
+[ info ] [ DB ] INIT mysql
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @upload_config_init [ RunTime:0.000801s ]
+[ info ] [ BEHAVIOR ] Run \addons\qcloudsms\Qcloudsms @config_init [ RunTime:0.000893s ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\public/../application/admin/lang/zh-cn/guild/guild.php
+[ info ] [ RUN ] app\common\controller\Backend->add[ D:\phpstudy_pro\WWW\bansheng\application\admin\library\traits\Backend.php ]
+[ info ] [ VIEW ] D:\phpstudy_pro\WWW\bansheng\public/../application/admin\view\guild\guild\add.html [ array (
+  0 => 'breadcrumb',
+  1 => 'site',
+  2 => 'config',
+  3 => 'auth',
+  4 => 'admin',
+  5 => 'statusList',
+) ]
+[ info ] [ BEHAVIOR ] Run app\admin\behavior\AdminLog @app_end [ RunTime:0.000790s ]
+[ info ] [ LOG ] INIT File
+---------------------------------------------------------------
+[ 2023-05-05T16:39:20+08:00 ] 127.0.0.1 GET hx.bansheng.com/lcFzdPIjLH.php/ajax/lang?callback=define&controllername=guild.guild&lang=zh-cn&v=1683275960&v=1683275960
+[运行时间:0.122437s] [吞吐率:8.17req/s] [内存消耗:3,726.77kb] [文件加载:140]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000023s ]
+[ info ] [ CACHE ] INIT File
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @app_init [ RunTime:0.006912s ]
+[ info ] [ BEHAVIOR ] Run \addons\epay\Epay @app_init [ RunTime:0.000245s ]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000267s ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\thinkphp\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_dispatch [ RunTime:0.000650s ]
+[ info ] [ ROUTE ] array (
+  'type' => 'module',
+  'module' => 
+  array (
+    0 => 'admin',
+    1 => 'ajax',
+    2 => 'lang',
+  ),
+)
+[ info ] [ HEADER ] array (
+  'cookie' => 'PHPSESSID=6ramc5h0fu319orsr1pv4vs4a7; think_var=zh-cn',
+  'accept-language' => 'zh-CN,zh;q=0.9',
+  'accept-encoding' => 'gzip, deflate',
+  'accept' => '*/*',
+  'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36',
+  'connection' => 'keep-alive',
+  'host' => 'hx.bansheng.com',
+  'content-length' => '',
+  'content-type' => '',
+)
+[ info ] [ PARAM ] array (
+  'callback' => 'define',
+  'controllername' => 'guild.guild',
+  'lang' => 'zh-cn',
+  'v' => '1683275960',
+)
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\public/../application/admin\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @module_init [ RunTime:0.002682s ]
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @upload_config_init [ RunTime:0.000716s ]
+[ info ] [ SESSION ] INIT array (
+  'id' => '',
+  'var_session_id' => '',
+  'prefix' => 'think',
+  'type' => '',
+  'auto_start' => true,
+)
+[ info ] [ BEHAVIOR ] Run \addons\qcloudsms\Qcloudsms @config_init [ RunTime:0.000610s ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\public/../application/admin/lang/zh-cn/ajax.php
+[ info ] [ RUN ] app\admin\controller\Ajax->lang[ D:\phpstudy_pro\WWW\bansheng\application\admin\controller\Ajax.php ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\public/../application/admin/lang/zh-cn/guild/guild.php
+[ info ] [ BEHAVIOR ] Run app\admin\behavior\AdminLog @app_end [ RunTime:0.000546s ]
+[ info ] [ LOG ] INIT File
+---------------------------------------------------------------
+[ 2023-05-05T16:39:21+08:00 ] 127.0.0.1 GET hx.bansheng.com/assets/addons/cos/js/spark.js?v=1683275960
+[运行时间:0.189536s] [吞吐率:5.28req/s] [内存消耗:2,548.31kb] [文件加载:123]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000079s ]
+[ info ] [ CACHE ] INIT File
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @app_init [ RunTime:0.007426s ]
+[ info ] [ BEHAVIOR ] Run \addons\epay\Epay @app_init [ RunTime:0.000204s ]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000226s ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\thinkphp\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_dispatch [ RunTime:0.000826s ]
+[ info ] [ ROUTE ] array (
+  'type' => 'module',
+  'module' => 
+  array (
+    0 => 'assets',
+    1 => 'addons',
+    2 => 'cos',
+  ),
+)
+[ info ] [ HEADER ] array (
+  'cookie' => 'PHPSESSID=6ramc5h0fu319orsr1pv4vs4a7; think_var=zh-cn',
+  'accept-language' => 'zh-CN,zh;q=0.9',
+  'accept-encoding' => 'gzip, deflate',
+  'accept' => '*/*',
+  'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36',
+  'connection' => 'keep-alive',
+  'host' => 'hx.bansheng.com',
+  'content-length' => '',
+  'content-type' => '',
+)
+[ info ] [ PARAM ] array (
+  'v' => '1683275960',
+  'js' => 'spark.js',
+)
+[ info ] [ LOG ] INIT File
+---------------------------------------------------------------
+[ 2023-05-05T16:39:34+08:00 ] 127.0.0.1 POST hx.bansheng.com/lcFzdPIjLH.php/user/user/index
+[运行时间:0.541277s] [吞吐率:1.85req/s] [内存消耗:4,965.66kb] [文件加载:147]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000018s ]
+[ info ] [ CACHE ] INIT File
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @app_init [ RunTime:0.007281s ]
+[ info ] [ BEHAVIOR ] Run \addons\epay\Epay @app_init [ RunTime:0.000212s ]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000233s ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\thinkphp\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_dispatch [ RunTime:0.000661s ]
+[ info ] [ ROUTE ] array (
+  'type' => 'module',
+  'module' => 
+  array (
+    0 => 'admin',
+    1 => 'user.user',
+    2 => 'index',
+  ),
+)
+[ info ] [ HEADER ] array (
+  'cookie' => 'PHPSESSID=6ramc5h0fu319orsr1pv4vs4a7; think_var=zh-cn',
+  'accept-language' => 'zh-CN,zh;q=0.9',
+  'accept-encoding' => 'gzip, deflate',
+  'origin' => 'http://hx.bansheng.com',
+  'content-type' => 'application/x-www-form-urlencoded; charset=UTF-8',
+  'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36',
+  'x-requested-with' => 'XMLHttpRequest',
+  'accept' => 'application/json, text/javascript, */*; q=0.01',
+  'content-length' => '186',
+  'connection' => 'keep-alive',
+  'host' => 'hx.bansheng.com',
+)
+[ info ] [ PARAM ] array (
+  'q_word' => 
+  array (
+    0 => '',
+  ),
+  'pageNumber' => '1',
+  'pageSize' => '10',
+  'andOr' => 'OR ',
+  'orderBy' => 
+  array (
+    0 => 
+    array (
+      0 => 'nickname',
+      1 => 'ASC',
+    ),
+  ),
+  'searchTable' => 'tbl',
+  'showField' => 'nickname',
+  'keyField' => 'id',
+  'searchField' => 
+  array (
+    0 => 'nickname',
+  ),
+  'nickname' => '',
+)
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\public/../application/admin\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @module_init [ RunTime:0.001540s ]
+[ info ] [ SESSION ] INIT array (
+  'id' => '',
+  'var_session_id' => '',
+  'prefix' => 'think',
+  'type' => '',
+  'auto_start' => true,
+)
+[ info ] [ DB ] INIT mysql
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @upload_config_init [ RunTime:0.001894s ]
+[ info ] [ BEHAVIOR ] Run \addons\qcloudsms\Qcloudsms @config_init [ RunTime:0.001844s ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\public/../application/admin/lang/zh-cn/user/user.php
+[ info ] [ RUN ] app\admin\controller\user\User->index[ D:\phpstudy_pro\WWW\bansheng\application\admin\controller\user\User.php ]
+[ info ] [ BEHAVIOR ] Run app\admin\behavior\AdminLog @app_end [ RunTime:0.004756s ]
+[ info ] [ LOG ] INIT File
+---------------------------------------------------------------
+[ 2023-05-05T16:39:37+08:00 ] 127.0.0.1 POST hx.bansheng.com/lcFzdPIjLH.php/user/user/index
+[运行时间:0.439257s] [吞吐率:2.28req/s] [内存消耗:4,952.42kb] [文件加载:147]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000018s ]
+[ info ] [ CACHE ] INIT File
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @app_init [ RunTime:0.005159s ]
+[ info ] [ BEHAVIOR ] Run \addons\epay\Epay @app_init [ RunTime:0.000202s ]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000224s ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\thinkphp\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_dispatch [ RunTime:0.000576s ]
+[ info ] [ ROUTE ] array (
+  'type' => 'module',
+  'module' => 
+  array (
+    0 => 'admin',
+    1 => 'user.user',
+    2 => 'index',
+  ),
+)
+[ info ] [ HEADER ] array (
+  'cookie' => 'PHPSESSID=6ramc5h0fu319orsr1pv4vs4a7; think_var=zh-cn',
+  'accept-language' => 'zh-CN,zh;q=0.9',
+  'accept-encoding' => 'gzip, deflate',
+  'origin' => 'http://hx.bansheng.com',
+  'content-type' => 'application/x-www-form-urlencoded; charset=UTF-8',
+  'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36',
+  'x-requested-with' => 'XMLHttpRequest',
+  'accept' => 'application/json, text/javascript, */*; q=0.01',
+  'content-length' => '212',
+  'connection' => 'keep-alive',
+  'host' => 'hx.bansheng.com',
+)
+[ info ] [ PARAM ] array (
+  'q_word' => 
+  array (
+    0 => 'bans_32751468',
+  ),
+  'pageNumber' => '1',
+  'pageSize' => '10',
+  'andOr' => 'OR ',
+  'orderBy' => 
+  array (
+    0 => 
+    array (
+      0 => 'nickname',
+      1 => 'ASC',
+    ),
+  ),
+  'searchTable' => 'tbl',
+  'showField' => 'nickname',
+  'keyField' => 'id',
+  'searchField' => 
+  array (
+    0 => 'nickname',
+  ),
+  'nickname' => 'bans_32751468',
+)
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\public/../application/admin\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @module_init [ RunTime:0.001573s ]
+[ info ] [ SESSION ] INIT array (
+  'id' => '',
+  'var_session_id' => '',
+  'prefix' => 'think',
+  'type' => '',
+  'auto_start' => true,
+)
+[ info ] [ DB ] INIT mysql
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @upload_config_init [ RunTime:0.002462s ]
+[ info ] [ BEHAVIOR ] Run \addons\qcloudsms\Qcloudsms @config_init [ RunTime:0.002507s ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\public/../application/admin/lang/zh-cn/user/user.php
+[ info ] [ RUN ] app\admin\controller\user\User->index[ D:\phpstudy_pro\WWW\bansheng\application\admin\controller\user\User.php ]
+[ info ] [ BEHAVIOR ] Run app\admin\behavior\AdminLog @app_end [ RunTime:0.006668s ]
+[ info ] [ LOG ] INIT File
+---------------------------------------------------------------
+[ 2023-05-05T16:39:44+08:00 ] 127.0.0.1 GET hx.bansheng.com/lcFzdPIjLH.php/guild/guild/edit/ids/29?dialog=1
+[运行时间:0.458512s] [吞吐率:2.18req/s] [内存消耗:5,106.83kb] [文件加载:148]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000022s ]
+[ info ] [ CACHE ] INIT File
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @app_init [ RunTime:0.004598s ]
+[ info ] [ BEHAVIOR ] Run \addons\epay\Epay @app_init [ RunTime:0.000202s ]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000224s ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\thinkphp\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_dispatch [ RunTime:0.000779s ]
+[ info ] [ ROUTE ] array (
+  'type' => 'module',
+  'module' => 
+  array (
+    0 => 'admin',
+    1 => 'guild.guild',
+    2 => 'edit',
+  ),
+)
+[ info ] [ HEADER ] array (
+  'cookie' => 'PHPSESSID=6ramc5h0fu319orsr1pv4vs4a7; think_var=zh-cn',
+  'accept-language' => 'zh-CN,zh;q=0.9',
+  'accept-encoding' => 'gzip, deflate',
+  'accept' => 'text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7',
+  'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36',
+  'upgrade-insecure-requests' => '1',
+  'connection' => 'keep-alive',
+  'host' => 'hx.bansheng.com',
+  'content-length' => '',
+  'content-type' => '',
+)
+[ info ] [ PARAM ] array (
+  'dialog' => '1',
+  'ids' => '29',
+)
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\public/../application/admin\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @module_init [ RunTime:0.002356s ]
+[ info ] [ SESSION ] INIT array (
+  'id' => '',
+  'var_session_id' => '',
+  'prefix' => 'think',
+  'type' => '',
+  'auto_start' => true,
+)
+[ info ] [ DB ] INIT mysql
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @upload_config_init [ RunTime:0.002553s ]
+[ info ] [ BEHAVIOR ] Run \addons\qcloudsms\Qcloudsms @config_init [ RunTime:0.002991s ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\public/../application/admin/lang/zh-cn/guild/guild.php
+[ info ] [ RUN ] app\common\controller\Backend->edit[ D:\phpstudy_pro\WWW\bansheng\application\admin\library\traits\Backend.php ]
+[ info ] [ VIEW ] D:\phpstudy_pro\WWW\bansheng\public/../application/admin\view\guild\guild\edit.html [ array (
+  0 => 'breadcrumb',
+  1 => 'site',
+  2 => 'config',
+  3 => 'auth',
+  4 => 'admin',
+  5 => 'statusList',
+  6 => 'row',
+) ]
+[ info ] [ BEHAVIOR ] Run app\admin\behavior\AdminLog @app_end [ RunTime:0.001170s ]
+[ info ] [ LOG ] INIT File
+---------------------------------------------------------------
+[ 2023-05-05T16:39:44+08:00 ] 127.0.0.1 GET hx.bansheng.com/lcFzdPIjLH.php/ajax/lang?callback=define&controllername=guild.guild&lang=zh-cn&v=1683275983&v=1683275983
+[运行时间:0.096765s] [吞吐率:10.33req/s] [内存消耗:3,726.77kb] [文件加载:140]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000018s ]
+[ info ] [ CACHE ] INIT File
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @app_init [ RunTime:0.005074s ]
+[ info ] [ BEHAVIOR ] Run \addons\epay\Epay @app_init [ RunTime:0.000190s ]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000209s ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\thinkphp\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_dispatch [ RunTime:0.000567s ]
+[ info ] [ ROUTE ] array (
+  'type' => 'module',
+  'module' => 
+  array (
+    0 => 'admin',
+    1 => 'ajax',
+    2 => 'lang',
+  ),
+)
+[ info ] [ HEADER ] array (
+  'cookie' => 'PHPSESSID=6ramc5h0fu319orsr1pv4vs4a7; think_var=zh-cn',
+  'accept-language' => 'zh-CN,zh;q=0.9',
+  'accept-encoding' => 'gzip, deflate',
+  'accept' => '*/*',
+  'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36',
+  'connection' => 'keep-alive',
+  'host' => 'hx.bansheng.com',
+  'content-length' => '',
+  'content-type' => '',
+)
+[ info ] [ PARAM ] array (
+  'callback' => 'define',
+  'controllername' => 'guild.guild',
+  'lang' => 'zh-cn',
+  'v' => '1683275983',
+)
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\public/../application/admin\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @module_init [ RunTime:0.002498s ]
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @upload_config_init [ RunTime:0.000664s ]
+[ info ] [ SESSION ] INIT array (
+  'id' => '',
+  'var_session_id' => '',
+  'prefix' => 'think',
+  'type' => '',
+  'auto_start' => true,
+)
+[ info ] [ BEHAVIOR ] Run \addons\qcloudsms\Qcloudsms @config_init [ RunTime:0.000594s ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\public/../application/admin/lang/zh-cn/ajax.php
+[ info ] [ RUN ] app\admin\controller\Ajax->lang[ D:\phpstudy_pro\WWW\bansheng\application\admin\controller\Ajax.php ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\public/../application/admin/lang/zh-cn/guild/guild.php
+[ info ] [ BEHAVIOR ] Run app\admin\behavior\AdminLog @app_end [ RunTime:0.000482s ]
+[ info ] [ LOG ] INIT File
+---------------------------------------------------------------
+[ 2023-05-05T16:39:44+08:00 ] 127.0.0.1 GET hx.bansheng.com/assets/addons/cos/js/spark.js?v=1683275983
+[运行时间:0.172229s] [吞吐率:5.81req/s] [内存消耗:2,548.31kb] [文件加载:123]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000027s ]
+[ info ] [ CACHE ] INIT File
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @app_init [ RunTime:0.028527s ]
+[ info ] [ BEHAVIOR ] Run \addons\epay\Epay @app_init [ RunTime:0.000221s ]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000241s ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\thinkphp\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_dispatch [ RunTime:0.001620s ]
+[ info ] [ ROUTE ] array (
+  'type' => 'module',
+  'module' => 
+  array (
+    0 => 'assets',
+    1 => 'addons',
+    2 => 'cos',
+  ),
+)
+[ info ] [ HEADER ] array (
+  'cookie' => 'PHPSESSID=6ramc5h0fu319orsr1pv4vs4a7; think_var=zh-cn',
+  'accept-language' => 'zh-CN,zh;q=0.9',
+  'accept-encoding' => 'gzip, deflate',
+  'accept' => '*/*',
+  'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36',
+  'connection' => 'keep-alive',
+  'host' => 'hx.bansheng.com',
+  'content-length' => '',
+  'content-type' => '',
+)
+[ info ] [ PARAM ] array (
+  'v' => '1683275983',
+  'js' => 'spark.js',
+)
+[ info ] [ LOG ] INIT File
+---------------------------------------------------------------
+[ 2023-05-05T16:39:45+08:00 ] 127.0.0.1 POST hx.bansheng.com/lcFzdPIjLH.php/user/user/index
+[运行时间:0.467363s] [吞吐率:2.14req/s] [内存消耗:4,945.55kb] [文件加载:147]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000021s ]
+[ info ] [ CACHE ] INIT File
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @app_init [ RunTime:0.005710s ]
+[ info ] [ BEHAVIOR ] Run \addons\epay\Epay @app_init [ RunTime:0.000195s ]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000215s ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\thinkphp\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_dispatch [ RunTime:0.000607s ]
+[ info ] [ ROUTE ] array (
+  'type' => 'module',
+  'module' => 
+  array (
+    0 => 'admin',
+    1 => 'user.user',
+    2 => 'index',
+  ),
+)
+[ info ] [ HEADER ] array (
+  'cookie' => 'PHPSESSID=6ramc5h0fu319orsr1pv4vs4a7; think_var=zh-cn',
+  'accept-language' => 'zh-CN,zh;q=0.9',
+  'accept-encoding' => 'gzip, deflate',
+  'origin' => 'http://hx.bansheng.com',
+  'content-type' => 'application/x-www-form-urlencoded; charset=UTF-8',
+  'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36',
+  'x-requested-with' => 'XMLHttpRequest',
+  'accept' => 'application/json, text/javascript, */*; q=0.01',
+  'content-length' => '168',
+  'connection' => 'keep-alive',
+  'host' => 'hx.bansheng.com',
+)
+[ info ] [ PARAM ] array (
+  'searchTable' => 'tbl',
+  'searchKey' => 'id',
+  'searchValue' => '30',
+  'orderBy' => 
+  array (
+    0 => 
+    array (
+      0 => 'nickname',
+      1 => 'ASC',
+    ),
+  ),
+  'showField' => 'nickname',
+  'keyField' => 'id',
+  'keyValue' => '30',
+  'searchField' => 
+  array (
+    0 => 'nickname',
+  ),
+)
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\public/../application/admin\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @module_init [ RunTime:0.001541s ]
+[ info ] [ SESSION ] INIT array (
+  'id' => '',
+  'var_session_id' => '',
+  'prefix' => 'think',
+  'type' => '',
+  'auto_start' => true,
+)
+[ info ] [ DB ] INIT mysql
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @upload_config_init [ RunTime:0.000847s ]
+[ info ] [ BEHAVIOR ] Run \addons\qcloudsms\Qcloudsms @config_init [ RunTime:0.000908s ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\public/../application/admin/lang/zh-cn/user/user.php
+[ info ] [ RUN ] app\admin\controller\user\User->index[ D:\phpstudy_pro\WWW\bansheng\application\admin\controller\user\User.php ]
+[ info ] [ BEHAVIOR ] Run app\admin\behavior\AdminLog @app_end [ RunTime:0.001267s ]
+[ info ] [ LOG ] INIT File
+---------------------------------------------------------------
+[ 2023-05-05T16:39:45+08:00 ] 127.0.0.1 POST hx.bansheng.com/lcFzdPIjLH.php/party/Party/index
+[运行时间:0.728383s] [吞吐率:1.37req/s] [内存消耗:4,951.05kb] [文件加载:147]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000017s ]
+[ info ] [ CACHE ] INIT File
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @app_init [ RunTime:0.004883s ]
+[ info ] [ BEHAVIOR ] Run \addons\epay\Epay @app_init [ RunTime:0.000207s ]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000228s ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\thinkphp\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_dispatch [ RunTime:0.000722s ]
+[ info ] [ ROUTE ] array (
+  'type' => 'module',
+  'module' => 
+  array (
+    0 => 'admin',
+    1 => 'party.Party',
+    2 => 'index',
+  ),
+)
+[ info ] [ HEADER ] array (
+  'cookie' => 'PHPSESSID=6ramc5h0fu319orsr1pv4vs4a7; think_var=zh-cn',
+  'accept-language' => 'zh-CN,zh;q=0.9',
+  'accept-encoding' => 'gzip, deflate',
+  'origin' => 'http://hx.bansheng.com',
+  'content-type' => 'application/x-www-form-urlencoded; charset=UTF-8',
+  'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36',
+  'x-requested-with' => 'XMLHttpRequest',
+  'accept' => 'application/json, text/javascript, */*; q=0.01',
+  'content-length' => '174',
+  'connection' => 'keep-alive',
+  'host' => 'hx.bansheng.com',
+)
+[ info ] [ PARAM ] array (
+  'searchTable' => 'tbl',
+  'searchKey' => 'id',
+  'searchValue' => '35',
+  'orderBy' => 
+  array (
+    0 => 
+    array (
+      0 => 'party_name',
+      1 => 'ASC',
+    ),
+  ),
+  'showField' => 'party_name',
+  'keyField' => 'id',
+  'keyValue' => '35',
+  'searchField' => 
+  array (
+    0 => 'party_name',
+  ),
+)
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\public/../application/admin\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @module_init [ RunTime:0.001500s ]
+[ info ] [ SESSION ] INIT array (
+  'id' => '',
+  'var_session_id' => '',
+  'prefix' => 'think',
+  'type' => '',
+  'auto_start' => true,
+)
+[ info ] [ DB ] INIT mysql
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @upload_config_init [ RunTime:0.000724s ]
+[ info ] [ BEHAVIOR ] Run \addons\qcloudsms\Qcloudsms @config_init [ RunTime:0.000642s ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\public/../application/admin/lang/zh-cn/party/party.php
+[ info ] [ RUN ] app\admin\controller\party\Party->index[ D:\phpstudy_pro\WWW\bansheng\application\admin\controller\party\Party.php ]
+[ info ] [ BEHAVIOR ] Run app\admin\behavior\AdminLog @app_end [ RunTime:0.001226s ]
+[ info ] [ LOG ] INIT File
+---------------------------------------------------------------
+[ 2023-05-05T16:39:45+08:00 ] 127.0.0.1 GET hx.bansheng.com/lcFzdPIjLH.php/ajax/icon?suffix=jpeg
+[运行时间:0.344011s] [吞吐率:2.91req/s] [内存消耗:3,695.51kb] [文件加载:135]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000170s ]
+[ info ] [ CACHE ] INIT File
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @app_init [ RunTime:0.008349s ]
+[ info ] [ BEHAVIOR ] Run \addons\epay\Epay @app_init [ RunTime:0.000216s ]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000244s ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\thinkphp\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_dispatch [ RunTime:0.000917s ]
+[ info ] [ ROUTE ] array (
+  'type' => 'module',
+  'module' => 
+  array (
+    0 => 'admin',
+    1 => 'ajax',
+    2 => 'icon',
+  ),
+)
+[ info ] [ HEADER ] array (
+  'cookie' => 'PHPSESSID=6ramc5h0fu319orsr1pv4vs4a7; think_var=zh-cn',
+  'accept-language' => 'zh-CN,zh;q=0.9',
+  'accept-encoding' => 'gzip, deflate',
+  'accept' => 'image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8',
+  'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.0.0 Safari/537.36',
+  'connection' => 'keep-alive',
+  'host' => 'hx.bansheng.com',
+  'content-length' => '',
+  'content-type' => '',
+)
+[ info ] [ PARAM ] array (
+  'suffix' => 'jpeg',
+)
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\public/../application/admin\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @module_init [ RunTime:0.001978s ]
+[ info ] [ SESSION ] INIT array (
+  'id' => '',
+  'var_session_id' => '',
+  'prefix' => 'think',
+  'type' => '',
+  'auto_start' => true,
+)
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @upload_config_init [ RunTime:0.001765s ]
+[ info ] [ BEHAVIOR ] Run \addons\qcloudsms\Qcloudsms @config_init [ RunTime:0.001110s ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\public/../application/admin/lang/zh-cn/ajax.php
+[ info ] [ RUN ] app\admin\controller\Ajax->icon[ D:\phpstudy_pro\WWW\bansheng\application\admin\controller\Ajax.php ]
+[ info ] [ LOG ] INIT File
+---------------------------------------------------------------
+[ 2023-05-05T16:42:05+08:00 ] 127.0.0.1 POST hx.bansheng.com/api/tenim/test
+[运行时间:0.312702s] [吞吐率:3.20req/s] [内存消耗:3,458.52kb] [文件加载:131]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000018s ]
+[ info ] [ CACHE ] INIT File
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @app_init [ RunTime:0.005423s ]
+[ info ] [ BEHAVIOR ] Run \addons\epay\Epay @app_init [ RunTime:0.000252s ]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000275s ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\thinkphp\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_dispatch [ RunTime:0.001813s ]
+[ info ] [ ROUTE ] array (
+  'type' => 'module',
+  'module' => 
+  array (
+    0 => 'api',
+    1 => 'tenim',
+    2 => 'test',
+  ),
+)
+[ info ] [ HEADER ] array (
+  'content-length' => '0',
+  'host' => 'hx.bansheng.com',
+  'connection' => 'keep-alive',
+  'accept-encoding' => 'gzip, deflate, br',
+  'accept' => '*/*',
+  'cache-control' => 'no-cache',
+  'user-agent' => 'PostmanRuntime-ApipostRuntime/1.1.0',
+  'content-type' => '',
+)
+[ info ] [ PARAM ] array (
+)
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\public/../application/api\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @module_init [ RunTime:0.001807s ]
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @upload_config_init [ RunTime:0.000740s ]
+[ info ] [ RUN ] app\api\controller\Tenim->test[ D:\phpstudy_pro\WWW\bansheng\application\api\controller\Tenim.php ]
+[ info ] [ LOG ] INIT File
+---------------------------------------------------------------
+[ 2023-05-05T16:42:31+08:00 ] 127.0.0.1 POST hx.bansheng.com/api/tenim/test
+[运行时间:0.346572s] [吞吐率:2.89req/s] [内存消耗:3,458.52kb] [文件加载:131]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000173s ]
+[ info ] [ CACHE ] INIT File
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @app_init [ RunTime:0.009178s ]
+[ info ] [ BEHAVIOR ] Run \addons\epay\Epay @app_init [ RunTime:0.000204s ]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000232s ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\thinkphp\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_dispatch [ RunTime:0.001049s ]
+[ info ] [ ROUTE ] array (
+  'type' => 'module',
+  'module' => 
+  array (
+    0 => 'api',
+    1 => 'tenim',
+    2 => 'test',
+  ),
+)
+[ info ] [ HEADER ] array (
+  'content-length' => '0',
+  'host' => 'hx.bansheng.com',
+  'connection' => 'keep-alive',
+  'accept-encoding' => 'gzip, deflate, br',
+  'accept' => '*/*',
+  'cache-control' => 'no-cache',
+  'user-agent' => 'PostmanRuntime-ApipostRuntime/1.1.0',
+  'content-type' => '',
+)
+[ info ] [ PARAM ] array (
+)
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\public/../application/api\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @module_init [ RunTime:0.002080s ]
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @upload_config_init [ RunTime:0.000928s ]
+[ info ] [ RUN ] app\api\controller\Tenim->test[ D:\phpstudy_pro\WWW\bansheng\application\api\controller\Tenim.php ]
+[ info ] [ LOG ] INIT File
+---------------------------------------------------------------
+[ 2023-05-05T16:42:38+08:00 ] 127.0.0.1 POST hx.bansheng.com/api/tenim/test
+[运行时间:0.321124s] [吞吐率:3.11req/s] [内存消耗:3,458.48kb] [文件加载:131]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000023s ]
+[ info ] [ CACHE ] INIT File
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @app_init [ RunTime:0.012743s ]
+[ info ] [ BEHAVIOR ] Run \addons\epay\Epay @app_init [ RunTime:0.000312s ]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000341s ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\thinkphp\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_dispatch [ RunTime:0.001148s ]
+[ info ] [ ROUTE ] array (
+  'type' => 'module',
+  'module' => 
+  array (
+    0 => 'api',
+    1 => 'tenim',
+    2 => 'test',
+  ),
+)
+[ info ] [ HEADER ] array (
+  'content-length' => '0',
+  'host' => 'hx.bansheng.com',
+  'connection' => 'keep-alive',
+  'accept-encoding' => 'gzip, deflate, br',
+  'accept' => '*/*',
+  'cache-control' => 'no-cache',
+  'user-agent' => 'PostmanRuntime-ApipostRuntime/1.1.0',
+  'content-type' => '',
+)
+[ info ] [ PARAM ] array (
+)
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\public/../application/api\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @module_init [ RunTime:0.002354s ]
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @upload_config_init [ RunTime:0.000889s ]
+[ info ] [ RUN ] app\api\controller\Tenim->test[ D:\phpstudy_pro\WWW\bansheng\application\api\controller\Tenim.php ]
+[ info ] [ LOG ] INIT File
+---------------------------------------------------------------
+[ 2023-05-05T17:02:05+08:00 ] 127.0.0.1 POST hx.bansheng.com/api/tenim/getJoindGroupList
+[运行时间:0.278905s] [吞吐率:3.59req/s] [内存消耗:3,915.14kb] [文件加载:138]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000051s ]
+[ info ] [ CACHE ] INIT File
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @app_init [ RunTime:0.009501s ]
+[ info ] [ BEHAVIOR ] Run \addons\epay\Epay @app_init [ RunTime:0.000209s ]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000236s ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\thinkphp\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_dispatch [ RunTime:0.002167s ]
+[ info ] [ ROUTE ] array (
+  'type' => 'module',
+  'module' => 
+  array (
+    0 => 'api',
+    1 => 'tenim',
+    2 => 'getJoindGroupList',
+  ),
+)
+[ info ] [ HEADER ] array (
+  'content-length' => '0',
+  'host' => 'hx.bansheng.com',
+  'connection' => 'keep-alive',
+  'accept-encoding' => 'gzip, deflate, br',
+  'accept' => '*/*',
+  'cache-control' => 'no-cache',
+  'user-agent' => 'PostmanRuntime-ApipostRuntime/1.1.0',
+  'content-type' => '',
+)
+[ info ] [ PARAM ] array (
+)
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\public/../application/api\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @module_init [ RunTime:0.004486s ]
+[ info ] [ TOKEN ] INIT Mysql
+[ info ] [ DB ] INIT mysql
+[ info ] [ LOG ] INIT File
+---------------------------------------------------------------
+[ 2023-05-05T17:02:20+08:00 ] 127.0.0.1 POST hx.bansheng.com/api/tenim/getJoindGroupList
+[运行时间:0.450464s] [吞吐率:2.22req/s] [内存消耗:4,403.27kb] [文件加载:146]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000041s ]
+[ info ] [ CACHE ] INIT File
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @app_init [ RunTime:0.007875s ]
+[ info ] [ BEHAVIOR ] Run \addons\epay\Epay @app_init [ RunTime:0.000192s ]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000217s ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\thinkphp\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_dispatch [ RunTime:0.001502s ]
+[ info ] [ ROUTE ] array (
+  'type' => 'module',
+  'module' => 
+  array (
+    0 => 'api',
+    1 => 'tenim',
+    2 => 'getJoindGroupList',
+  ),
+)
+[ info ] [ HEADER ] array (
+  'content-length' => '196',
+  'content-type' => 'multipart/form-data; boundary=--------------------------245253938629663340837090',
+  'host' => 'hx.bansheng.com',
+  'connection' => 'keep-alive',
+  'accept-encoding' => 'gzip, deflate, br',
+  'accept' => '*/*',
+  'cache-control' => 'no-cache',
+  'user-agent' => 'PostmanRuntime-ApipostRuntime/1.1.0',
+)
+[ info ] [ PARAM ] array (
+  'token' => '64c53952-d9a0-448f-b68d-4c8536e3d187',
+)
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\public/../application/api\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @module_init [ RunTime:0.001874s ]
+[ info ] [ TOKEN ] INIT Mysql
+[ info ] [ DB ] INIT mysql
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @upload_config_init [ RunTime:0.000770s ]
+[ info ] [ RUN ] app\api\controller\Tenim->getJoindGroupList[ D:\phpstudy_pro\WWW\bansheng\application\api\controller\Tenim.php ]
+[ info ] [ LOG ] INIT File
+[ error ] [0]variable type error: array[D:\phpstudy_pro\WWW\bansheng\thinkphp\library\think\Response.php:316]
+---------------------------------------------------------------
+[ 2023-05-05T17:02:42+08:00 ] 127.0.0.1 POST hx.bansheng.com/api/tenim/getJoindGroupList
+[运行时间:0.356260s] [吞吐率:2.81req/s] [内存消耗:4,265.85kb] [文件加载:139]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000043s ]
+[ info ] [ CACHE ] INIT File
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @app_init [ RunTime:0.009786s ]
+[ info ] [ BEHAVIOR ] Run \addons\epay\Epay @app_init [ RunTime:0.000207s ]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000234s ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\thinkphp\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_dispatch [ RunTime:0.001004s ]
+[ info ] [ ROUTE ] array (
+  'type' => 'module',
+  'module' => 
+  array (
+    0 => 'api',
+    1 => 'tenim',
+    2 => 'getJoindGroupList',
+  ),
+)
+[ info ] [ HEADER ] array (
+  'content-length' => '196',
+  'content-type' => 'multipart/form-data; boundary=--------------------------883754430104552443499132',
+  'host' => 'hx.bansheng.com',
+  'connection' => 'keep-alive',
+  'accept-encoding' => 'gzip, deflate, br',
+  'accept' => '*/*',
+  'cache-control' => 'no-cache',
+  'user-agent' => 'PostmanRuntime-ApipostRuntime/1.1.0',
+)
+[ info ] [ PARAM ] array (
+  'token' => '64c53952-d9a0-448f-b68d-4c8536e3d187',
+)
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\public/../application/api\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @module_init [ RunTime:0.002096s ]
+[ info ] [ TOKEN ] INIT Mysql
+[ info ] [ DB ] INIT mysql
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @upload_config_init [ RunTime:0.000898s ]
+[ info ] [ RUN ] app\api\controller\Tenim->getJoindGroupList[ D:\phpstudy_pro\WWW\bansheng\application\api\controller\Tenim.php ]
+[ info ] [ LOG ] INIT File
+---------------------------------------------------------------
+[ 2023-05-05T17:02:54+08:00 ] 127.0.0.1 POST hx.bansheng.com/api/tenim/getJoindGroupList
+[运行时间:0.518707s] [吞吐率:1.93req/s] [内存消耗:4,403.27kb] [文件加载:146]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000043s ]
+[ info ] [ CACHE ] INIT File
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @app_init [ RunTime:0.006713s ]
+[ info ] [ BEHAVIOR ] Run \addons\epay\Epay @app_init [ RunTime:0.000204s ]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000231s ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\thinkphp\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_dispatch [ RunTime:0.001340s ]
+[ info ] [ ROUTE ] array (
+  'type' => 'module',
+  'module' => 
+  array (
+    0 => 'api',
+    1 => 'tenim',
+    2 => 'getJoindGroupList',
+  ),
+)
+[ info ] [ HEADER ] array (
+  'content-length' => '196',
+  'content-type' => 'multipart/form-data; boundary=--------------------------180025990722244180326134',
+  'host' => 'hx.bansheng.com',
+  'connection' => 'keep-alive',
+  'accept-encoding' => 'gzip, deflate, br',
+  'accept' => '*/*',
+  'cache-control' => 'no-cache',
+  'user-agent' => 'PostmanRuntime-ApipostRuntime/1.1.0',
+)
+[ info ] [ PARAM ] array (
+  'token' => '64c53952-d9a0-448f-b68d-4c8536e3d187',
+)
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\public/../application/api\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @module_init [ RunTime:0.003822s ]
+[ info ] [ TOKEN ] INIT Mysql
+[ info ] [ DB ] INIT mysql
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @upload_config_init [ RunTime:0.000735s ]
+[ info ] [ RUN ] app\api\controller\Tenim->getJoindGroupList[ D:\phpstudy_pro\WWW\bansheng\application\api\controller\Tenim.php ]
+[ info ] [ LOG ] INIT File
+[ error ] [0]variable type error: array[D:\phpstudy_pro\WWW\bansheng\thinkphp\library\think\Response.php:316]
+---------------------------------------------------------------
+[ 2023-05-05T17:03:17+08:00 ] 127.0.0.1 POST hx.bansheng.com/api/tenim/getJoindGroupList
+[运行时间:0.308087s] [吞吐率:3.25req/s] [内存消耗:4,318.21kb] [文件加载:141]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000033s ]
+[ info ] [ CACHE ] INIT File
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @app_init [ RunTime:0.007483s ]
+[ info ] [ BEHAVIOR ] Run \addons\epay\Epay @app_init [ RunTime:0.000202s ]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000225s ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\thinkphp\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_dispatch [ RunTime:0.000837s ]
+[ info ] [ ROUTE ] array (
+  'type' => 'module',
+  'module' => 
+  array (
+    0 => 'api',
+    1 => 'tenim',
+    2 => 'getJoindGroupList',
+  ),
+)
+[ info ] [ HEADER ] array (
+  'content-length' => '196',
+  'content-type' => 'multipart/form-data; boundary=--------------------------226665273688600610073445',
+  'host' => 'hx.bansheng.com',
+  'connection' => 'keep-alive',
+  'accept-encoding' => 'gzip, deflate, br',
+  'accept' => '*/*',
+  'cache-control' => 'no-cache',
+  'user-agent' => 'PostmanRuntime-ApipostRuntime/1.1.0',
+)
+[ info ] [ PARAM ] array (
+  'token' => '64c53952-d9a0-448f-b68d-4c8536e3d187',
+)
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\public/../application/api\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @module_init [ RunTime:0.001657s ]
+[ info ] [ TOKEN ] INIT Mysql
+[ info ] [ DB ] INIT mysql
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @upload_config_init [ RunTime:0.000795s ]
+[ info ] [ RUN ] app\api\controller\Tenim->getJoindGroupList[ D:\phpstudy_pro\WWW\bansheng\application\api\controller\Tenim.php ]
+[ info ] [ LOG ] INIT File
+---------------------------------------------------------------
+[ 2023-05-05T17:03:55+08:00 ] 127.0.0.1 POST hx.bansheng.com/api/tenim/getJoindGroupList
+[运行时间:0.414612s] [吞吐率:2.41req/s] [内存消耗:4,318.82kb] [文件加载:141]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000023s ]
+[ info ] [ CACHE ] INIT File
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @app_init [ RunTime:0.005457s ]
+[ info ] [ BEHAVIOR ] Run \addons\epay\Epay @app_init [ RunTime:0.000218s ]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000246s ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\thinkphp\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_dispatch [ RunTime:0.002130s ]
+[ info ] [ ROUTE ] array (
+  'type' => 'module',
+  'module' => 
+  array (
+    0 => 'api',
+    1 => 'tenim',
+    2 => 'getJoindGroupList',
+  ),
+)
+[ info ] [ HEADER ] array (
+  'content-length' => '196',
+  'content-type' => 'multipart/form-data; boundary=--------------------------659595339503249704052352',
+  'host' => 'hx.bansheng.com',
+  'connection' => 'keep-alive',
+  'accept-encoding' => 'gzip, deflate, br',
+  'accept' => '*/*',
+  'cache-control' => 'no-cache',
+  'user-agent' => 'PostmanRuntime-ApipostRuntime/1.1.0',
+)
+[ info ] [ PARAM ] array (
+  'token' => '64c53952-d9a0-448f-b68d-4c8536e3d187',
+)
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\public/../application/api\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @module_init [ RunTime:0.002084s ]
+[ info ] [ TOKEN ] INIT Mysql
+[ info ] [ DB ] INIT mysql
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @upload_config_init [ RunTime:0.000648s ]
+[ info ] [ RUN ] app\api\controller\Tenim->getJoindGroupList[ D:\phpstudy_pro\WWW\bansheng\application\api\controller\Tenim.php ]
+[ info ] [ LOG ] INIT File
+---------------------------------------------------------------
+[ 2023-05-05T17:09:08+08:00 ] 127.0.0.1 POST hx.bansheng.com/api/tenim/getJoindGroupList
+[运行时间:0.375327s] [吞吐率:2.66req/s] [内存消耗:4,308.54kb] [文件加载:140]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000023s ]
+[ info ] [ CACHE ] INIT File
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @app_init [ RunTime:0.006922s ]
+[ info ] [ BEHAVIOR ] Run \addons\epay\Epay @app_init [ RunTime:0.002520s ]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.002553s ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\thinkphp\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_dispatch [ RunTime:0.001088s ]
+[ info ] [ ROUTE ] array (
+  'type' => 'module',
+  'module' => 
+  array (
+    0 => 'api',
+    1 => 'tenim',
+    2 => 'getJoindGroupList',
+  ),
+)
+[ info ] [ HEADER ] array (
+  'content-length' => '196',
+  'content-type' => 'multipart/form-data; boundary=--------------------------815139083288890031484177',
+  'host' => 'hx.bansheng.com',
+  'connection' => 'keep-alive',
+  'accept-encoding' => 'gzip, deflate, br',
+  'accept' => '*/*',
+  'cache-control' => 'no-cache',
+  'user-agent' => 'PostmanRuntime-ApipostRuntime/1.1.0',
+)
+[ info ] [ PARAM ] array (
+  'token' => '64c53952-d9a0-448f-b68d-4c8536e3d187',
+)
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\public/../application/api\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @module_init [ RunTime:0.002881s ]
+[ info ] [ TOKEN ] INIT Mysql
+[ info ] [ DB ] INIT mysql
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @upload_config_init [ RunTime:0.000813s ]
+[ info ] [ RUN ] app\api\controller\Tenim->getJoindGroupList[ D:\phpstudy_pro\WWW\bansheng\application\api\controller\Tenim.php ]
+[ info ] [ LOG ] INIT File
+---------------------------------------------------------------
+[ 2023-05-05T17:10:20+08:00 ] 127.0.0.1 POST hx.bansheng.com/api/tenim/getJoindGroupList
+[运行时间:0.360434s] [吞吐率:2.77req/s] [内存消耗:4,318.51kb] [文件加载:141]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000028s ]
+[ info ] [ CACHE ] INIT File
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @app_init [ RunTime:0.007614s ]
+[ info ] [ BEHAVIOR ] Run \addons\epay\Epay @app_init [ RunTime:0.000392s ]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000420s ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\thinkphp\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_dispatch [ RunTime:0.001053s ]
+[ info ] [ ROUTE ] array (
+  'type' => 'module',
+  'module' => 
+  array (
+    0 => 'api',
+    1 => 'tenim',
+    2 => 'getJoindGroupList',
+  ),
+)
+[ info ] [ HEADER ] array (
+  'content-length' => '196',
+  'content-type' => 'multipart/form-data; boundary=--------------------------365224959478761487408205',
+  'host' => 'hx.bansheng.com',
+  'connection' => 'keep-alive',
+  'accept-encoding' => 'gzip, deflate, br',
+  'accept' => '*/*',
+  'cache-control' => 'no-cache',
+  'user-agent' => 'PostmanRuntime-ApipostRuntime/1.1.0',
+)
+[ info ] [ PARAM ] array (
+  'token' => '64c53952-d9a0-448f-b68d-4c8536e3d187',
+)
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\public/../application/api\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @module_init [ RunTime:0.002031s ]
+[ info ] [ TOKEN ] INIT Mysql
+[ info ] [ DB ] INIT mysql
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @upload_config_init [ RunTime:0.000940s ]
+[ info ] [ RUN ] app\api\controller\Tenim->getJoindGroupList[ D:\phpstudy_pro\WWW\bansheng\application\api\controller\Tenim.php ]
+[ info ] [ LOG ] INIT File
+---------------------------------------------------------------
+[ 2023-05-05T17:13:19+08:00 ] 127.0.0.1 POST hx.bansheng.com/api/tenim/getJoindGroupList
+[运行时间:0.355576s] [吞吐率:2.81req/s] [内存消耗:4,318.51kb] [文件加载:141]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000029s ]
+[ info ] [ CACHE ] INIT File
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @app_init [ RunTime:0.010051s ]
+[ info ] [ BEHAVIOR ] Run \addons\epay\Epay @app_init [ RunTime:0.000194s ]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000216s ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\thinkphp\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_dispatch [ RunTime:0.000970s ]
+[ info ] [ ROUTE ] array (
+  'type' => 'module',
+  'module' => 
+  array (
+    0 => 'api',
+    1 => 'tenim',
+    2 => 'getJoindGroupList',
+  ),
+)
+[ info ] [ HEADER ] array (
+  'content-length' => '196',
+  'content-type' => 'multipart/form-data; boundary=--------------------------804719470570008964801391',
+  'host' => 'hx.bansheng.com',
+  'connection' => 'keep-alive',
+  'accept-encoding' => 'gzip, deflate, br',
+  'accept' => '*/*',
+  'cache-control' => 'no-cache',
+  'user-agent' => 'PostmanRuntime-ApipostRuntime/1.1.0',
+)
+[ info ] [ PARAM ] array (
+  'token' => '64c53952-d9a0-448f-b68d-4c8536e3d187',
+)
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\public/../application/api\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @module_init [ RunTime:0.004470s ]
+[ info ] [ TOKEN ] INIT Mysql
+[ info ] [ DB ] INIT mysql
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @upload_config_init [ RunTime:0.000883s ]
+[ info ] [ RUN ] app\api\controller\Tenim->getJoindGroupList[ D:\phpstudy_pro\WWW\bansheng\application\api\controller\Tenim.php ]
+[ info ] [ LOG ] INIT File
+---------------------------------------------------------------
+[ 2023-05-05T17:17:55+08:00 ] 127.0.0.1 POST hx.bansheng.com/api/tenim/getJoindGroupList
+[运行时间:0.337352s] [吞吐率:2.96req/s] [内存消耗:4,318.45kb] [文件加载:141]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000032s ]
+[ info ] [ CACHE ] INIT File
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @app_init [ RunTime:0.009798s ]
+[ info ] [ BEHAVIOR ] Run \addons\epay\Epay @app_init [ RunTime:0.000264s ]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000306s ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\thinkphp\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_dispatch [ RunTime:0.001134s ]
+[ info ] [ ROUTE ] array (
+  'type' => 'module',
+  'module' => 
+  array (
+    0 => 'api',
+    1 => 'tenim',
+    2 => 'getJoindGroupList',
+  ),
+)
+[ info ] [ HEADER ] array (
+  'content-length' => '196',
+  'content-type' => 'multipart/form-data; boundary=--------------------------580353076551539963970519',
+  'host' => 'hx.bansheng.com',
+  'connection' => 'keep-alive',
+  'accept-encoding' => 'gzip, deflate, br',
+  'accept' => '*/*',
+  'cache-control' => 'no-cache',
+  'user-agent' => 'PostmanRuntime-ApipostRuntime/1.1.0',
+)
+[ info ] [ PARAM ] array (
+  'token' => '64c53952-d9a0-448f-b68d-4c8536e3d187',
+)
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\public/../application/api\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @module_init [ RunTime:0.002172s ]
+[ info ] [ TOKEN ] INIT Mysql
+[ info ] [ DB ] INIT mysql
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @upload_config_init [ RunTime:0.000840s ]
+[ info ] [ RUN ] app\api\controller\Tenim->getJoindGroupList[ D:\phpstudy_pro\WWW\bansheng\application\api\controller\Tenim.php ]
+[ info ] [ LOG ] INIT File
+---------------------------------------------------------------
+[ 2023-05-05T17:40:55+08:00 ] 127.0.0.1 POST hx.bansheng.com/api/tenim/test
+[运行时间:0.430112s] [吞吐率:2.32req/s] [内存消耗:3,464.70kb] [文件加载:131]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000024s ]
+[ info ] [ CACHE ] INIT File
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @app_init [ RunTime:0.011137s ]
+[ info ] [ BEHAVIOR ] Run \addons\epay\Epay @app_init [ RunTime:0.000192s ]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000214s ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\thinkphp\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_dispatch [ RunTime:0.001045s ]
+[ info ] [ ROUTE ] array (
+  'type' => 'module',
+  'module' => 
+  array (
+    0 => 'api',
+    1 => 'tenim',
+    2 => 'test',
+  ),
+)
+[ info ] [ HEADER ] array (
+  'content-length' => '0',
+  'host' => 'hx.bansheng.com',
+  'connection' => 'keep-alive',
+  'accept-encoding' => 'gzip, deflate, br',
+  'accept' => '*/*',
+  'cache-control' => 'no-cache',
+  'user-agent' => 'PostmanRuntime-ApipostRuntime/1.1.0',
+  'content-type' => '',
+)
+[ info ] [ PARAM ] array (
+)
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\public/../application/api\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @module_init [ RunTime:0.007793s ]
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @upload_config_init [ RunTime:0.000764s ]
+[ info ] [ RUN ] app\api\controller\Tenim->test[ D:\phpstudy_pro\WWW\bansheng\application\api\controller\Tenim.php ]
+[ info ] [ LOG ] INIT File
+---------------------------------------------------------------
+[ 2023-05-05T17:41:34+08:00 ] 127.0.0.1 POST hx.bansheng.com/api/tenim/test
+[运行时间:0.585696s] [吞吐率:1.71req/s] [内存消耗:3,464.60kb] [文件加载:131]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000025s ]
+[ info ] [ CACHE ] INIT File
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @app_init [ RunTime:0.005226s ]
+[ info ] [ BEHAVIOR ] Run \addons\epay\Epay @app_init [ RunTime:0.006556s ]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.006590s ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\thinkphp\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_dispatch [ RunTime:0.001013s ]
+[ info ] [ ROUTE ] array (
+  'type' => 'module',
+  'module' => 
+  array (
+    0 => 'api',
+    1 => 'tenim',
+    2 => 'test',
+  ),
+)
+[ info ] [ HEADER ] array (
+  'content-length' => '0',
+  'host' => 'hx.bansheng.com',
+  'connection' => 'keep-alive',
+  'accept-encoding' => 'gzip, deflate, br',
+  'accept' => '*/*',
+  'cache-control' => 'no-cache',
+  'user-agent' => 'PostmanRuntime-ApipostRuntime/1.1.0',
+  'content-type' => '',
+)
+[ info ] [ PARAM ] array (
+)
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\public/../application/api\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @module_init [ RunTime:0.001956s ]
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @upload_config_init [ RunTime:0.000843s ]
+[ info ] [ RUN ] app\api\controller\Tenim->test[ D:\phpstudy_pro\WWW\bansheng\application\api\controller\Tenim.php ]
+[ info ] [ LOG ] INIT File
+---------------------------------------------------------------
+[ 2023-05-05T17:47:44+08:00 ] 127.0.0.1 POST hx.bansheng.com/api/tenim/getJoindGroupList
+[运行时间:0.307906s] [吞吐率:3.25req/s] [内存消耗:4,349.85kb] [文件加载:144]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000040s ]
+[ info ] [ CACHE ] INIT File
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @app_init [ RunTime:0.005513s ]
+[ info ] [ BEHAVIOR ] Run \addons\epay\Epay @app_init [ RunTime:0.000192s ]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000218s ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\thinkphp\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_dispatch [ RunTime:0.000910s ]
+[ info ] [ ROUTE ] array (
+  'type' => 'module',
+  'module' => 
+  array (
+    0 => 'api',
+    1 => 'tenim',
+    2 => 'getJoindGroupList',
+  ),
+)
+[ info ] [ HEADER ] array (
+  'content-length' => '196',
+  'content-type' => 'multipart/form-data; boundary=--------------------------817224526933061644652466',
+  'host' => 'hx.bansheng.com',
+  'connection' => 'keep-alive',
+  'accept-encoding' => 'gzip, deflate, br',
+  'accept' => '*/*',
+  'cache-control' => 'no-cache',
+  'user-agent' => 'PostmanRuntime-ApipostRuntime/1.1.0',
+)
+[ info ] [ PARAM ] array (
+  'token' => '64c53952-d9a0-448f-b68d-4c8536e3d187',
+)
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\public/../application/api\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @module_init [ RunTime:0.001944s ]
+[ info ] [ TOKEN ] INIT Mysql
+[ info ] [ DB ] INIT mysql
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @upload_config_init [ RunTime:0.000768s ]
+[ info ] [ LOG ] INIT File
+[ error ] [0]方法参数错误:user_id[D:\phpstudy_pro\WWW\bansheng\thinkphp\library\think\App.php:431]
+---------------------------------------------------------------
+[ 2023-05-05T17:49:12+08:00 ] 127.0.0.1 POST hx.bansheng.com/api/tenim/getJoindGroupList
+[运行时间:0.679781s] [吞吐率:1.47req/s] [内存消耗:4,403.27kb] [文件加载:146]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000051s ]
+[ info ] [ CACHE ] INIT File
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @app_init [ RunTime:0.010360s ]
+[ info ] [ BEHAVIOR ] Run \addons\epay\Epay @app_init [ RunTime:0.000197s ]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000223s ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\thinkphp\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_dispatch [ RunTime:0.001007s ]
+[ info ] [ ROUTE ] array (
+  'type' => 'module',
+  'module' => 
+  array (
+    0 => 'api',
+    1 => 'tenim',
+    2 => 'getJoindGroupList',
+  ),
+)
+[ info ] [ HEADER ] array (
+  'content-length' => '196',
+  'content-type' => 'multipart/form-data; boundary=--------------------------274194986110612229233677',
+  'host' => 'hx.bansheng.com',
+  'connection' => 'keep-alive',
+  'accept-encoding' => 'gzip, deflate, br',
+  'accept' => '*/*',
+  'cache-control' => 'no-cache',
+  'user-agent' => 'PostmanRuntime-ApipostRuntime/1.1.0',
+)
+[ info ] [ PARAM ] array (
+  'token' => '64c53952-d9a0-448f-b68d-4c8536e3d187',
+)
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\public/../application/api\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @module_init [ RunTime:0.004967s ]
+[ info ] [ TOKEN ] INIT Mysql
+[ info ] [ DB ] INIT mysql
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @upload_config_init [ RunTime:0.001169s ]
+[ info ] [ RUN ] app\api\controller\Tenim->getJoindGroupList[ D:\phpstudy_pro\WWW\bansheng\application\api\controller\Tenim.php ]
+[ info ] [ LOG ] INIT File
+[ error ] [0]variable type error: array[D:\phpstudy_pro\WWW\bansheng\thinkphp\library\think\Response.php:316]
+---------------------------------------------------------------
+[ 2023-05-05T17:49:44+08:00 ] 127.0.0.1 POST hx.bansheng.com/api/tenim/getJoindGroupList
+[运行时间:0.363445s] [吞吐率:2.75req/s] [内存消耗:4,318.21kb] [文件加载:141]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000041s ]
+[ info ] [ CACHE ] INIT File
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @app_init [ RunTime:0.009627s ]
+[ info ] [ BEHAVIOR ] Run \addons\epay\Epay @app_init [ RunTime:0.000242s ]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000274s ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\thinkphp\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_dispatch [ RunTime:0.001925s ]
+[ info ] [ ROUTE ] array (
+  'type' => 'module',
+  'module' => 
+  array (
+    0 => 'api',
+    1 => 'tenim',
+    2 => 'getJoindGroupList',
+  ),
+)
+[ info ] [ HEADER ] array (
+  'content-length' => '196',
+  'content-type' => 'multipart/form-data; boundary=--------------------------909429257803116512256809',
+  'host' => 'hx.bansheng.com',
+  'connection' => 'keep-alive',
+  'accept-encoding' => 'gzip, deflate, br',
+  'accept' => '*/*',
+  'cache-control' => 'no-cache',
+  'user-agent' => 'PostmanRuntime-ApipostRuntime/1.1.0',
+)
+[ info ] [ PARAM ] array (
+  'token' => '64c53952-d9a0-448f-b68d-4c8536e3d187',
+)
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\public/../application/api\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @module_init [ RunTime:0.004877s ]
+[ info ] [ TOKEN ] INIT Mysql
+[ info ] [ DB ] INIT mysql
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @upload_config_init [ RunTime:0.000865s ]
+[ info ] [ RUN ] app\api\controller\Tenim->getJoindGroupList[ D:\phpstudy_pro\WWW\bansheng\application\api\controller\Tenim.php ]
+[ info ] [ LOG ] INIT File
+---------------------------------------------------------------
+[ 2023-05-05T17:50:05+08:00 ] 127.0.0.1 POST hx.bansheng.com/api/tenim/getJoindGroupList
+[运行时间:0.502431s] [吞吐率:1.99req/s] [内存消耗:4,318.20kb] [文件加载:141]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000039s ]
+[ info ] [ CACHE ] INIT File
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @app_init [ RunTime:0.014165s ]
+[ info ] [ BEHAVIOR ] Run \addons\epay\Epay @app_init [ RunTime:0.000192s ]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000217s ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\thinkphp\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_dispatch [ RunTime:0.000931s ]
+[ info ] [ ROUTE ] array (
+  'type' => 'module',
+  'module' => 
+  array (
+    0 => 'api',
+    1 => 'tenim',
+    2 => 'getJoindGroupList',
+  ),
+)
+[ info ] [ HEADER ] array (
+  'content-length' => '196',
+  'content-type' => 'multipart/form-data; boundary=--------------------------373411449388709542717830',
+  'host' => 'hx.bansheng.com',
+  'connection' => 'keep-alive',
+  'accept-encoding' => 'gzip, deflate, br',
+  'accept' => '*/*',
+  'cache-control' => 'no-cache',
+  'user-agent' => 'PostmanRuntime-ApipostRuntime/1.1.0',
+)
+[ info ] [ PARAM ] array (
+  'token' => '64c53952-d9a0-448f-b68d-4c8536e3d187',
+)
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\public/../application/api\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @module_init [ RunTime:0.003088s ]
+[ info ] [ TOKEN ] INIT Mysql
+[ info ] [ DB ] INIT mysql
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @upload_config_init [ RunTime:0.000831s ]
+[ info ] [ RUN ] app\api\controller\Tenim->getJoindGroupList[ D:\phpstudy_pro\WWW\bansheng\application\api\controller\Tenim.php ]
+[ info ] [ LOG ] INIT File
+---------------------------------------------------------------
+[ 2023-05-05T17:50:29+08:00 ] 127.0.0.1 POST hx.bansheng.com/api/tenim/getJoindGroupList
+[运行时间:0.618777s] [吞吐率:1.62req/s] [内存消耗:4,322.57kb] [文件加载:141]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000019s ]
+[ info ] [ CACHE ] INIT File
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @app_init [ RunTime:0.011048s ]
+[ info ] [ BEHAVIOR ] Run \addons\epay\Epay @app_init [ RunTime:0.000206s ]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000229s ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\thinkphp\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_dispatch [ RunTime:0.001177s ]
+[ info ] [ ROUTE ] array (
+  'type' => 'module',
+  'module' => 
+  array (
+    0 => 'api',
+    1 => 'tenim',
+    2 => 'getJoindGroupList',
+  ),
+)
+[ info ] [ HEADER ] array (
+  'content-length' => '196',
+  'content-type' => 'multipart/form-data; boundary=--------------------------425490984627589067476936',
+  'host' => 'hx.bansheng.com',
+  'connection' => 'keep-alive',
+  'accept-encoding' => 'gzip, deflate, br',
+  'accept' => '*/*',
+  'cache-control' => 'no-cache',
+  'user-agent' => 'PostmanRuntime-ApipostRuntime/1.1.0',
+)
+[ info ] [ PARAM ] array (
+  'token' => '64c53952-d9a0-448f-b68d-4c8536e3d187',
+)
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\public/../application/api\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @module_init [ RunTime:0.004102s ]
+[ info ] [ TOKEN ] INIT Mysql
+[ info ] [ DB ] INIT mysql
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @upload_config_init [ RunTime:0.000720s ]
+[ info ] [ RUN ] app\api\controller\Tenim->getJoindGroupList[ D:\phpstudy_pro\WWW\bansheng\application\api\controller\Tenim.php ]
+[ info ] [ LOG ] INIT File
+---------------------------------------------------------------
+[ 2023-05-05T17:51:25+08:00 ] 127.0.0.1 POST hx.bansheng.com/api/tenim/getJoindGroupList
+[运行时间:0.331184s] [吞吐率:3.02req/s] [内存消耗:4,474.20kb] [文件加载:148]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000019s ]
+[ info ] [ CACHE ] INIT File
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @app_init [ RunTime:0.005540s ]
+[ info ] [ BEHAVIOR ] Run \addons\epay\Epay @app_init [ RunTime:0.002472s ]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.002515s ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\thinkphp\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_dispatch [ RunTime:0.000977s ]
+[ info ] [ ROUTE ] array (
+  'type' => 'module',
+  'module' => 
+  array (
+    0 => 'api',
+    1 => 'tenim',
+    2 => 'getJoindGroupList',
+  ),
+)
+[ info ] [ HEADER ] array (
+  'content-length' => '196',
+  'content-type' => 'multipart/form-data; boundary=--------------------------963873128972965775001299',
+  'host' => 'hx.bansheng.com',
+  'connection' => 'keep-alive',
+  'accept-encoding' => 'gzip, deflate, br',
+  'accept' => '*/*',
+  'cache-control' => 'no-cache',
+  'user-agent' => 'PostmanRuntime-ApipostRuntime/1.1.0',
+)
+[ info ] [ PARAM ] array (
+  'token' => '64c53952-d9a0-448f-b68d-4c8536e3d187',
+)
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\public/../application/api\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @module_init [ RunTime:0.001876s ]
+[ info ] [ TOKEN ] INIT Mysql
+[ info ] [ DB ] INIT mysql
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @upload_config_init [ RunTime:0.000753s ]
+[ info ] [ RUN ] app\api\controller\Tenim->getJoindGroupList[ D:\phpstudy_pro\WWW\bansheng\application\api\controller\Tenim.php ]
+[ info ] [ LOG ] INIT File
+[ error ] [8]Undefined property: tencentim\Tencentim::$api_url1[D:\phpstudy_pro\WWW\bansheng\extend\tencentim\tencentim.php:26]
+---------------------------------------------------------------
+[ 2023-05-05T17:51:41+08:00 ] 127.0.0.1 POST hx.bansheng.com/api/tenim/getJoindGroupList
+[运行时间:0.423601s] [吞吐率:2.36req/s] [内存消耗:4,318.82kb] [文件加载:141]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000022s ]
+[ info ] [ CACHE ] INIT File
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @app_init [ RunTime:0.004704s ]
+[ info ] [ BEHAVIOR ] Run \addons\epay\Epay @app_init [ RunTime:0.000198s ]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000223s ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\thinkphp\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_dispatch [ RunTime:0.000731s ]
+[ info ] [ ROUTE ] array (
+  'type' => 'module',
+  'module' => 
+  array (
+    0 => 'api',
+    1 => 'tenim',
+    2 => 'getJoindGroupList',
+  ),
+)
+[ info ] [ HEADER ] array (
+  'content-length' => '196',
+  'content-type' => 'multipart/form-data; boundary=--------------------------208501937807703978303391',
+  'host' => 'hx.bansheng.com',
+  'connection' => 'keep-alive',
+  'accept-encoding' => 'gzip, deflate, br',
+  'accept' => '*/*',
+  'cache-control' => 'no-cache',
+  'user-agent' => 'PostmanRuntime-ApipostRuntime/1.1.0',
+)
+[ info ] [ PARAM ] array (
+  'token' => '64c53952-d9a0-448f-b68d-4c8536e3d187',
+)
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\public/../application/api\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @module_init [ RunTime:0.002238s ]
+[ info ] [ TOKEN ] INIT Mysql
+[ info ] [ DB ] INIT mysql
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @upload_config_init [ RunTime:0.001013s ]
+[ info ] [ RUN ] app\api\controller\Tenim->getJoindGroupList[ D:\phpstudy_pro\WWW\bansheng\application\api\controller\Tenim.php ]
+[ info ] [ LOG ] INIT File
+---------------------------------------------------------------
+[ 2023-05-05T17:52:43+08:00 ] 127.0.0.1 POST hx.bansheng.com/api/tenim/getJoindGroupList
+[运行时间:0.589773s] [吞吐率:1.70req/s] [内存消耗:4,403.52kb] [文件加载:146]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000020s ]
+[ info ] [ CACHE ] INIT File
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @app_init [ RunTime:0.007139s ]
+[ info ] [ BEHAVIOR ] Run \addons\epay\Epay @app_init [ RunTime:0.000190s ]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000211s ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\thinkphp\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_dispatch [ RunTime:0.001211s ]
+[ info ] [ ROUTE ] array (
+  'type' => 'module',
+  'module' => 
+  array (
+    0 => 'api',
+    1 => 'tenim',
+    2 => 'getJoindGroupList',
+  ),
+)
+[ info ] [ HEADER ] array (
+  'content-length' => '196',
+  'content-type' => 'multipart/form-data; boundary=--------------------------950330243984025393929251',
+  'host' => 'hx.bansheng.com',
+  'connection' => 'keep-alive',
+  'accept-encoding' => 'gzip, deflate, br',
+  'accept' => '*/*',
+  'cache-control' => 'no-cache',
+  'user-agent' => 'PostmanRuntime-ApipostRuntime/1.1.0',
+)
+[ info ] [ PARAM ] array (
+  'token' => '64c53952-d9a0-448f-b68d-4c8536e3d187',
+)
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\public/../application/api\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @module_init [ RunTime:0.003122s ]
+[ info ] [ TOKEN ] INIT Mysql
+[ info ] [ DB ] INIT mysql
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @upload_config_init [ RunTime:0.001034s ]
+[ info ] [ RUN ] app\api\controller\Tenim->getJoindGroupList[ D:\phpstudy_pro\WWW\bansheng\application\api\controller\Tenim.php ]
+[ info ] [ LOG ] INIT File
+[ error ] [0]variable type error: array[D:\phpstudy_pro\WWW\bansheng\thinkphp\library\think\Response.php:316]
+---------------------------------------------------------------
+[ 2023-05-05T17:53:05+08:00 ] 127.0.0.1 POST hx.bansheng.com/api/tenim/getJoindGroupList
+[运行时间:0.554085s] [吞吐率:1.80req/s] [内存消耗:4,322.82kb] [文件加载:141]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000022s ]
+[ info ] [ CACHE ] INIT File
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @app_init [ RunTime:0.005406s ]
+[ info ] [ BEHAVIOR ] Run \addons\epay\Epay @app_init [ RunTime:0.000190s ]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000211s ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\thinkphp\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_dispatch [ RunTime:0.000892s ]
+[ info ] [ ROUTE ] array (
+  'type' => 'module',
+  'module' => 
+  array (
+    0 => 'api',
+    1 => 'tenim',
+    2 => 'getJoindGroupList',
+  ),
+)
+[ info ] [ HEADER ] array (
+  'content-length' => '196',
+  'content-type' => 'multipart/form-data; boundary=--------------------------427062627863486579090212',
+  'host' => 'hx.bansheng.com',
+  'connection' => 'keep-alive',
+  'accept-encoding' => 'gzip, deflate, br',
+  'accept' => '*/*',
+  'cache-control' => 'no-cache',
+  'user-agent' => 'PostmanRuntime-ApipostRuntime/1.1.0',
+)
+[ info ] [ PARAM ] array (
+  'token' => '64c53952-d9a0-448f-b68d-4c8536e3d187',
+)
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\public/../application/api\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @module_init [ RunTime:0.002405s ]
+[ info ] [ TOKEN ] INIT Mysql
+[ info ] [ DB ] INIT mysql
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @upload_config_init [ RunTime:0.000747s ]
+[ info ] [ RUN ] app\api\controller\Tenim->getJoindGroupList[ D:\phpstudy_pro\WWW\bansheng\application\api\controller\Tenim.php ]
+[ info ] [ LOG ] INIT File
+---------------------------------------------------------------
+[ 2023-05-05T17:53:17+08:00 ] 127.0.0.1 POST hx.bansheng.com/api/tenim/getJoindGroupList
+[运行时间:0.494911s] [吞吐率:2.02req/s] [内存消耗:4,403.52kb] [文件加载:146]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000031s ]
+[ info ] [ CACHE ] INIT File
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @app_init [ RunTime:0.008453s ]
+[ info ] [ BEHAVIOR ] Run \addons\epay\Epay @app_init [ RunTime:0.000209s ]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000233s ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\thinkphp\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_dispatch [ RunTime:0.000665s ]
+[ info ] [ ROUTE ] array (
+  'type' => 'module',
+  'module' => 
+  array (
+    0 => 'api',
+    1 => 'tenim',
+    2 => 'getJoindGroupList',
+  ),
+)
+[ info ] [ HEADER ] array (
+  'content-length' => '196',
+  'content-type' => 'multipart/form-data; boundary=--------------------------885179949311979161859046',
+  'host' => 'hx.bansheng.com',
+  'connection' => 'keep-alive',
+  'accept-encoding' => 'gzip, deflate, br',
+  'accept' => '*/*',
+  'cache-control' => 'no-cache',
+  'user-agent' => 'PostmanRuntime-ApipostRuntime/1.1.0',
+)
+[ info ] [ PARAM ] array (
+  'token' => '64c53952-d9a0-448f-b68d-4c8536e3d187',
+)
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\public/../application/api\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @module_init [ RunTime:0.005808s ]
+[ info ] [ TOKEN ] INIT Mysql
+[ info ] [ DB ] INIT mysql
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @upload_config_init [ RunTime:0.001210s ]
+[ info ] [ RUN ] app\api\controller\Tenim->getJoindGroupList[ D:\phpstudy_pro\WWW\bansheng\application\api\controller\Tenim.php ]
+[ info ] [ LOG ] INIT File
+[ error ] [0]variable type error: array[D:\phpstudy_pro\WWW\bansheng\thinkphp\library\think\Response.php:316]
+---------------------------------------------------------------
+[ 2023-05-05T17:53:35+08:00 ] 127.0.0.1 POST hx.bansheng.com/api/tenim/getJoindGroupList
+[运行时间:0.508337s] [吞吐率:1.97req/s] [内存消耗:4,323.07kb] [文件加载:141]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000027s ]
+[ info ] [ CACHE ] INIT File
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @app_init [ RunTime:0.005558s ]
+[ info ] [ BEHAVIOR ] Run \addons\epay\Epay @app_init [ RunTime:0.000197s ]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000220s ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\thinkphp\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_dispatch [ RunTime:0.001397s ]
+[ info ] [ ROUTE ] array (
+  'type' => 'module',
+  'module' => 
+  array (
+    0 => 'api',
+    1 => 'tenim',
+    2 => 'getJoindGroupList',
+  ),
+)
+[ info ] [ HEADER ] array (
+  'content-length' => '196',
+  'content-type' => 'multipart/form-data; boundary=--------------------------696940673963270254043360',
+  'host' => 'hx.bansheng.com',
+  'connection' => 'keep-alive',
+  'accept-encoding' => 'gzip, deflate, br',
+  'accept' => '*/*',
+  'cache-control' => 'no-cache',
+  'user-agent' => 'PostmanRuntime-ApipostRuntime/1.1.0',
+)
+[ info ] [ PARAM ] array (
+  'token' => '64c53952-d9a0-448f-b68d-4c8536e3d187',
+)
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\public/../application/api\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @module_init [ RunTime:0.001894s ]
+[ info ] [ TOKEN ] INIT Mysql
+[ info ] [ DB ] INIT mysql
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @upload_config_init [ RunTime:0.000837s ]
+[ info ] [ RUN ] app\api\controller\Tenim->getJoindGroupList[ D:\phpstudy_pro\WWW\bansheng\application\api\controller\Tenim.php ]
+[ info ] [ LOG ] INIT File
+---------------------------------------------------------------
+[ 2023-05-05T17:53:45+08:00 ] 127.0.0.1 POST hx.bansheng.com/api/tenim/getJoindGroupList
+[运行时间:0.476661s] [吞吐率:2.10req/s] [内存消耗:4,322.57kb] [文件加载:141]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000025s ]
+[ info ] [ CACHE ] INIT File
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @app_init [ RunTime:0.010817s ]
+[ info ] [ BEHAVIOR ] Run \addons\epay\Epay @app_init [ RunTime:0.000193s ]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000216s ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\thinkphp\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_dispatch [ RunTime:0.000744s ]
+[ info ] [ ROUTE ] array (
+  'type' => 'module',
+  'module' => 
+  array (
+    0 => 'api',
+    1 => 'tenim',
+    2 => 'getJoindGroupList',
+  ),
+)
+[ info ] [ HEADER ] array (
+  'content-length' => '196',
+  'content-type' => 'multipart/form-data; boundary=--------------------------888860537406855551941561',
+  'host' => 'hx.bansheng.com',
+  'connection' => 'keep-alive',
+  'accept-encoding' => 'gzip, deflate, br',
+  'accept' => '*/*',
+  'cache-control' => 'no-cache',
+  'user-agent' => 'PostmanRuntime-ApipostRuntime/1.1.0',
+)
+[ info ] [ PARAM ] array (
+  'token' => '64c53952-d9a0-448f-b68d-4c8536e3d187',
+)
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\public/../application/api\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @module_init [ RunTime:0.004340s ]
+[ info ] [ TOKEN ] INIT Mysql
+[ info ] [ DB ] INIT mysql
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @upload_config_init [ RunTime:0.000874s ]
+[ info ] [ RUN ] app\api\controller\Tenim->getJoindGroupList[ D:\phpstudy_pro\WWW\bansheng\application\api\controller\Tenim.php ]
+[ info ] [ LOG ] INIT File
+---------------------------------------------------------------
+[ 2023-05-05T17:54:04+08:00 ] 127.0.0.1 POST hx.bansheng.com/api/tenim/getJoindGroupList
+[运行时间:0.526480s] [吞吐率:1.90req/s] [内存消耗:4,322.82kb] [文件加载:141]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000028s ]
+[ info ] [ CACHE ] INIT File
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @app_init [ RunTime:0.011727s ]
+[ info ] [ BEHAVIOR ] Run \addons\epay\Epay @app_init [ RunTime:0.000238s ]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000265s ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\thinkphp\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_dispatch [ RunTime:0.000645s ]
+[ info ] [ ROUTE ] array (
+  'type' => 'module',
+  'module' => 
+  array (
+    0 => 'api',
+    1 => 'tenim',
+    2 => 'getJoindGroupList',
+  ),
+)
+[ info ] [ HEADER ] array (
+  'content-length' => '196',
+  'content-type' => 'multipart/form-data; boundary=--------------------------007755379278740409333156',
+  'host' => 'hx.bansheng.com',
+  'connection' => 'keep-alive',
+  'accept-encoding' => 'gzip, deflate, br',
+  'accept' => '*/*',
+  'cache-control' => 'no-cache',
+  'user-agent' => 'PostmanRuntime-ApipostRuntime/1.1.0',
+)
+[ info ] [ PARAM ] array (
+  'token' => '64c53952-d9a0-448f-b68d-4c8536e3d187',
+)
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\public/../application/api\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @module_init [ RunTime:0.001858s ]
+[ info ] [ TOKEN ] INIT Mysql
+[ info ] [ DB ] INIT mysql
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @upload_config_init [ RunTime:0.000650s ]
+[ info ] [ RUN ] app\api\controller\Tenim->getJoindGroupList[ D:\phpstudy_pro\WWW\bansheng\application\api\controller\Tenim.php ]
+[ info ] [ LOG ] INIT File
+---------------------------------------------------------------
+[ 2023-05-05T17:54:43+08:00 ] 127.0.0.1 POST hx.bansheng.com/api/tenim/getJoindGroupList
+[运行时间:0.524351s] [吞吐率:1.91req/s] [内存消耗:4,403.27kb] [文件加载:146]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000035s ]
+[ info ] [ CACHE ] INIT File
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @app_init [ RunTime:0.011112s ]
+[ info ] [ BEHAVIOR ] Run \addons\epay\Epay @app_init [ RunTime:0.000202s ]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000225s ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\thinkphp\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_dispatch [ RunTime:0.000902s ]
+[ info ] [ ROUTE ] array (
+  'type' => 'module',
+  'module' => 
+  array (
+    0 => 'api',
+    1 => 'tenim',
+    2 => 'getJoindGroupList',
+  ),
+)
+[ info ] [ HEADER ] array (
+  'content-length' => '196',
+  'content-type' => 'multipart/form-data; boundary=--------------------------677380390248360707910994',
+  'host' => 'hx.bansheng.com',
+  'connection' => 'keep-alive',
+  'accept-encoding' => 'gzip, deflate, br',
+  'accept' => '*/*',
+  'cache-control' => 'no-cache',
+  'user-agent' => 'PostmanRuntime-ApipostRuntime/1.1.0',
+)
+[ info ] [ PARAM ] array (
+  'token' => '64c53952-d9a0-448f-b68d-4c8536e3d187',
+)
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\public/../application/api\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @module_init [ RunTime:0.004695s ]
+[ info ] [ TOKEN ] INIT Mysql
+[ info ] [ DB ] INIT mysql
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @upload_config_init [ RunTime:0.001546s ]
+[ info ] [ RUN ] app\api\controller\Tenim->getJoindGroupList[ D:\phpstudy_pro\WWW\bansheng\application\api\controller\Tenim.php ]
+[ info ] [ LOG ] INIT File
+[ error ] [0]variable type error: array[D:\phpstudy_pro\WWW\bansheng\thinkphp\library\think\Response.php:316]
+---------------------------------------------------------------
+[ 2023-05-05T17:54:57+08:00 ] 127.0.0.1 POST hx.bansheng.com/api/tenim/getJoindGroupList
+[运行时间:0.538777s] [吞吐率:1.86req/s] [内存消耗:4,403.27kb] [文件加载:146]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000025s ]
+[ info ] [ CACHE ] INIT File
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @app_init [ RunTime:0.004925s ]
+[ info ] [ BEHAVIOR ] Run \addons\epay\Epay @app_init [ RunTime:0.000228s ]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000255s ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\thinkphp\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_dispatch [ RunTime:0.000995s ]
+[ info ] [ ROUTE ] array (
+  'type' => 'module',
+  'module' => 
+  array (
+    0 => 'api',
+    1 => 'tenim',
+    2 => 'getJoindGroupList',
+  ),
+)
+[ info ] [ HEADER ] array (
+  'content-length' => '196',
+  'content-type' => 'multipart/form-data; boundary=--------------------------815014930618574450877676',
+  'host' => 'hx.bansheng.com',
+  'connection' => 'keep-alive',
+  'accept-encoding' => 'gzip, deflate, br',
+  'accept' => '*/*',
+  'cache-control' => 'no-cache',
+  'user-agent' => 'PostmanRuntime-ApipostRuntime/1.1.0',
+)
+[ info ] [ PARAM ] array (
+  'token' => '64c53952-d9a0-448f-b68d-4c8536e3d187',
+)
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\public/../application/api\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @module_init [ RunTime:0.002096s ]
+[ info ] [ TOKEN ] INIT Mysql
+[ info ] [ DB ] INIT mysql
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @upload_config_init [ RunTime:0.000875s ]
+[ info ] [ RUN ] app\api\controller\Tenim->getJoindGroupList[ D:\phpstudy_pro\WWW\bansheng\application\api\controller\Tenim.php ]
+[ info ] [ LOG ] INIT File
+[ error ] [0]variable type error: object[D:\phpstudy_pro\WWW\bansheng\thinkphp\library\think\Response.php:316]
+---------------------------------------------------------------
+[ 2023-05-05T17:55:11+08:00 ] 127.0.0.1 POST hx.bansheng.com/api/tenim/getJoindGroupList
+[运行时间:0.592157s] [吞吐率:1.69req/s] [内存消耗:4,322.76kb] [文件加载:141]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000024s ]
+[ info ] [ CACHE ] INIT File
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @app_init [ RunTime:0.006075s ]
+[ info ] [ BEHAVIOR ] Run \addons\epay\Epay @app_init [ RunTime:0.001497s ]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.001537s ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\thinkphp\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_dispatch [ RunTime:0.001444s ]
+[ info ] [ ROUTE ] array (
+  'type' => 'module',
+  'module' => 
+  array (
+    0 => 'api',
+    1 => 'tenim',
+    2 => 'getJoindGroupList',
+  ),
+)
+[ info ] [ HEADER ] array (
+  'content-length' => '196',
+  'content-type' => 'multipart/form-data; boundary=--------------------------719078936756994273367727',
+  'host' => 'hx.bansheng.com',
+  'connection' => 'keep-alive',
+  'accept-encoding' => 'gzip, deflate, br',
+  'accept' => '*/*',
+  'cache-control' => 'no-cache',
+  'user-agent' => 'PostmanRuntime-ApipostRuntime/1.1.0',
+)
+[ info ] [ PARAM ] array (
+  'token' => '64c53952-d9a0-448f-b68d-4c8536e3d187',
+)
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\public/../application/api\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @module_init [ RunTime:0.003267s ]
+[ info ] [ TOKEN ] INIT Mysql
+[ info ] [ DB ] INIT mysql
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @upload_config_init [ RunTime:0.000962s ]
+[ info ] [ RUN ] app\api\controller\Tenim->getJoindGroupList[ D:\phpstudy_pro\WWW\bansheng\application\api\controller\Tenim.php ]
+[ info ] [ LOG ] INIT File
+---------------------------------------------------------------
+[ 2023-05-05T17:55:50+08:00 ] 127.0.0.1 POST hx.bansheng.com/api/tenim/getJoindGroupList
+[运行时间:0.606407s] [吞吐率:1.65req/s] [内存消耗:4,321.11kb] [文件加载:141]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000023s ]
+[ info ] [ CACHE ] INIT File
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @app_init [ RunTime:0.012364s ]
+[ info ] [ BEHAVIOR ] Run \addons\epay\Epay @app_init [ RunTime:0.000215s ]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000239s ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\thinkphp\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_dispatch [ RunTime:0.001032s ]
+[ info ] [ ROUTE ] array (
+  'type' => 'module',
+  'module' => 
+  array (
+    0 => 'api',
+    1 => 'tenim',
+    2 => 'getJoindGroupList',
+  ),
+)
+[ info ] [ HEADER ] array (
+  'content-length' => '196',
+  'content-type' => 'multipart/form-data; boundary=--------------------------198609984023651244396010',
+  'host' => 'hx.bansheng.com',
+  'connection' => 'keep-alive',
+  'accept-encoding' => 'gzip, deflate, br',
+  'accept' => '*/*',
+  'cache-control' => 'no-cache',
+  'user-agent' => 'PostmanRuntime-ApipostRuntime/1.1.0',
+)
+[ info ] [ PARAM ] array (
+  'token' => '64c53952-d9a0-448f-b68d-4c8536e3d187',
+)
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\public/../application/api\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @module_init [ RunTime:0.004564s ]
+[ info ] [ TOKEN ] INIT Mysql
+[ info ] [ DB ] INIT mysql
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @upload_config_init [ RunTime:0.000916s ]
+[ info ] [ RUN ] app\api\controller\Tenim->getJoindGroupList[ D:\phpstudy_pro\WWW\bansheng\application\api\controller\Tenim.php ]
+[ info ] [ LOG ] INIT File
+---------------------------------------------------------------
+[ 2023-05-05T17:56:19+08:00 ] 127.0.0.1 POST hx.bansheng.com/api/tenim/getJoindGroupList
+[运行时间:0.542220s] [吞吐率:1.84req/s] [内存消耗:4,358.57kb] [文件加载:143]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000020s ]
+[ info ] [ CACHE ] INIT File
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @app_init [ RunTime:0.004248s ]
+[ info ] [ BEHAVIOR ] Run \addons\epay\Epay @app_init [ RunTime:0.000199s ]
+[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000220s ]
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\thinkphp\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_dispatch [ RunTime:0.005975s ]
+[ info ] [ ROUTE ] array (
+  'type' => 'module',
+  'module' => 
+  array (
+    0 => 'api',
+    1 => 'tenim',
+    2 => 'getJoindGroupList',
+  ),
+)
+[ info ] [ HEADER ] array (
+  'content-length' => '196',
+  'content-type' => 'multipart/form-data; boundary=--------------------------419498481960559437795314',
+  'host' => 'hx.bansheng.com',
+  'connection' => 'keep-alive',
+  'accept-encoding' => 'gzip, deflate, br',
+  'accept' => '*/*',
+  'cache-control' => 'no-cache',
+  'user-agent' => 'PostmanRuntime-ApipostRuntime/1.1.0',
+)
+[ info ] [ PARAM ] array (
+  'token' => '64c53952-d9a0-448f-b68d-4c8536e3d187',
+)
+[ info ] [ LANG ] D:\phpstudy_pro\WWW\bansheng\public/../application/api\lang\zh-cn.php
+[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @module_init [ RunTime:0.001658s ]
+[ info ] [ TOKEN ] INIT Mysql
+[ info ] [ DB ] INIT mysql
+[ info ] [ BEHAVIOR ] Run \addons\cos\Cos @upload_config_init [ RunTime:0.000847s ]
+[ info ] [ RUN ] app\api\controller\Tenim->getJoindGroupList[ D:\phpstudy_pro\WWW\bansheng\application\api\controller\Tenim.php ]
+[ info ] [ LOG ] INIT File