diff --git a/modules/api/models/LoginForm.php b/modules/api/models/LoginForm.php index 90b1a60..12ba4de 100644 --- a/modules/api/models/LoginForm.php +++ b/modules/api/models/LoginForm.php @@ -30,7 +30,7 @@ class LoginForm extends ApiModel [['username', 'password'], 'trim'], [['username', 'password'], 'string'], [['cx_mch_id', 'token_type'], 'integer'], - [['username', 'password', 'cx_mch_id', 'token_type'], 'required'], + [['username', 'password', 'token_type'], 'required'], ]; } diff --git a/modules/api/models/ReportForm.php b/modules/api/models/ReportForm.php index 13081d4..87faea8 100644 --- a/modules/api/models/ReportForm.php +++ b/modules/api/models/ReportForm.php @@ -87,15 +87,25 @@ class ReportForm extends ApiModel if (!empty($value['pdf_at'])) { $value['pdf_at_cn'] = date('Y-m-d H:i:s', $value['pdf_at']); } + + $value['pdf_path'] = SiteHelper::getFullUrl($value['pdf_path']); + $list[$key] = $value; } - $data = []; - $data['code'] = 0; - $data['msg'] = 'ok'; - $data['data'] = $list; - $data['count'] = $count; - return $data; + + $end_flag = $this->page > $pagination->pageCount ? true : false; + + return [ + 'code' => 0, + 'msg' => 'ok', + 'data' => $list, + 'count' => $count, + 'page_size' => $this->limit, + 'page_count' => $pagination->pageCount, + 'page_no' => $this->page, + 'end_flag' => $end_flag + ]; } diff --git a/modules/api/models/UserModifyForm.php b/modules/api/models/UserModifyForm.php index 85d35cc..5dca6a3 100644 --- a/modules/api/models/UserModifyForm.php +++ b/modules/api/models/UserModifyForm.php @@ -112,6 +112,7 @@ class UserModifyForm extends ApiModel $form->username = $username; $form->password = $password; + $form->token_type = 3; $data = $form->login(); diff --git a/runtime/debug/6538e75e2c801.data b/runtime/debug/6538e75e2c801.data deleted file mode 100644 index 7a1d706..0000000 --- a/runtime/debug/6538e75e2c801.data +++ /dev/null @@ -1,281 +0,0 @@ -a:14:{s:6:"config";s:1870:"a:5:{s:10:"phpVersion";s:5:"7.3.4";s:10:"yiiVersion";s:6:"2.0.46";s:11:"application";a:8:{s:3:"yii";s:6:"2.0.46";s:4:"name";s:14:"My Application";s:7:"version";s:3:"1.0";s:8:"language";s:5:"zh-CN";s:14:"sourceLanguage";s:5:"en-US";s:7:"charset";s:5:"UTF-8";s:3:"env";s:3:"dev";s:5:"debug";b:1;}s:3:"php";a:5:{s:7:"version";s:5:"7.3.4";s:6:"xdebug";b:0;s:3:"apc";b:0;s:8:"memcache";b:0;s:9:"memcached";b:0;}s:10:"extensions";a:7:{s:18:"yiisoft/yii2-faker";a:3:{s:4:"name";s:18:"yiisoft/yii2-faker";s:7:"version";s:7:"2.0.5.0";s:5:"alias";a:1:{s:10:"@yii/faker";s:56:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-faker/src";}}s:24:"yiisoft/yii2-swiftmailer";a:3:{s:4:"name";s:24:"yiisoft/yii2-swiftmailer";s:7:"version";s:7:"2.1.3.0";s:5:"alias";a:1:{s:16:"@yii/swiftmailer";s:62:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-swiftmailer/src";}}s:22:"yiisoft/yii2-bootstrap";a:3:{s:4:"name";s:22:"yiisoft/yii2-bootstrap";s:7:"version";s:8:"2.0.11.0";s:5:"alias";a:1:{s:14:"@yii/bootstrap";s:60:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-bootstrap/src";}}s:16:"yiisoft/yii2-gii";a:3:{s:4:"name";s:16:"yiisoft/yii2-gii";s:7:"version";s:7:"2.1.4.0";s:5:"alias";a:1:{s:8:"@yii/gii";s:54:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-gii/src";}}s:18:"yiisoft/yii2-redis";a:3:{s:4:"name";s:18:"yiisoft/yii2-redis";s:7:"version";s:8:"2.0.18.0";s:5:"alias";a:1:{s:10:"@yii/redis";s:56:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-redis/src";}}s:18:"yiisoft/yii2-debug";a:3:{s:4:"name";s:18:"yiisoft/yii2-debug";s:7:"version";s:8:"2.1.21.0";s:5:"alias";a:1:{s:10:"@yii/debug";s:56:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-debug/src";}}s:24:"jianyan74/yii2-websocket";a:3:{s:4:"name";s:24:"jianyan74/yii2-websocket";s:7:"version";s:7:"1.1.1.0";s:5:"alias";a:1:{s:18:"@jianyan/websocket";s:62:"D:\phpstudy_pro\WWW\cxfoot\vendor/jianyan74/yii2-websocket/src";}}}}";s:3:"log";s:17966:"a:1:{s:8:"messages";a:34:{i:0;a:6:{i:0;s:33:"Bootstrap with yii\log\Dispatcher";i:1;i:8;i:2;s:31:"yii\base\Application::bootstrap";i:3;d:1698228062.156087;i:4;a:0:{}i:5;i:2497176;}i:1;a:6:{i:0;s:21:"Loading module: debug";i:1;i:8;i:2;s:26:"yii\base\Module::getModule";i:3;d:1698228062.156106;i:4;a:0:{}i:5;i:2498352;}i:2;a:6:{i:0;s:44:"Bootstrap with yii\debug\Module::bootstrap()";i:1;i:8;i:2;s:31:"yii\base\Application::bootstrap";i:3;d:1698228062.181575;i:4;a:0:{}i:5;i:4073584;}i:3;a:6:{i:0;s:61:"Opening redis DB connection: tcp://127.0.0.1:6379, database=0";i:1;i:8;i:2;s:26:"yii\redis\Connection::open";i:3;d:1698228062.184463;i:4;a:0:{}i:5;i:4290032;}i:4;a:6:{i:0;s:31:"Executing Redis Command: SELECT";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698228062.184884;i:4;a:0:{}i:5;i:4292240;}i:5;a:6:{i:0;s:28:"Executing Redis Command: GET";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698228062.185134;i:4;a:0:{}i:5;i:4300424;}i:6;a:6:{i:0;s:28:"Executing Redis Command: GET";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698228062.186587;i:4;a:0:{}i:5;i:4372704;}i:7;a:6:{i:0;s:19:"Loading module: gii";i:1;i:8;i:2;s:26:"yii\base\Module::getModule";i:3;d:1698228062.186771;i:4;a:0:{}i:5;i:4373048;}i:8;a:6:{i:0;s:42:"Bootstrap with yii\gii\Module::bootstrap()";i:1;i:8;i:2;s:31:"yii\base\Application::bootstrap";i:3;d:1698228062.187319;i:4;a:0:{}i:5;i:4397072;}i:9;a:6:{i:0;s:28:"Executing Redis Command: GET";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698228062.187353;i:4;a:0:{}i:5;i:4403464;}i:18;a:6:{i:0;s:39:"Route requested: 'api/user/modify-user'";i:1;i:8;i:2;s:34:"yii\web\Application::handleRequest";i:3;d:1698228062.189673;i:4;a:0:{}i:5;i:4628712;}i:19;a:6:{i:0;s:19:"Loading module: api";i:1;i:8;i:2;s:26:"yii\base\Module::getModule";i:3;d:1698228062.189683;i:4;a:0:{}i:5;i:4630344;}i:20;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_wechat_app`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698228062.214503;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6052848;}i:21;a:6:{i:0;s:57:"Opening DB connection: mysql:host=127.0.0.1;dbname=cxfoot";i:1;i:4;i:2;s:23:"yii\db\Connection::open";i:3;d:1698228062.214559;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6055280;}i:26;a:6:{i:0;s:782:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_wechat_app' AND `kcu`.`TABLE_NAME` = 'cx_wechat_app'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698228062.241412;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6141592;}i:29;a:6:{i:0;s:71:"SELECT * FROM `cx_wechat_app` WHERE (`cx_mch_id`=0) AND (`is_delete`=0)";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698228062.247239;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6478160;}i:32;a:6:{i:0;s:34:"Route to run: api/user/modify-user";i:1;i:8;i:2;s:30:"yii\base\Controller::runAction";i:3;d:1698228062.256186;i:4;a:0:{}i:5;i:6707144;}i:33;a:6:{i:0;s:119:"SELECT * FROM `cx_user_token` WHERE ((`is_delete`=0) AND (`token`='SF5fP6gUUrct1a') AND (`cx_mch_id`=0)) AND (`type`=3)";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698228062.262873;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6983816;}i:36;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_user_token`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698228062.268607;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6992072;}i:39;a:6:{i:0;s:782:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_user_token' AND `kcu`.`TABLE_NAME` = 'cx_user_token'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698228062.269691;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7005920;}i:42;a:6:{i:0;s:32:"SHOW FULL COLUMNS FROM `cx_user`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698228062.270414;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7009800;}i:45;a:6:{i:0;s:770:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_user' AND `kcu`.`TABLE_NAME` = 'cx_user'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698228062.271918;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7031888;}i:48;a:6:{i:0;s:78:"SELECT * FROM `cx_user` WHERE (`id`='65') AND (`is_delete`=0) AND (`status`=0)";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698228062.272627;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7039872;}i:51;a:6:{i:0;s:56:"User '65' logged in from 127.0.0.1. Session not enabled.";i:1;i:4;i:2;s:19:"yii\web\User::login";i:3;d:1698228062.278784;i:4;a:2:{i:0;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7279800;}i:52;a:6:{i:0;s:28:"Executing Redis Command: GET";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698228062.279975;i:4;a:2:{i:0;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:56;s:8:"function";s:6:"__call";s:5:"class";s:20:"yii\redis\Connection";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7366144;}i:53;a:6:{i:0;s:78:"Running action: app\modules\api\controllers\UserController::actionModifyUser()";i:1;i:8;i:2;s:36:"yii\base\InlineAction::runWithParams";i:3;d:1698228062.280259;i:4;a:0:{}i:5;i:7362224;}i:54;a:6:{i:0;s:39:"SELECT * FROM `cx_user` WHERE `id`='65'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698228062.283085;i:4;a:2:{i:0;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:69;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:55;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7445472;}i:57;a:6:{i:0;s:17:"Begin transaction";i:1;i:8;i:2;s:25:"yii\db\Transaction::begin";i:3;d:1698228062.284347;i:4;a:2:{i:0;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:77;s:8:"function";s:16:"beginTransaction";s:5:"class";s:17:"yii\db\Connection";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:55;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7471848;}i:58;a:6:{i:0;s:81:"SELECT `cx_user`.`id` FROM `cx_user` WHERE `cx_user`.`username`='Umcvqe1' LIMIT 2";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698228062.28805;i:4;a:2:{i:0;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:84;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:55;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7613128;}i:61;a:6:{i:0;s:42:"Model not updated due to validation error.";i:1;i:4;i:2;s:27:"yii\db\ActiveRecord::update";i:3;d:1698228062.288491;i:4;a:2:{i:0;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:84;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:55;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7603488;}i:62;a:6:{i:0;s:21:"Roll back transaction";i:1;i:8;i:2;s:28:"yii\db\Transaction::rollBack";i:3;d:1698228062.288506;i:4;a:2:{i:0;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:85;s:8:"function";s:8:"rollBack";s:5:"class";s:18:"yii\db\Transaction";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:55;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7604616;}i:63;a:6:{i:0;s:35:"SHOW FULL COLUMNS FROM `cx_api_log`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698228062.289277;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7643056;}i:66;a:6:{i:0;s:776:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_api_log' AND `kcu`.`TABLE_NAME` = 'cx_api_log'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698228062.29061;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7667600;}i:69;a:6:{i:0;s:653:"INSERT INTO `cx_api_log` (`cx_mch_id`, `user_id`, `route`, `module_id`, `controller_id`, `action_id`, `url`, `method`, `method_param`, `ipv4`, `is_pass`, `request_date`, `request_time`, `response_time`, `process_consume_time`, `is_delete`, `created_at`) VALUES (0, '65', 'api/user/modify-user', 'api', 'user', 'modify-user', '/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124', 'POST', '{\"real_name\":\"张三\",\"gender\":\"1\",\"is_view\":\"42.5\",\"mobile_phone\":\"18111111112\"}', '127.0.0.1', 1, '2023-10-25', 1698228062195, 1698228062292, 97, 0, 1698228062)";i:1;i:4;i:2;s:23:"yii\db\Command::execute";i:3;d:1698228062.293758;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:125;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7805440;}}}";s:9:"profiling";s:25892:"a:3:{s:6:"memory";i:8471560;s:4:"time";d:0.18553614616394043;s:8:"messages";a:30:{i:22;a:6:{i:0;s:57:"Opening DB connection: mysql:host=127.0.0.1;dbname=cxfoot";i:1;i:80;i:2;s:23:"yii\db\Connection::open";i:3;d:1698228062.214577;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6056408;}i:23;a:6:{i:0;s:57:"Opening DB connection: mysql:host=127.0.0.1;dbname=cxfoot";i:1;i:96;i:2;s:23:"yii\db\Connection::open";i:3;d:1698228062.238797;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6105568;}i:24;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_wechat_app`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698228062.238842;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6105808;}i:25;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_wechat_app`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698228062.239848;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6121640;}i:27;a:6:{i:0;s:782:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_wechat_app' AND `kcu`.`TABLE_NAME` = 'cx_wechat_app'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698228062.241468;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6144456;}i:28;a:6:{i:0;s:782:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_wechat_app' AND `kcu`.`TABLE_NAME` = 'cx_wechat_app'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698228062.242316;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6146840;}i:30;a:6:{i:0;s:71:"SELECT * FROM `cx_wechat_app` WHERE (`cx_mch_id`=0) AND (`is_delete`=0)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698228062.247278;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6479408;}i:31;a:6:{i:0;s:71:"SELECT * FROM `cx_wechat_app` WHERE (`cx_mch_id`=0) AND (`is_delete`=0)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698228062.247908;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6486080;}i:34;a:6:{i:0;s:119:"SELECT * FROM `cx_user_token` WHERE ((`is_delete`=0) AND (`token`='SF5fP6gUUrct1a') AND (`cx_mch_id`=0)) AND (`type`=3)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698228062.262913;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6985384;}i:35;a:6:{i:0;s:119:"SELECT * FROM `cx_user_token` WHERE ((`is_delete`=0) AND (`token`='SF5fP6gUUrct1a') AND (`cx_mch_id`=0)) AND (`type`=3)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698228062.268503;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6989072;}i:37;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_user_token`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698228062.268634;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6994192;}i:38;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_user_token`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698228062.269391;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7006456;}i:40;a:6:{i:0;s:782:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_user_token' AND `kcu`.`TABLE_NAME` = 'cx_user_token'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698228062.269719;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7009536;}i:41;a:6:{i:0;s:782:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_user_token' AND `kcu`.`TABLE_NAME` = 'cx_user_token'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698228062.270221;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7012672;}i:43;a:6:{i:0;s:32:"SHOW FULL COLUMNS FROM `cx_user`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698228062.270442;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7011920;}i:44;a:6:{i:0;s:32:"SHOW FULL COLUMNS FROM `cx_user`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698228062.271334;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7042040;}i:46;a:6:{i:0;s:770:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_user' AND `kcu`.`TABLE_NAME` = 'cx_user'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698228062.271945;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7035504;}i:47;a:6:{i:0;s:770:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_user' AND `kcu`.`TABLE_NAME` = 'cx_user'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698228062.272384;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7038640;}i:49;a:6:{i:0;s:78:"SELECT * FROM `cx_user` WHERE (`id`='65') AND (`is_delete`=0) AND (`status`=0)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698228062.272651;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7041624;}i:50;a:6:{i:0;s:78:"SELECT * FROM `cx_user` WHERE (`id`='65') AND (`is_delete`=0) AND (`status`=0)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698228062.272974;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7048064;}i:55;a:6:{i:0;s:39:"SELECT * FROM `cx_user` WHERE `id`='65'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698228062.283114;i:4;a:2:{i:0;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:69;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:55;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7447272;}i:56;a:6:{i:0;s:39:"SELECT * FROM `cx_user` WHERE `id`='65'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698228062.283541;i:4;a:2:{i:0;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:69;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:55;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7453016;}i:59;a:6:{i:0;s:81:"SELECT `cx_user`.`id` FROM `cx_user` WHERE `cx_user`.`username`='Umcvqe1' LIMIT 2";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698228062.288083;i:4;a:2:{i:0;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:84;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:55;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7615016;}i:60;a:6:{i:0;s:81:"SELECT `cx_user`.`id` FROM `cx_user` WHERE `cx_user`.`username`='Umcvqe1' LIMIT 2";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698228062.288416;i:4;a:2:{i:0;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:84;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:55;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7617464;}i:64;a:6:{i:0;s:35:"SHOW FULL COLUMNS FROM `cx_api_log`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698228062.289302;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7645176;}i:65;a:6:{i:0;s:35:"SHOW FULL COLUMNS FROM `cx_api_log`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698228062.290173;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7673768;}i:67;a:6:{i:0;s:776:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_api_log' AND `kcu`.`TABLE_NAME` = 'cx_api_log'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698228062.290635;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7671216;}i:68;a:6:{i:0;s:776:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_api_log' AND `kcu`.`TABLE_NAME` = 'cx_api_log'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698228062.291362;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7674352;}i:70;a:6:{i:0;s:653:"INSERT INTO `cx_api_log` (`cx_mch_id`, `user_id`, `route`, `module_id`, `controller_id`, `action_id`, `url`, `method`, `method_param`, `ipv4`, `is_pass`, `request_date`, `request_time`, `response_time`, `process_consume_time`, `is_delete`, `created_at`) VALUES (0, '65', 'api/user/modify-user', 'api', 'user', 'modify-user', '/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124', 'POST', '{\"real_name\":\"张三\",\"gender\":\"1\",\"is_view\":\"42.5\",\"mobile_phone\":\"18111111112\"}', '127.0.0.1', 1, '2023-10-25', 1698228062195, 1698228062292, 97, 0, 1698228062)";i:1;i:80;i:2;s:23:"yii\db\Command::execute";i:3;d:1698228062.2938;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:125;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7803800;}i:71;a:6:{i:0;s:653:"INSERT INTO `cx_api_log` (`cx_mch_id`, `user_id`, `route`, `module_id`, `controller_id`, `action_id`, `url`, `method`, `method_param`, `ipv4`, `is_pass`, `request_date`, `request_time`, `response_time`, `process_consume_time`, `is_delete`, `created_at`) VALUES (0, '65', 'api/user/modify-user', 'api', 'user', 'modify-user', '/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124', 'POST', '{\"real_name\":\"张三\",\"gender\":\"1\",\"is_view\":\"42.5\",\"mobile_phone\":\"18111111112\"}', '127.0.0.1', 1, '2023-10-25', 1698228062195, 1698228062292, 97, 0, 1698228062)";i:1;i:96;i:2;s:23:"yii\db\Command::execute";i:3;d:1698228062.317544;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:125;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7806456;}}}";s:2:"db";s:25088:"a:1:{s:8:"messages";a:28:{i:24;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_wechat_app`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698228062.238842;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6105808;}i:25;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_wechat_app`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698228062.239848;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6121640;}i:27;a:6:{i:0;s:782:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_wechat_app' AND `kcu`.`TABLE_NAME` = 'cx_wechat_app'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698228062.241468;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6144456;}i:28;a:6:{i:0;s:782:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_wechat_app' AND `kcu`.`TABLE_NAME` = 'cx_wechat_app'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698228062.242316;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6146840;}i:30;a:6:{i:0;s:71:"SELECT * FROM `cx_wechat_app` WHERE (`cx_mch_id`=0) AND (`is_delete`=0)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698228062.247278;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6479408;}i:31;a:6:{i:0;s:71:"SELECT * FROM `cx_wechat_app` WHERE (`cx_mch_id`=0) AND (`is_delete`=0)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698228062.247908;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6486080;}i:34;a:6:{i:0;s:119:"SELECT * FROM `cx_user_token` WHERE ((`is_delete`=0) AND (`token`='SF5fP6gUUrct1a') AND (`cx_mch_id`=0)) AND (`type`=3)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698228062.262913;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6985384;}i:35;a:6:{i:0;s:119:"SELECT * FROM `cx_user_token` WHERE ((`is_delete`=0) AND (`token`='SF5fP6gUUrct1a') AND (`cx_mch_id`=0)) AND (`type`=3)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698228062.268503;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6989072;}i:37;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_user_token`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698228062.268634;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6994192;}i:38;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_user_token`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698228062.269391;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7006456;}i:40;a:6:{i:0;s:782:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_user_token' AND `kcu`.`TABLE_NAME` = 'cx_user_token'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698228062.269719;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7009536;}i:41;a:6:{i:0;s:782:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_user_token' AND `kcu`.`TABLE_NAME` = 'cx_user_token'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698228062.270221;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7012672;}i:43;a:6:{i:0;s:32:"SHOW FULL COLUMNS FROM `cx_user`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698228062.270442;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7011920;}i:44;a:6:{i:0;s:32:"SHOW FULL COLUMNS FROM `cx_user`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698228062.271334;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7042040;}i:46;a:6:{i:0;s:770:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_user' AND `kcu`.`TABLE_NAME` = 'cx_user'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698228062.271945;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7035504;}i:47;a:6:{i:0;s:770:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_user' AND `kcu`.`TABLE_NAME` = 'cx_user'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698228062.272384;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7038640;}i:49;a:6:{i:0;s:78:"SELECT * FROM `cx_user` WHERE (`id`='65') AND (`is_delete`=0) AND (`status`=0)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698228062.272651;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7041624;}i:50;a:6:{i:0;s:78:"SELECT * FROM `cx_user` WHERE (`id`='65') AND (`is_delete`=0) AND (`status`=0)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698228062.272974;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7048064;}i:55;a:6:{i:0;s:39:"SELECT * FROM `cx_user` WHERE `id`='65'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698228062.283114;i:4;a:2:{i:0;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:69;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:55;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7447272;}i:56;a:6:{i:0;s:39:"SELECT * FROM `cx_user` WHERE `id`='65'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698228062.283541;i:4;a:2:{i:0;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:69;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:55;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7453016;}i:59;a:6:{i:0;s:81:"SELECT `cx_user`.`id` FROM `cx_user` WHERE `cx_user`.`username`='Umcvqe1' LIMIT 2";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698228062.288083;i:4;a:2:{i:0;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:84;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:55;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7615016;}i:60;a:6:{i:0;s:81:"SELECT `cx_user`.`id` FROM `cx_user` WHERE `cx_user`.`username`='Umcvqe1' LIMIT 2";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698228062.288416;i:4;a:2:{i:0;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:84;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:55;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7617464;}i:64;a:6:{i:0;s:35:"SHOW FULL COLUMNS FROM `cx_api_log`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698228062.289302;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7645176;}i:65;a:6:{i:0;s:35:"SHOW FULL COLUMNS FROM `cx_api_log`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698228062.290173;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7673768;}i:67;a:6:{i:0;s:776:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_api_log' AND `kcu`.`TABLE_NAME` = 'cx_api_log'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698228062.290635;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7671216;}i:68;a:6:{i:0;s:776:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_api_log' AND `kcu`.`TABLE_NAME` = 'cx_api_log'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698228062.291362;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7674352;}i:70;a:6:{i:0;s:653:"INSERT INTO `cx_api_log` (`cx_mch_id`, `user_id`, `route`, `module_id`, `controller_id`, `action_id`, `url`, `method`, `method_param`, `ipv4`, `is_pass`, `request_date`, `request_time`, `response_time`, `process_consume_time`, `is_delete`, `created_at`) VALUES (0, '65', 'api/user/modify-user', 'api', 'user', 'modify-user', '/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124', 'POST', '{\"real_name\":\"张三\",\"gender\":\"1\",\"is_view\":\"42.5\",\"mobile_phone\":\"18111111112\"}', '127.0.0.1', 1, '2023-10-25', 1698228062195, 1698228062292, 97, 0, 1698228062)";i:1;i:80;i:2;s:23:"yii\db\Command::execute";i:3;d:1698228062.2938;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:125;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7803800;}i:71;a:6:{i:0;s:653:"INSERT INTO `cx_api_log` (`cx_mch_id`, `user_id`, `route`, `module_id`, `controller_id`, `action_id`, `url`, `method`, `method_param`, `ipv4`, `is_pass`, `request_date`, `request_time`, `response_time`, `process_consume_time`, `is_delete`, `created_at`) VALUES (0, '65', 'api/user/modify-user', 'api', 'user', 'modify-user', '/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124', 'POST', '{\"real_name\":\"张三\",\"gender\":\"1\",\"is_view\":\"42.5\",\"mobile_phone\":\"18111111112\"}', '127.0.0.1', 1, '2023-10-25', 1698228062195, 1698228062292, 97, 0, 1698228062)";i:1;i:96;i:2;s:23:"yii\db\Command::execute";i:3;d:1698228062.317544;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:125;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7806456;}}}";s:5:"event";s:7044:"a:40:{i:0;a:5:{s:4:"time";d:1698228062.185121;s:4:"name";s:9:"afterOpen";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:20:"yii\redis\Connection";}i:1;a:5:{s:4:"time";d:1698228062.189058;s:4:"name";s:13:"beforeRequest";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:19:"yii\web\Application";}i:2;a:5:{s:4:"time";d:1698228062.206408;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:3;a:5:{s:4:"time";d:1698228062.238786;s:4:"name";s:9:"afterOpen";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:17:"yii\db\Connection";}i:4;a:5:{s:4:"time";d:1698228062.247961;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:27:"app\models\wechat\WechatApp";}i:5;a:5:{s:4:"time";d:1698228062.248025;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:27:"app\models\wechat\WechatApp";}i:6;a:5:{s:4:"time";d:1698228062.256551;s:4:"name";s:12:"beforeAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:19:"yii\web\Application";}i:7;a:5:{s:4:"time";d:1698228062.256567;s:4:"name";s:12:"beforeAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:22:"app\modules\api\Module";}i:8;a:5:{s:4:"time";d:1698228062.2613;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:9;a:5:{s:4:"time";d:1698228062.268552;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:20:"app\models\UserToken";}i:10;a:5:{s:4:"time";d:1698228062.270313;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:20:"app\models\UserToken";}i:11;a:5:{s:4:"time";d:1698228062.270351;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:12;a:5:{s:4:"time";d:1698228062.273012;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:15:"app\models\User";}i:13;a:5:{s:4:"time";d:1698228062.273078;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:15:"app\models\User";}i:14;a:5:{s:4:"time";d:1698228062.273502;s:4:"name";s:11:"beforeLogin";s:5:"class";s:17:"yii\web\UserEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:12:"yii\web\User";}i:15;a:5:{s:4:"time";d:1698228062.278823;s:4:"name";s:10:"afterLogin";s:5:"class";s:17:"yii\web\UserEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:12:"yii\web\User";}i:16;a:5:{s:4:"time";d:1698228062.280239;s:4:"name";s:12:"beforeAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:42:"app\modules\api\controllers\UserController";}i:17;a:5:{s:4:"time";d:1698228062.282652;s:4:"name";s:14:"beforeValidate";s:5:"class";s:19:"yii\base\ModelEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:37:"app\modules\api\models\UserModifyForm";}i:18;a:5:{s:4:"time";d:1698228062.282838;s:4:"name";s:13:"afterValidate";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:37:"app\modules\api\models\UserModifyForm";}i:19;a:5:{s:4:"time";d:1698228062.282873;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:20;a:5:{s:4:"time";d:1698228062.283577;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:15:"app\models\User";}i:21;a:5:{s:4:"time";d:1698228062.283646;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:15:"app\models\User";}i:22;a:5:{s:4:"time";d:1698228062.284373;s:4:"name";s:16:"beginTransaction";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:17:"yii\db\Connection";}i:23;a:5:{s:4:"time";d:1698228062.284525;s:4:"name";s:14:"beforeValidate";s:5:"class";s:19:"yii\base\ModelEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:15:"app\models\User";}i:24;a:5:{s:4:"time";d:1698228062.287836;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:25;a:5:{s:4:"time";d:1698228062.287923;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:26;a:5:{s:4:"time";d:1698228062.288482;s:4:"name";s:13:"afterValidate";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:15:"app\models\User";}i:27;a:5:{s:4:"time";d:1698228062.288667;s:4:"name";s:19:"rollbackTransaction";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:17:"yii\db\Connection";}i:28;a:5:{s:4:"time";d:1698228062.28923;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"app\models\log\ApiLog";}i:29;a:5:{s:4:"time";d:1698228062.292355;s:4:"name";s:14:"beforeValidate";s:5:"class";s:19:"yii\base\ModelEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"app\models\log\ApiLog";}i:30;a:5:{s:4:"time";d:1698228062.292769;s:4:"name";s:13:"afterValidate";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"app\models\log\ApiLog";}i:31;a:5:{s:4:"time";d:1698228062.292788;s:4:"name";s:12:"beforeInsert";s:5:"class";s:19:"yii\base\ModelEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"app\models\log\ApiLog";}i:32;a:5:{s:4:"time";d:1698228062.318111;s:4:"name";s:11:"afterInsert";s:5:"class";s:21:"yii\db\AfterSaveEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"app\models\log\ApiLog";}i:33;a:5:{s:4:"time";d:1698228062.318157;s:4:"name";s:11:"afterAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:42:"app\modules\api\controllers\UserController";}i:34;a:5:{s:4:"time";d:1698228062.318171;s:4:"name";s:11:"afterAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:22:"app\modules\api\Module";}i:35;a:5:{s:4:"time";d:1698228062.31818;s:4:"name";s:11:"afterAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:19:"yii\web\Application";}i:36;a:5:{s:4:"time";d:1698228062.318194;s:4:"name";s:12:"afterRequest";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:19:"yii\web\Application";}i:37;a:5:{s:4:"time";d:1698228062.318205;s:4:"name";s:10:"beforeSend";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:16:"yii\web\Response";}i:38;a:5:{s:4:"time";d:1698228062.320865;s:4:"name";s:12:"afterPrepare";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:16:"yii\web\Response";}i:39;a:5:{s:4:"time";d:1698228062.32094;s:4:"name";s:9:"afterSend";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:16:"yii\web\Response";}}";s:4:"mail";s:6:"a:0:{}";s:8:"timeline";s:91:"a:3:{s:5:"start";d:1698228062.137795;s:3:"end";d:1698228062.323653;s:6:"memory";i:8471560;}";s:4:"dump";s:6:"a:0:{}";s:6:"router";s:1691:"a:3:{s:8:"messages";a:8:{i:10;a:6:{i:0;a:3:{s:4:"rule";s:3:"gii";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698228062.1896;i:4;a:0:{}i:5;i:4623120;}i:11;a:6:{i:0;a:3:{s:4:"rule";s:12:"gii/";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698228062.189615;i:4;a:0:{}i:5;i:4623872;}i:12;a:6:{i:0;a:3:{s:4:"rule";s:41:"gii//";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698228062.189624;i:4;a:0:{}i:5;i:4624624;}i:13;a:6:{i:0;a:3:{s:4:"rule";s:5:"debug";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698228062.189632;i:4;a:0:{}i:5;i:4625376;}i:14;a:6:{i:0;a:3:{s:4:"rule";s:43:"debug//";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698228062.18964;i:4;a:0:{}i:5;i:4626128;}i:15;a:6:{i:0;a:3:{s:4:"rule";s:38:"//";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698228062.189648;i:4;a:0:{}i:5;i:4626880;}i:16;a:6:{i:0;a:3:{s:4:"rule";s:29:"/";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698228062.189657;i:4;a:0:{}i:5;i:4627632;}i:17;a:6:{i:0;s:55:"No matching URL rules. Using default URL parsing logic.";i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698228062.189662;i:4;a:0:{}i:5;i:4628648;}}s:5:"route";s:20:"api/user/modify-user";s:6:"action";s:62:"app\modules\api\controllers\UserController::actionModifyUser()";}";s:7:"request";s:5296:"a:15:{s:7:"flashes";a:0:{}s:10:"statusCode";i:200;s:14:"requestHeaders";a:9:{s:14:"content-length";s:3:"508";s:12:"content-type";s:80:"multipart/form-data; boundary=--------------------------098776504860922866574739";s:4:"host";s:10:"cxfoot.com";s:6:"cookie";s:148:"_csrf=891c8d08cbd16ee2fd1014715d9a52f1b2bf0c794b76a9c537052b44d6939a20a:2:%7Bi:0;s:5:%22_csrf%22;i:1;s:32:%22bBb6fqMWiXMSjtWGxtQbBweH6ofUMKZZ%22;%7D";s:10:"connection";s:5:"close";s:15:"accept-encoding";s:17:"gzip, deflate, br";s:6:"accept";s:3:"*/*";s:13:"cache-control";s:8:"no-cache";s:10:"user-agent";s:35:"PostmanRuntime-ApipostRuntime/1.1.0";}s:15:"responseHeaders";a:6:{s:12:"X-Powered-By";s:9:"PHP/7.3.4";s:12:"Content-Type";s:31:"application/json; charset=UTF-8";s:11:"X-Debug-Tag";s:13:"6538e75e2c801";s:16:"X-Debug-Duration";s:3:"184";s:12:"X-Debug-Link";s:37:"/debug/default/view?tag=6538e75e2c801";s:10:"Set-Cookie";s:204:"_csrf=ee6c66b71e5876613f4f83144cc34bfaa97c4f00e1855a1f4b85c7bb9a48d580a%3A2%3A%7Bi%3A0%3Bs%3A5%3A%22_csrf%22%3Bi%3A1%3Bs%3A32%3A%2292qszVnXAGGVUvdILXfseL9Mvw4PxSAY%22%3B%7D; path=/; HttpOnly; SameSite=Lax";}s:5:"route";s:20:"api/user/modify-user";s:6:"action";s:62:"app\modules\api\controllers\UserController::actionModifyUser()";s:12:"actionParams";a:0:{}s:7:"general";a:5:{s:6:"method";s:4:"POST";s:6:"isAjax";b:0;s:6:"isPjax";b:0;s:7:"isFlash";b:0;s:18:"isSecureConnection";b:0;}s:11:"requestBody";a:0:{}s:6:"SERVER";a:43:{s:4:"PATH";s:954:"C:\imagemagick;C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\intel64_win\compiler;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;E:\anzhuang\QTSystem\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;D:\Git\cmd;D:\svn\bin;C:\Users\Administrator\AppData\Local\Programs\Python\Python311;C:\Users\Administrator\AppData\Local\Programs\Python\Python311\Scripts;D:\Xftp 7\;D:\微信web开发者工具\dll;C:\Users\Administrator\AppData\Local\Microsoft\WindowsApps;;D:\PhpStorm 2021.2.1\bin;;D:\Microsoft VS Code\bin;D:\phpstudy_pro\Extensions\php\php7.4.3nts;C:\Users\Administrator\AppData\Local\ComposerSetup\bin;C:\Users\Administrator\AppData\Roaming\Composer\vendor\bin";s:10:"SYSTEMROOT";s:10:"C:\WINDOWS";s:7:"COMSPEC";s:27:"C:\WINDOWS\system32\cmd.exe";s:7:"PATHEXT";s:53:".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC";s:6:"WINDIR";s:10:"C:\WINDOWS";s:5:"PHPRC";s:42:"D:/phpstudy_pro/Extensions/php/php7.3.4nts";s:21:"_FCGI_SHUTDOWN_EVENT_";s:4:"9080";s:11:"SCRIPT_NAME";s:10:"/index.php";s:11:"REQUEST_URI";s:137:"/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:12:"QUERY_STRING";s:115:"access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:14:"REQUEST_METHOD";s:4:"POST";s:15:"SERVER_PROTOCOL";s:8:"HTTP/1.1";s:17:"GATEWAY_INTERFACE";s:7:"CGI/1.1";s:21:"REDIRECT_QUERY_STRING";s:115:"access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:12:"REDIRECT_URL";s:21:"/api/user/modify-user";s:11:"REMOTE_PORT";s:5:"58229";s:15:"SCRIPT_FILENAME";s:40:"D:/phpstudy_pro/WWW/cxfoot/web/index.php";s:12:"SERVER_ADMIN";s:17:"admin@example.com";s:21:"CONTEXT_DOCUMENT_ROOT";s:30:"D:/phpstudy_pro/WWW/cxfoot/web";s:14:"CONTEXT_PREFIX";s:0:"";s:14:"REQUEST_SCHEME";s:4:"http";s:13:"DOCUMENT_ROOT";s:30:"D:/phpstudy_pro/WWW/cxfoot/web";s:11:"REMOTE_ADDR";s:9:"127.0.0.1";s:11:"SERVER_PORT";s:2:"80";s:11:"SERVER_ADDR";s:9:"127.0.0.1";s:11:"SERVER_NAME";s:10:"cxfoot.com";s:15:"SERVER_SOFTWARE";s:73:"Apache/2.4.39 (Win64) OpenSSL/1.1.1b mod_fcgid/2.3.9a mod_log_rotate/1.02";s:16:"SERVER_SIGNATURE";s:0:"";s:10:"SystemRoot";s:10:"C:\WINDOWS";s:14:"CONTENT_LENGTH";s:3:"508";s:12:"CONTENT_TYPE";s:80:"multipart/form-data; boundary=--------------------------098776504860922866574739";s:9:"HTTP_HOST";s:10:"cxfoot.com";s:11:"HTTP_COOKIE";s:148:"_csrf=891c8d08cbd16ee2fd1014715d9a52f1b2bf0c794b76a9c537052b44d6939a20a:2:%7Bi:0;s:5:%22_csrf%22;i:1;s:32:%22bBb6fqMWiXMSjtWGxtQbBweH6ofUMKZZ%22;%7D";s:15:"HTTP_CONNECTION";s:5:"close";s:20:"HTTP_ACCEPT_ENCODING";s:17:"gzip, deflate, br";s:11:"HTTP_ACCEPT";s:3:"*/*";s:18:"HTTP_CACHE_CONTROL";s:8:"no-cache";s:15:"HTTP_USER_AGENT";s:35:"PostmanRuntime-ApipostRuntime/1.1.0";s:15:"REDIRECT_STATUS";s:3:"200";s:9:"FCGI_ROLE";s:9:"RESPONDER";s:8:"PHP_SELF";s:10:"/index.php";s:18:"REQUEST_TIME_FLOAT";d:1698228062.122015;s:12:"REQUEST_TIME";i:1698228062;}s:3:"GET";a:2:{s:12:"access_token";s:60:"bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0=";s:6:"X-Csrf";s:32:"ag7x1Afy1r0q8j4y05vk3s4118hx7124";}s:4:"POST";a:4:{s:9:"real_name";s:6:"张三";s:6:"gender";s:1:"1";s:7:"is_view";s:4:"42.5";s:12:"mobile_phone";s:11:"18111111112";}s:6:"COOKIE";a:5:{s:5:"_csrf";s:72:"891c8d08cbd16ee2fd1014715d9a52f1b2bf0c794b76a9c537052b44d6939a20a:2:{i:0";s:11:"s:5:"_csrf"";s:0:"";s:3:"i:1";s:0:"";s:39:"s:32:"bBb6fqMWiXMSjtWGxtQbBweH6ofUMKZZ"";s:0:"";s:1:"}";s:0:"";}s:5:"FILES";a:0:{}s:7:"SESSION";a:0:{}}";s:4:"user";s:2962:"a:5:{s:2:"id";s:2:"65";s:8:"identity";a:26:{s:2:"id";s:4:"'65'";s:9:"cx_mch_id";s:3:"'0'";s:8:"username";s:9:"'Umcvqe1'";s:8:"password";s:62:"'$2y$13$h1rFZxffWh0BiJJtDs4gPum0Wsx5KfYJXAsqcPL8PNb4w8hd9hoPW'";s:8:"auth_key";s:34:"'MqDPRppFI2OgJpjwFE68C9Sn2SbeXAwV'";s:12:"access_token";s:34:"'bOxZSNi_gU02GsWLDJUjrP0wX2nQ7Qal'";s:8:"nickname";s:8:"'Umcvqe'";s:10:"avatar_url";s:28:"'/statics/images/avatar.jpg'";s:12:"mobile_phone";s:13:"'18111111112'";s:13:"mobile_prefix";s:4:"'86'";s:5:"email";s:2:"''";s:9:"real_name";s:14:"'测试用户'";s:4:"desc";s:2:"''";s:6:"gender";s:1:"0";s:8:"birthday";s:4:"null";s:6:"status";s:1:"0";s:9:"parent_id";s:3:"'0'";s:12:"is_modify_un";s:1:"1";s:9:"is_delete";s:1:"0";s:10:"country_id";s:1:"0";s:7:"city_id";s:1:"0";s:10:"created_at";s:10:"1698133733";s:10:"updated_at";s:10:"1698133733";s:4:"type";s:1:"0";s:8:"store_id";s:1:"0";s:7:"is_view";s:1:"0";}s:10:"attributes";a:26:{i:0;a:2:{s:9:"attribute";s:2:"id";s:5:"label";s:2:"ID";}i:1;a:2:{s:9:"attribute";s:9:"cx_mch_id";s:5:"label";s:14:"平台商户ID";}i:2;a:2:{s:9:"attribute";s:8:"username";s:5:"label";s:9:"用户名";}i:3;a:2:{s:9:"attribute";s:8:"password";s:5:"label";s:6:"密码";}i:4;a:2:{s:9:"attribute";s:8:"auth_key";s:5:"label";s:8:"AUTH_KEY";}i:5;a:2:{s:9:"attribute";s:12:"access_token";s:5:"label";s:12:"ACCESS_TOKEN";}i:6;a:2:{s:9:"attribute";s:8:"nickname";s:5:"label";s:6:"昵称";}i:7;a:2:{s:9:"attribute";s:10:"avatar_url";s:5:"label";s:6:"头像";}i:8;a:2:{s:9:"attribute";s:12:"mobile_phone";s:5:"label";s:9:"手机号";}i:9;a:2:{s:9:"attribute";s:13:"mobile_prefix";s:5:"label";s:21:"手机号国家代码";}i:10;a:2:{s:9:"attribute";s:5:"email";s:5:"label";s:6:"邮箱";}i:11;a:2:{s:9:"attribute";s:9:"real_name";s:5:"label";s:12:"真实姓名";}i:12;a:2:{s:9:"attribute";s:4:"desc";s:5:"label";s:12:"个性签名";}i:13;a:2:{s:9:"attribute";s:6:"gender";s:5:"label";s:33:"性别,0=女,1=男,2=保密";}i:14;a:2:{s:9:"attribute";s:8:"birthday";s:5:"label";s:6:"生日";}i:15;a:2:{s:9:"attribute";s:6:"status";s:5:"label";s:50:"状态,0=正常,1=封禁,2=挂起,3=注销";}i:16;a:2:{s:9:"attribute";s:9:"parent_id";s:5:"label";s:9:"PARENT_ID";}i:17;a:2:{s:9:"attribute";s:12:"is_modify_un";s:5:"label";s:43:"用户名是否可以修改,0=否,1=是";}i:18;a:2:{s:9:"attribute";s:9:"is_delete";s:5:"label";s:28:"是否删除,0=否,1=是";}i:19;a:2:{s:9:"attribute";s:10:"country_id";s:5:"label";s:8:"国家ID";}i:20;a:2:{s:9:"attribute";s:7:"city_id";s:5:"label";s:8:"城市ID";}i:21;a:2:{s:9:"attribute";s:10:"created_at";s:5:"label";s:12:"添加时间";}i:22;a:2:{s:9:"attribute";s:10:"updated_at";s:5:"label";s:12:"更新时间";}i:23;a:2:{s:9:"attribute";s:4:"type";s:5:"label";s:28:"0=普通用户,1=管理员";}i:24;a:2:{s:9:"attribute";s:8:"store_id";s:5:"label";s:8:"Store Id";}i:25;a:2:{s:9:"attribute";s:7:"is_view";s:5:"label";s:21:"是否有观看视频";}}s:13:"rolesProvider";N;s:19:"permissionsProvider";N;}";s:5:"asset";s:6:"a:0:{}";s:7:"summary";a:12:{s:3:"tag";s:13:"6538e75e2c801";s:3:"url";s:154:"http://cxfoot.com/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:4:"ajax";i:0;s:6:"method";s:4:"POST";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698228062.122015;s:10:"statusCode";i:200;s:8:"sqlCount";i:14;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:8471560;s:14:"processingTime";d:0.18553614616394043;}s:10:"exceptions";a:0:{}} \ No newline at end of file diff --git a/runtime/debug/6538e79e6afa6.data b/runtime/debug/6538e79e6afa6.data deleted file mode 100644 index d28cbf4..0000000 --- a/runtime/debug/6538e79e6afa6.data +++ /dev/null @@ -1,281 +0,0 @@ -a:14:{s:6:"config";s:1870:"a:5:{s:10:"phpVersion";s:5:"7.3.4";s:10:"yiiVersion";s:6:"2.0.46";s:11:"application";a:8:{s:3:"yii";s:6:"2.0.46";s:4:"name";s:14:"My Application";s:7:"version";s:3:"1.0";s:8:"language";s:5:"zh-CN";s:14:"sourceLanguage";s:5:"en-US";s:7:"charset";s:5:"UTF-8";s:3:"env";s:3:"dev";s:5:"debug";b:1;}s:3:"php";a:5:{s:7:"version";s:5:"7.3.4";s:6:"xdebug";b:0;s:3:"apc";b:0;s:8:"memcache";b:0;s:9:"memcached";b:0;}s:10:"extensions";a:7:{s:18:"yiisoft/yii2-faker";a:3:{s:4:"name";s:18:"yiisoft/yii2-faker";s:7:"version";s:7:"2.0.5.0";s:5:"alias";a:1:{s:10:"@yii/faker";s:56:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-faker/src";}}s:24:"yiisoft/yii2-swiftmailer";a:3:{s:4:"name";s:24:"yiisoft/yii2-swiftmailer";s:7:"version";s:7:"2.1.3.0";s:5:"alias";a:1:{s:16:"@yii/swiftmailer";s:62:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-swiftmailer/src";}}s:22:"yiisoft/yii2-bootstrap";a:3:{s:4:"name";s:22:"yiisoft/yii2-bootstrap";s:7:"version";s:8:"2.0.11.0";s:5:"alias";a:1:{s:14:"@yii/bootstrap";s:60:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-bootstrap/src";}}s:16:"yiisoft/yii2-gii";a:3:{s:4:"name";s:16:"yiisoft/yii2-gii";s:7:"version";s:7:"2.1.4.0";s:5:"alias";a:1:{s:8:"@yii/gii";s:54:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-gii/src";}}s:18:"yiisoft/yii2-redis";a:3:{s:4:"name";s:18:"yiisoft/yii2-redis";s:7:"version";s:8:"2.0.18.0";s:5:"alias";a:1:{s:10:"@yii/redis";s:56:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-redis/src";}}s:18:"yiisoft/yii2-debug";a:3:{s:4:"name";s:18:"yiisoft/yii2-debug";s:7:"version";s:8:"2.1.21.0";s:5:"alias";a:1:{s:10:"@yii/debug";s:56:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-debug/src";}}s:24:"jianyan74/yii2-websocket";a:3:{s:4:"name";s:24:"jianyan74/yii2-websocket";s:7:"version";s:7:"1.1.1.0";s:5:"alias";a:1:{s:18:"@jianyan/websocket";s:62:"D:\phpstudy_pro\WWW\cxfoot\vendor/jianyan74/yii2-websocket/src";}}}}";s:3:"log";s:18025:"a:1:{s:8:"messages";a:34:{i:0;a:6:{i:0;s:33:"Bootstrap with yii\log\Dispatcher";i:1;i:8;i:2;s:31:"yii\base\Application::bootstrap";i:3;d:1698228126.387607;i:4;a:0:{}i:5;i:2497176;}i:1;a:6:{i:0;s:21:"Loading module: debug";i:1;i:8;i:2;s:26:"yii\base\Module::getModule";i:3;d:1698228126.387627;i:4;a:0:{}i:5;i:2498352;}i:2;a:6:{i:0;s:44:"Bootstrap with yii\debug\Module::bootstrap()";i:1;i:8;i:2;s:31:"yii\base\Application::bootstrap";i:3;d:1698228126.426226;i:4;a:0:{}i:5;i:4073584;}i:3;a:6:{i:0;s:61:"Opening redis DB connection: tcp://127.0.0.1:6379, database=0";i:1;i:8;i:2;s:26:"yii\redis\Connection::open";i:3;d:1698228126.441401;i:4;a:0:{}i:5;i:4290032;}i:4;a:6:{i:0;s:31:"Executing Redis Command: SELECT";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698228126.442104;i:4;a:0:{}i:5;i:4292240;}i:5;a:6:{i:0;s:28:"Executing Redis Command: GET";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698228126.447693;i:4;a:0:{}i:5;i:4300424;}i:6;a:6:{i:0;s:28:"Executing Redis Command: GET";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698228126.451393;i:4;a:0:{}i:5;i:4372704;}i:7;a:6:{i:0;s:19:"Loading module: gii";i:1;i:8;i:2;s:26:"yii\base\Module::getModule";i:3;d:1698228126.451664;i:4;a:0:{}i:5;i:4373048;}i:8;a:6:{i:0;s:42:"Bootstrap with yii\gii\Module::bootstrap()";i:1;i:8;i:2;s:31:"yii\base\Application::bootstrap";i:3;d:1698228126.45281;i:4;a:0:{}i:5;i:4397072;}i:9;a:6:{i:0;s:28:"Executing Redis Command: GET";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698228126.452845;i:4;a:0:{}i:5;i:4403464;}i:18;a:6:{i:0;s:39:"Route requested: 'api/user/modify-user'";i:1;i:8;i:2;s:34:"yii\web\Application::handleRequest";i:3;d:1698228126.4558;i:4;a:0:{}i:5;i:4628712;}i:19;a:6:{i:0;s:19:"Loading module: api";i:1;i:8;i:2;s:26:"yii\base\Module::getModule";i:3;d:1698228126.455811;i:4;a:0:{}i:5;i:4630344;}i:20;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_wechat_app`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698228126.484632;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6052848;}i:21;a:6:{i:0;s:57:"Opening DB connection: mysql:host=127.0.0.1;dbname=cxfoot";i:1;i:4;i:2;s:23:"yii\db\Connection::open";i:3;d:1698228126.484683;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6055280;}i:26;a:6:{i:0;s:782:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_wechat_app' AND `kcu`.`TABLE_NAME` = 'cx_wechat_app'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698228126.488982;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6141592;}i:29;a:6:{i:0;s:71:"SELECT * FROM `cx_wechat_app` WHERE (`cx_mch_id`=0) AND (`is_delete`=0)";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698228126.496943;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6478160;}i:32;a:6:{i:0;s:34:"Route to run: api/user/modify-user";i:1;i:8;i:2;s:30:"yii\base\Controller::runAction";i:3;d:1698228126.513896;i:4;a:0:{}i:5;i:6707144;}i:33;a:6:{i:0;s:119:"SELECT * FROM `cx_user_token` WHERE ((`is_delete`=0) AND (`token`='SF5fP6gUUrct1a') AND (`cx_mch_id`=0)) AND (`type`=3)";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698228126.523641;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6983768;}i:36;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_user_token`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698228126.530036;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6992024;}i:39;a:6:{i:0;s:782:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_user_token' AND `kcu`.`TABLE_NAME` = 'cx_user_token'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698228126.531141;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7005872;}i:42;a:6:{i:0;s:32:"SHOW FULL COLUMNS FROM `cx_user`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698228126.531901;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7009752;}i:45;a:6:{i:0;s:770:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_user' AND `kcu`.`TABLE_NAME` = 'cx_user'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698228126.539417;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7031848;}i:48;a:6:{i:0;s:78:"SELECT * FROM `cx_user` WHERE (`id`='65') AND (`is_delete`=0) AND (`status`=0)";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698228126.540271;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7039832;}i:51;a:6:{i:0;s:56:"User '65' logged in from 127.0.0.1. Session not enabled.";i:1;i:4;i:2;s:19:"yii\web\User::login";i:3;d:1698228126.548969;i:4;a:2:{i:0;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7279792;}i:52;a:6:{i:0;s:28:"Executing Redis Command: GET";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698228126.550582;i:4;a:2:{i:0;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:56;s:8:"function";s:6:"__call";s:5:"class";s:20:"yii\redis\Connection";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7366136;}i:53;a:6:{i:0;s:78:"Running action: app\modules\api\controllers\UserController::actionModifyUser()";i:1;i:8;i:2;s:36:"yii\base\InlineAction::runWithParams";i:3;d:1698228126.55091;i:4;a:0:{}i:5;i:7362216;}i:54;a:6:{i:0;s:39:"SELECT * FROM `cx_user` WHERE `id`='65'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698228126.555164;i:4;a:2:{i:0;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:69;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:55;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7445464;}i:57;a:6:{i:0;s:17:"Begin transaction";i:1;i:8;i:2;s:25:"yii\db\Transaction::begin";i:3;d:1698228126.556283;i:4;a:2:{i:0;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:77;s:8:"function";s:16:"beginTransaction";s:5:"class";s:17:"yii\db\Connection";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:55;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7471872;}i:58;a:6:{i:0;s:81:"SELECT `cx_user`.`id` FROM `cx_user` WHERE `cx_user`.`username`='Umcvqe1' LIMIT 2";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698228126.560118;i:4;a:2:{i:0;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:84;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:55;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7612144;}i:61;a:6:{i:0;s:112:"UPDATE `cx_user` SET `real_name`='张三', `gender`=1, `updated_at`=1698228126, `is_view`='42.5' WHERE `id`='65'";i:1;i:4;i:2;s:23:"yii\db\Command::execute";i:3;d:1698228126.640787;i:4;a:2:{i:0;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:84;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:55;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:9498152;}i:64;a:6:{i:0;s:18:"Commit transaction";i:1;i:8;i:2;s:26:"yii\db\Transaction::commit";i:3;d:1698228126.645961;i:4;a:2:{i:0;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:88;s:8:"function";s:6:"commit";s:5:"class";s:18:"yii\db\Transaction";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:55;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:9499592;}i:65;a:6:{i:0;s:35:"SHOW FULL COLUMNS FROM `cx_api_log`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698228126.673896;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:9543544;}i:68;a:6:{i:0;s:776:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_api_log' AND `kcu`.`TABLE_NAME` = 'cx_api_log'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698228126.675381;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:9562456;}i:71;a:6:{i:0;s:654:"INSERT INTO `cx_api_log` (`cx_mch_id`, `user_id`, `route`, `module_id`, `controller_id`, `action_id`, `url`, `method`, `method_param`, `ipv4`, `is_pass`, `request_date`, `request_time`, `response_time`, `process_consume_time`, `is_delete`, `created_at`) VALUES (0, '65', 'api/user/modify-user', 'api', 'user', 'modify-user', '/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124', 'POST', '{\"real_name\":\"张三\",\"gender\":\"1\",\"is_view\":\"42.5\",\"mobile_phone\":\"18111111112\"}', '127.0.0.1', 1, '2023-10-25', 1698228126460, 1698228126676, 216, 0, 1698228126)";i:1;i:4;i:2;s:23:"yii\db\Command::execute";i:3;d:1698228126.679448;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:125;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:9636040;}}}";s:9:"profiling";s:27194:"a:3:{s:6:"memory";i:9800000;s:4:"time";d:0.35230398178100586;s:8:"messages";a:32:{i:22;a:6:{i:0;s:57:"Opening DB connection: mysql:host=127.0.0.1;dbname=cxfoot";i:1;i:80;i:2;s:23:"yii\db\Connection::open";i:3;d:1698228126.484701;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6056408;}i:23;a:6:{i:0;s:57:"Opening DB connection: mysql:host=127.0.0.1;dbname=cxfoot";i:1;i:96;i:2;s:23:"yii\db\Connection::open";i:3;d:1698228126.486356;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6105568;}i:24;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_wechat_app`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698228126.486387;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6105808;}i:25;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_wechat_app`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698228126.487311;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6121640;}i:27;a:6:{i:0;s:782:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_wechat_app' AND `kcu`.`TABLE_NAME` = 'cx_wechat_app'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698228126.489017;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6144456;}i:28;a:6:{i:0;s:782:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_wechat_app' AND `kcu`.`TABLE_NAME` = 'cx_wechat_app'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698228126.489577;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6146840;}i:30;a:6:{i:0;s:71:"SELECT * FROM `cx_wechat_app` WHERE (`cx_mch_id`=0) AND (`is_delete`=0)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698228126.496988;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6479408;}i:31;a:6:{i:0;s:71:"SELECT * FROM `cx_wechat_app` WHERE (`cx_mch_id`=0) AND (`is_delete`=0)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698228126.497547;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6486080;}i:34;a:6:{i:0;s:119:"SELECT * FROM `cx_user_token` WHERE ((`is_delete`=0) AND (`token`='SF5fP6gUUrct1a') AND (`cx_mch_id`=0)) AND (`type`=3)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698228126.523681;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6985336;}i:35;a:6:{i:0;s:119:"SELECT * FROM `cx_user_token` WHERE ((`is_delete`=0) AND (`token`='SF5fP6gUUrct1a') AND (`cx_mch_id`=0)) AND (`type`=3)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698228126.529885;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6989024;}i:37;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_user_token`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698228126.53007;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6994144;}i:38;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_user_token`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698228126.530845;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7006408;}i:40;a:6:{i:0;s:782:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_user_token' AND `kcu`.`TABLE_NAME` = 'cx_user_token'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698228126.53117;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7009488;}i:41;a:6:{i:0;s:782:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_user_token' AND `kcu`.`TABLE_NAME` = 'cx_user_token'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698228126.531722;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7012624;}i:43;a:6:{i:0;s:32:"SHOW FULL COLUMNS FROM `cx_user`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698228126.531927;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7011872;}i:44;a:6:{i:0;s:32:"SHOW FULL COLUMNS FROM `cx_user`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698228126.538698;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7042016;}i:46;a:6:{i:0;s:770:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_user' AND `kcu`.`TABLE_NAME` = 'cx_user'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698228126.539476;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7035464;}i:47;a:6:{i:0;s:770:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_user' AND `kcu`.`TABLE_NAME` = 'cx_user'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698228126.540003;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7038600;}i:49;a:6:{i:0;s:78:"SELECT * FROM `cx_user` WHERE (`id`='65') AND (`is_delete`=0) AND (`status`=0)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698228126.540297;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7041584;}i:50;a:6:{i:0;s:78:"SELECT * FROM `cx_user` WHERE (`id`='65') AND (`is_delete`=0) AND (`status`=0)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698228126.540635;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7048024;}i:55;a:6:{i:0;s:39:"SELECT * FROM `cx_user` WHERE `id`='65'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698228126.555197;i:4;a:2:{i:0;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:69;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:55;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7447264;}i:56;a:6:{i:0;s:39:"SELECT * FROM `cx_user` WHERE `id`='65'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698228126.555638;i:4;a:2:{i:0;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:69;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:55;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7453008;}i:59;a:6:{i:0;s:81:"SELECT `cx_user`.`id` FROM `cx_user` WHERE `cx_user`.`username`='Umcvqe1' LIMIT 2";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698228126.560154;i:4;a:2:{i:0;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:84;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:55;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7614032;}i:60;a:6:{i:0;s:81:"SELECT `cx_user`.`id` FROM `cx_user` WHERE `cx_user`.`username`='Umcvqe1' LIMIT 2";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698228126.56071;i:4;a:2:{i:0;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:84;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:55;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7616480;}i:62;a:6:{i:0;s:112:"UPDATE `cx_user` SET `real_name`='张三', `gender`=1, `updated_at`=1698228126, `is_view`='42.5' WHERE `id`='65'";i:1;i:80;i:2;s:23:"yii\db\Command::execute";i:3;d:1698228126.640825;i:4;a:2:{i:0;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:84;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:55;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:9499032;}i:63;a:6:{i:0;s:112:"UPDATE `cx_user` SET `real_name`='张三', `gender`=1, `updated_at`=1698228126, `is_view`='42.5' WHERE `id`='65'";i:1;i:96;i:2;s:23:"yii\db\Command::execute";i:3;d:1698228126.645191;i:4;a:2:{i:0;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:84;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:55;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:9500760;}i:66;a:6:{i:0;s:35:"SHOW FULL COLUMNS FROM `cx_api_log`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698228126.673943;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:9545664;}i:67;a:6:{i:0;s:35:"SHOW FULL COLUMNS FROM `cx_api_log`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698228126.67493;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:9568624;}i:69;a:6:{i:0;s:776:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_api_log' AND `kcu`.`TABLE_NAME` = 'cx_api_log'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698228126.675407;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:9566072;}i:70;a:6:{i:0;s:776:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_api_log' AND `kcu`.`TABLE_NAME` = 'cx_api_log'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698228126.675888;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:9569208;}i:72;a:6:{i:0;s:654:"INSERT INTO `cx_api_log` (`cx_mch_id`, `user_id`, `route`, `module_id`, `controller_id`, `action_id`, `url`, `method`, `method_param`, `ipv4`, `is_pass`, `request_date`, `request_time`, `response_time`, `process_consume_time`, `is_delete`, `created_at`) VALUES (0, '65', 'api/user/modify-user', 'api', 'user', 'modify-user', '/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124', 'POST', '{\"real_name\":\"张三\",\"gender\":\"1\",\"is_view\":\"42.5\",\"mobile_phone\":\"18111111112\"}', '127.0.0.1', 1, '2023-10-25', 1698228126460, 1698228126676, 216, 0, 1698228126)";i:1;i:80;i:2;s:23:"yii\db\Command::execute";i:3;d:1698228126.679494;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:125;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:9634400;}i:73;a:6:{i:0;s:654:"INSERT INTO `cx_api_log` (`cx_mch_id`, `user_id`, `route`, `module_id`, `controller_id`, `action_id`, `url`, `method`, `method_param`, `ipv4`, `is_pass`, `request_date`, `request_time`, `response_time`, `process_consume_time`, `is_delete`, `created_at`) VALUES (0, '65', 'api/user/modify-user', 'api', 'user', 'modify-user', '/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124', 'POST', '{\"real_name\":\"张三\",\"gender\":\"1\",\"is_view\":\"42.5\",\"mobile_phone\":\"18111111112\"}', '127.0.0.1', 1, '2023-10-25', 1698228126460, 1698228126676, 216, 0, 1698228126)";i:1;i:96;i:2;s:23:"yii\db\Command::execute";i:3;d:1698228126.703141;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:125;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:9637056;}}}";s:2:"db";s:26390:"a:1:{s:8:"messages";a:30:{i:24;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_wechat_app`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698228126.486387;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6105808;}i:25;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_wechat_app`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698228126.487311;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6121640;}i:27;a:6:{i:0;s:782:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_wechat_app' AND `kcu`.`TABLE_NAME` = 'cx_wechat_app'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698228126.489017;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6144456;}i:28;a:6:{i:0;s:782:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_wechat_app' AND `kcu`.`TABLE_NAME` = 'cx_wechat_app'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698228126.489577;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6146840;}i:30;a:6:{i:0;s:71:"SELECT * FROM `cx_wechat_app` WHERE (`cx_mch_id`=0) AND (`is_delete`=0)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698228126.496988;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6479408;}i:31;a:6:{i:0;s:71:"SELECT * FROM `cx_wechat_app` WHERE (`cx_mch_id`=0) AND (`is_delete`=0)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698228126.497547;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6486080;}i:34;a:6:{i:0;s:119:"SELECT * FROM `cx_user_token` WHERE ((`is_delete`=0) AND (`token`='SF5fP6gUUrct1a') AND (`cx_mch_id`=0)) AND (`type`=3)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698228126.523681;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6985336;}i:35;a:6:{i:0;s:119:"SELECT * FROM `cx_user_token` WHERE ((`is_delete`=0) AND (`token`='SF5fP6gUUrct1a') AND (`cx_mch_id`=0)) AND (`type`=3)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698228126.529885;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6989024;}i:37;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_user_token`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698228126.53007;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6994144;}i:38;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_user_token`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698228126.530845;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7006408;}i:40;a:6:{i:0;s:782:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_user_token' AND `kcu`.`TABLE_NAME` = 'cx_user_token'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698228126.53117;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7009488;}i:41;a:6:{i:0;s:782:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_user_token' AND `kcu`.`TABLE_NAME` = 'cx_user_token'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698228126.531722;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7012624;}i:43;a:6:{i:0;s:32:"SHOW FULL COLUMNS FROM `cx_user`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698228126.531927;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7011872;}i:44;a:6:{i:0;s:32:"SHOW FULL COLUMNS FROM `cx_user`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698228126.538698;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7042016;}i:46;a:6:{i:0;s:770:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_user' AND `kcu`.`TABLE_NAME` = 'cx_user'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698228126.539476;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7035464;}i:47;a:6:{i:0;s:770:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_user' AND `kcu`.`TABLE_NAME` = 'cx_user'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698228126.540003;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7038600;}i:49;a:6:{i:0;s:78:"SELECT * FROM `cx_user` WHERE (`id`='65') AND (`is_delete`=0) AND (`status`=0)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698228126.540297;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7041584;}i:50;a:6:{i:0;s:78:"SELECT * FROM `cx_user` WHERE (`id`='65') AND (`is_delete`=0) AND (`status`=0)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698228126.540635;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7048024;}i:55;a:6:{i:0;s:39:"SELECT * FROM `cx_user` WHERE `id`='65'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698228126.555197;i:4;a:2:{i:0;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:69;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:55;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7447264;}i:56;a:6:{i:0;s:39:"SELECT * FROM `cx_user` WHERE `id`='65'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698228126.555638;i:4;a:2:{i:0;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:69;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:55;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7453008;}i:59;a:6:{i:0;s:81:"SELECT `cx_user`.`id` FROM `cx_user` WHERE `cx_user`.`username`='Umcvqe1' LIMIT 2";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698228126.560154;i:4;a:2:{i:0;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:84;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:55;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7614032;}i:60;a:6:{i:0;s:81:"SELECT `cx_user`.`id` FROM `cx_user` WHERE `cx_user`.`username`='Umcvqe1' LIMIT 2";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698228126.56071;i:4;a:2:{i:0;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:84;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:55;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7616480;}i:62;a:6:{i:0;s:112:"UPDATE `cx_user` SET `real_name`='张三', `gender`=1, `updated_at`=1698228126, `is_view`='42.5' WHERE `id`='65'";i:1;i:80;i:2;s:23:"yii\db\Command::execute";i:3;d:1698228126.640825;i:4;a:2:{i:0;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:84;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:55;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:9499032;}i:63;a:6:{i:0;s:112:"UPDATE `cx_user` SET `real_name`='张三', `gender`=1, `updated_at`=1698228126, `is_view`='42.5' WHERE `id`='65'";i:1;i:96;i:2;s:23:"yii\db\Command::execute";i:3;d:1698228126.645191;i:4;a:2:{i:0;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:84;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:55;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:9500760;}i:66;a:6:{i:0;s:35:"SHOW FULL COLUMNS FROM `cx_api_log`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698228126.673943;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:9545664;}i:67;a:6:{i:0;s:35:"SHOW FULL COLUMNS FROM `cx_api_log`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698228126.67493;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:9568624;}i:69;a:6:{i:0;s:776:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_api_log' AND `kcu`.`TABLE_NAME` = 'cx_api_log'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698228126.675407;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:9566072;}i:70;a:6:{i:0;s:776:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_api_log' AND `kcu`.`TABLE_NAME` = 'cx_api_log'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698228126.675888;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:9569208;}i:72;a:6:{i:0;s:654:"INSERT INTO `cx_api_log` (`cx_mch_id`, `user_id`, `route`, `module_id`, `controller_id`, `action_id`, `url`, `method`, `method_param`, `ipv4`, `is_pass`, `request_date`, `request_time`, `response_time`, `process_consume_time`, `is_delete`, `created_at`) VALUES (0, '65', 'api/user/modify-user', 'api', 'user', 'modify-user', '/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124', 'POST', '{\"real_name\":\"张三\",\"gender\":\"1\",\"is_view\":\"42.5\",\"mobile_phone\":\"18111111112\"}', '127.0.0.1', 1, '2023-10-25', 1698228126460, 1698228126676, 216, 0, 1698228126)";i:1;i:80;i:2;s:23:"yii\db\Command::execute";i:3;d:1698228126.679494;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:125;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:9634400;}i:73;a:6:{i:0;s:654:"INSERT INTO `cx_api_log` (`cx_mch_id`, `user_id`, `route`, `module_id`, `controller_id`, `action_id`, `url`, `method`, `method_param`, `ipv4`, `is_pass`, `request_date`, `request_time`, `response_time`, `process_consume_time`, `is_delete`, `created_at`) VALUES (0, '65', 'api/user/modify-user', 'api', 'user', 'modify-user', '/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124', 'POST', '{\"real_name\":\"张三\",\"gender\":\"1\",\"is_view\":\"42.5\",\"mobile_phone\":\"18111111112\"}', '127.0.0.1', 1, '2023-10-25', 1698228126460, 1698228126676, 216, 0, 1698228126)";i:1;i:96;i:2;s:23:"yii\db\Command::execute";i:3;d:1698228126.703141;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:125;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:9637056;}}}";s:5:"event";s:7397:"a:42:{i:0;a:5:{s:4:"time";d:1698228126.447667;s:4:"name";s:9:"afterOpen";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:20:"yii\redis\Connection";}i:1;a:5:{s:4:"time";d:1698228126.454993;s:4:"name";s:13:"beforeRequest";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:19:"yii\web\Application";}i:2;a:5:{s:4:"time";d:1698228126.476652;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:3;a:5:{s:4:"time";d:1698228126.486347;s:4:"name";s:9:"afterOpen";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:17:"yii\db\Connection";}i:4;a:5:{s:4:"time";d:1698228126.497602;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:27:"app\models\wechat\WechatApp";}i:5;a:5:{s:4:"time";d:1698228126.497683;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:27:"app\models\wechat\WechatApp";}i:6;a:5:{s:4:"time";d:1698228126.514458;s:4:"name";s:12:"beforeAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:19:"yii\web\Application";}i:7;a:5:{s:4:"time";d:1698228126.514475;s:4:"name";s:12:"beforeAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:22:"app\modules\api\Module";}i:8;a:5:{s:4:"time";d:1698228126.521129;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:9;a:5:{s:4:"time";d:1698228126.52996;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:20:"app\models\UserToken";}i:10;a:5:{s:4:"time";d:1698228126.531801;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:20:"app\models\UserToken";}i:11;a:5:{s:4:"time";d:1698228126.531838;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:12;a:5:{s:4:"time";d:1698228126.540679;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:15:"app\models\User";}i:13;a:5:{s:4:"time";d:1698228126.54075;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:15:"app\models\User";}i:14;a:5:{s:4:"time";d:1698228126.541363;s:4:"name";s:11:"beforeLogin";s:5:"class";s:17:"yii\web\UserEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:12:"yii\web\User";}i:15;a:5:{s:4:"time";d:1698228126.549011;s:4:"name";s:10:"afterLogin";s:5:"class";s:17:"yii\web\UserEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:12:"yii\web\User";}i:16;a:5:{s:4:"time";d:1698228126.55089;s:4:"name";s:12:"beforeAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:42:"app\modules\api\controllers\UserController";}i:17;a:5:{s:4:"time";d:1698228126.554761;s:4:"name";s:14:"beforeValidate";s:5:"class";s:19:"yii\base\ModelEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:37:"app\modules\api\models\UserModifyForm";}i:18;a:5:{s:4:"time";d:1698228126.554871;s:4:"name";s:13:"afterValidate";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:37:"app\modules\api\models\UserModifyForm";}i:19;a:5:{s:4:"time";d:1698228126.554899;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:20;a:5:{s:4:"time";d:1698228126.555677;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:15:"app\models\User";}i:21;a:5:{s:4:"time";d:1698228126.555749;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:15:"app\models\User";}i:22;a:5:{s:4:"time";d:1698228126.556308;s:4:"name";s:16:"beginTransaction";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:17:"yii\db\Connection";}i:23;a:5:{s:4:"time";d:1698228126.55647;s:4:"name";s:14:"beforeValidate";s:5:"class";s:19:"yii\base\ModelEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:15:"app\models\User";}i:24;a:5:{s:4:"time";d:1698228126.559942;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:25;a:5:{s:4:"time";d:1698228126.559986;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:26;a:5:{s:4:"time";d:1698228126.56078;s:4:"name";s:13:"afterValidate";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:15:"app\models\User";}i:27;a:5:{s:4:"time";d:1698228126.560802;s:4:"name";s:12:"beforeUpdate";s:5:"class";s:19:"yii\base\ModelEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:15:"app\models\User";}i:28;a:5:{s:4:"time";d:1698228126.645942;s:4:"name";s:11:"afterUpdate";s:5:"class";s:21:"yii\db\AfterSaveEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:15:"app\models\User";}i:29;a:5:{s:4:"time";d:1698228126.672738;s:4:"name";s:17:"commitTransaction";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:17:"yii\db\Connection";}i:30;a:5:{s:4:"time";d:1698228126.673823;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"app\models\log\ApiLog";}i:31;a:5:{s:4:"time";d:1698228126.676757;s:4:"name";s:14:"beforeValidate";s:5:"class";s:19:"yii\base\ModelEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"app\models\log\ApiLog";}i:32;a:5:{s:4:"time";d:1698228126.677397;s:4:"name";s:13:"afterValidate";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"app\models\log\ApiLog";}i:33;a:5:{s:4:"time";d:1698228126.677419;s:4:"name";s:12:"beforeInsert";s:5:"class";s:19:"yii\base\ModelEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"app\models\log\ApiLog";}i:34;a:5:{s:4:"time";d:1698228126.703274;s:4:"name";s:11:"afterInsert";s:5:"class";s:21:"yii\db\AfterSaveEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"app\models\log\ApiLog";}i:35;a:5:{s:4:"time";d:1698228126.703318;s:4:"name";s:11:"afterAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:42:"app\modules\api\controllers\UserController";}i:36;a:5:{s:4:"time";d:1698228126.703332;s:4:"name";s:11:"afterAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:22:"app\modules\api\Module";}i:37;a:5:{s:4:"time";d:1698228126.703341;s:4:"name";s:11:"afterAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:19:"yii\web\Application";}i:38;a:5:{s:4:"time";d:1698228126.703355;s:4:"name";s:12:"afterRequest";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:19:"yii\web\Application";}i:39;a:5:{s:4:"time";d:1698228126.703366;s:4:"name";s:10:"beforeSend";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:16:"yii\web\Response";}i:40;a:5:{s:4:"time";d:1698228126.707273;s:4:"name";s:12:"afterPrepare";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:16:"yii\web\Response";}i:41;a:5:{s:4:"time";d:1698228126.707348;s:4:"name";s:9:"afterSend";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:16:"yii\web\Response";}}";s:4:"mail";s:6:"a:0:{}";s:8:"timeline";s:91:"a:3:{s:5:"start";d:1698228126.357791;s:3:"end";d:1698228126.710771;s:6:"memory";i:9800000;}";s:4:"dump";s:6:"a:0:{}";s:6:"router";s:1692:"a:3:{s:8:"messages";a:8:{i:10;a:6:{i:0;a:3:{s:4:"rule";s:3:"gii";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698228126.455728;i:4;a:0:{}i:5;i:4623120;}i:11;a:6:{i:0;a:3:{s:4:"rule";s:12:"gii/";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698228126.455743;i:4;a:0:{}i:5;i:4623872;}i:12;a:6:{i:0;a:3:{s:4:"rule";s:41:"gii//";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698228126.455752;i:4;a:0:{}i:5;i:4624624;}i:13;a:6:{i:0;a:3:{s:4:"rule";s:5:"debug";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698228126.45576;i:4;a:0:{}i:5;i:4625376;}i:14;a:6:{i:0;a:3:{s:4:"rule";s:43:"debug//";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698228126.455768;i:4;a:0:{}i:5;i:4626128;}i:15;a:6:{i:0;a:3:{s:4:"rule";s:38:"//";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698228126.455776;i:4;a:0:{}i:5;i:4626880;}i:16;a:6:{i:0;a:3:{s:4:"rule";s:29:"/";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698228126.455784;i:4;a:0:{}i:5;i:4627632;}i:17;a:6:{i:0;s:55:"No matching URL rules. Using default URL parsing logic.";i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698228126.45579;i:4;a:0:{}i:5;i:4628648;}}s:5:"route";s:20:"api/user/modify-user";s:6:"action";s:62:"app\modules\api\controllers\UserController::actionModifyUser()";}";s:7:"request";s:5296:"a:15:{s:7:"flashes";a:0:{}s:10:"statusCode";i:200;s:14:"requestHeaders";a:9:{s:14:"content-length";s:3:"508";s:12:"content-type";s:80:"multipart/form-data; boundary=--------------------------236228282275293017368294";s:4:"host";s:10:"cxfoot.com";s:6:"cookie";s:148:"_csrf=ee6c66b71e5876613f4f83144cc34bfaa97c4f00e1855a1f4b85c7bb9a48d580a:2:%7Bi:0;s:5:%22_csrf%22;i:1;s:32:%2292qszVnXAGGVUvdILXfseL9Mvw4PxSAY%22;%7D";s:10:"connection";s:5:"close";s:15:"accept-encoding";s:17:"gzip, deflate, br";s:6:"accept";s:3:"*/*";s:13:"cache-control";s:8:"no-cache";s:10:"user-agent";s:35:"PostmanRuntime-ApipostRuntime/1.1.0";}s:15:"responseHeaders";a:6:{s:12:"X-Powered-By";s:9:"PHP/7.3.4";s:12:"Content-Type";s:31:"application/json; charset=UTF-8";s:11:"X-Debug-Tag";s:13:"6538e79e6afa6";s:16:"X-Debug-Duration";s:3:"350";s:12:"X-Debug-Link";s:37:"/debug/default/view?tag=6538e79e6afa6";s:10:"Set-Cookie";s:204:"_csrf=8fbdaa725ca597d8331ef81ae9067afe764f1900aa8db0a0d67c8710f6d481b0a%3A2%3A%7Bi%3A0%3Bs%3A5%3A%22_csrf%22%3Bi%3A1%3Bs%3A32%3A%22WfRjf3W_0ensQLGX33Vv8tMfqio6QpBg%22%3B%7D; path=/; HttpOnly; SameSite=Lax";}s:5:"route";s:20:"api/user/modify-user";s:6:"action";s:62:"app\modules\api\controllers\UserController::actionModifyUser()";s:12:"actionParams";a:0:{}s:7:"general";a:5:{s:6:"method";s:4:"POST";s:6:"isAjax";b:0;s:6:"isPjax";b:0;s:7:"isFlash";b:0;s:18:"isSecureConnection";b:0;}s:11:"requestBody";a:0:{}s:6:"SERVER";a:43:{s:4:"PATH";s:954:"C:\imagemagick;C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\intel64_win\compiler;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;E:\anzhuang\QTSystem\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;D:\Git\cmd;D:\svn\bin;C:\Users\Administrator\AppData\Local\Programs\Python\Python311;C:\Users\Administrator\AppData\Local\Programs\Python\Python311\Scripts;D:\Xftp 7\;D:\微信web开发者工具\dll;C:\Users\Administrator\AppData\Local\Microsoft\WindowsApps;;D:\PhpStorm 2021.2.1\bin;;D:\Microsoft VS Code\bin;D:\phpstudy_pro\Extensions\php\php7.4.3nts;C:\Users\Administrator\AppData\Local\ComposerSetup\bin;C:\Users\Administrator\AppData\Roaming\Composer\vendor\bin";s:10:"SYSTEMROOT";s:10:"C:\WINDOWS";s:7:"COMSPEC";s:27:"C:\WINDOWS\system32\cmd.exe";s:7:"PATHEXT";s:53:".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC";s:6:"WINDIR";s:10:"C:\WINDOWS";s:5:"PHPRC";s:42:"D:/phpstudy_pro/Extensions/php/php7.3.4nts";s:21:"_FCGI_SHUTDOWN_EVENT_";s:4:"9080";s:11:"SCRIPT_NAME";s:10:"/index.php";s:11:"REQUEST_URI";s:137:"/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:12:"QUERY_STRING";s:115:"access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:14:"REQUEST_METHOD";s:4:"POST";s:15:"SERVER_PROTOCOL";s:8:"HTTP/1.1";s:17:"GATEWAY_INTERFACE";s:7:"CGI/1.1";s:21:"REDIRECT_QUERY_STRING";s:115:"access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:12:"REDIRECT_URL";s:21:"/api/user/modify-user";s:11:"REMOTE_PORT";s:5:"58291";s:15:"SCRIPT_FILENAME";s:40:"D:/phpstudy_pro/WWW/cxfoot/web/index.php";s:12:"SERVER_ADMIN";s:17:"admin@example.com";s:21:"CONTEXT_DOCUMENT_ROOT";s:30:"D:/phpstudy_pro/WWW/cxfoot/web";s:14:"CONTEXT_PREFIX";s:0:"";s:14:"REQUEST_SCHEME";s:4:"http";s:13:"DOCUMENT_ROOT";s:30:"D:/phpstudy_pro/WWW/cxfoot/web";s:11:"REMOTE_ADDR";s:9:"127.0.0.1";s:11:"SERVER_PORT";s:2:"80";s:11:"SERVER_ADDR";s:9:"127.0.0.1";s:11:"SERVER_NAME";s:10:"cxfoot.com";s:15:"SERVER_SOFTWARE";s:73:"Apache/2.4.39 (Win64) OpenSSL/1.1.1b mod_fcgid/2.3.9a mod_log_rotate/1.02";s:16:"SERVER_SIGNATURE";s:0:"";s:10:"SystemRoot";s:10:"C:\WINDOWS";s:14:"CONTENT_LENGTH";s:3:"508";s:12:"CONTENT_TYPE";s:80:"multipart/form-data; boundary=--------------------------236228282275293017368294";s:9:"HTTP_HOST";s:10:"cxfoot.com";s:11:"HTTP_COOKIE";s:148:"_csrf=ee6c66b71e5876613f4f83144cc34bfaa97c4f00e1855a1f4b85c7bb9a48d580a:2:%7Bi:0;s:5:%22_csrf%22;i:1;s:32:%2292qszVnXAGGVUvdILXfseL9Mvw4PxSAY%22;%7D";s:15:"HTTP_CONNECTION";s:5:"close";s:20:"HTTP_ACCEPT_ENCODING";s:17:"gzip, deflate, br";s:11:"HTTP_ACCEPT";s:3:"*/*";s:18:"HTTP_CACHE_CONTROL";s:8:"no-cache";s:15:"HTTP_USER_AGENT";s:35:"PostmanRuntime-ApipostRuntime/1.1.0";s:15:"REDIRECT_STATUS";s:3:"200";s:9:"FCGI_ROLE";s:9:"RESPONDER";s:8:"PHP_SELF";s:10:"/index.php";s:18:"REQUEST_TIME_FLOAT";d:1698228126.318658;s:12:"REQUEST_TIME";i:1698228126;}s:3:"GET";a:2:{s:12:"access_token";s:60:"bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0=";s:6:"X-Csrf";s:32:"ag7x1Afy1r0q8j4y05vk3s4118hx7124";}s:4:"POST";a:4:{s:9:"real_name";s:6:"张三";s:6:"gender";s:1:"1";s:7:"is_view";s:4:"42.5";s:12:"mobile_phone";s:11:"18111111112";}s:6:"COOKIE";a:5:{s:5:"_csrf";s:72:"ee6c66b71e5876613f4f83144cc34bfaa97c4f00e1855a1f4b85c7bb9a48d580a:2:{i:0";s:11:"s:5:"_csrf"";s:0:"";s:3:"i:1";s:0:"";s:39:"s:32:"92qszVnXAGGVUvdILXfseL9Mvw4PxSAY"";s:0:"";s:1:"}";s:0:"";}s:5:"FILES";a:0:{}s:7:"SESSION";a:0:{}}";s:4:"user";s:2948:"a:5:{s:2:"id";s:2:"65";s:8:"identity";a:26:{s:2:"id";s:4:"'65'";s:9:"cx_mch_id";s:3:"'0'";s:8:"username";s:9:"'Umcvqe1'";s:8:"password";s:62:"'$2y$13$h1rFZxffWh0BiJJtDs4gPum0Wsx5KfYJXAsqcPL8PNb4w8hd9hoPW'";s:8:"auth_key";s:34:"'MqDPRppFI2OgJpjwFE68C9Sn2SbeXAwV'";s:12:"access_token";s:34:"'bOxZSNi_gU02GsWLDJUjrP0wX2nQ7Qal'";s:8:"nickname";s:8:"'Umcvqe'";s:10:"avatar_url";s:28:"'/statics/images/avatar.jpg'";s:12:"mobile_phone";s:13:"'18111111112'";s:13:"mobile_prefix";s:4:"'86'";s:5:"email";s:2:"''";s:9:"real_name";s:14:"'测试用户'";s:4:"desc";s:2:"''";s:6:"gender";s:1:"0";s:8:"birthday";s:4:"null";s:6:"status";s:1:"0";s:9:"parent_id";s:3:"'0'";s:12:"is_modify_un";s:1:"1";s:9:"is_delete";s:1:"0";s:10:"country_id";s:1:"0";s:7:"city_id";s:1:"0";s:10:"created_at";s:10:"1698133733";s:10:"updated_at";s:10:"1698133733";s:4:"type";s:1:"0";s:8:"store_id";s:1:"0";s:7:"is_view";s:3:"'0'";}s:10:"attributes";a:26:{i:0;a:2:{s:9:"attribute";s:2:"id";s:5:"label";s:2:"ID";}i:1;a:2:{s:9:"attribute";s:9:"cx_mch_id";s:5:"label";s:14:"平台商户ID";}i:2;a:2:{s:9:"attribute";s:8:"username";s:5:"label";s:9:"用户名";}i:3;a:2:{s:9:"attribute";s:8:"password";s:5:"label";s:6:"密码";}i:4;a:2:{s:9:"attribute";s:8:"auth_key";s:5:"label";s:8:"AUTH_KEY";}i:5;a:2:{s:9:"attribute";s:12:"access_token";s:5:"label";s:12:"ACCESS_TOKEN";}i:6;a:2:{s:9:"attribute";s:8:"nickname";s:5:"label";s:6:"昵称";}i:7;a:2:{s:9:"attribute";s:10:"avatar_url";s:5:"label";s:6:"头像";}i:8;a:2:{s:9:"attribute";s:12:"mobile_phone";s:5:"label";s:9:"手机号";}i:9;a:2:{s:9:"attribute";s:13:"mobile_prefix";s:5:"label";s:21:"手机号国家代码";}i:10;a:2:{s:9:"attribute";s:5:"email";s:5:"label";s:6:"邮箱";}i:11;a:2:{s:9:"attribute";s:9:"real_name";s:5:"label";s:12:"真实姓名";}i:12;a:2:{s:9:"attribute";s:4:"desc";s:5:"label";s:12:"个性签名";}i:13;a:2:{s:9:"attribute";s:6:"gender";s:5:"label";s:33:"性别,0=女,1=男,2=保密";}i:14;a:2:{s:9:"attribute";s:8:"birthday";s:5:"label";s:6:"生日";}i:15;a:2:{s:9:"attribute";s:6:"status";s:5:"label";s:50:"状态,0=正常,1=封禁,2=挂起,3=注销";}i:16;a:2:{s:9:"attribute";s:9:"parent_id";s:5:"label";s:9:"PARENT_ID";}i:17;a:2:{s:9:"attribute";s:12:"is_modify_un";s:5:"label";s:43:"用户名是否可以修改,0=否,1=是";}i:18;a:2:{s:9:"attribute";s:9:"is_delete";s:5:"label";s:28:"是否删除,0=否,1=是";}i:19;a:2:{s:9:"attribute";s:10:"country_id";s:5:"label";s:8:"国家ID";}i:20;a:2:{s:9:"attribute";s:7:"city_id";s:5:"label";s:8:"城市ID";}i:21;a:2:{s:9:"attribute";s:10:"created_at";s:5:"label";s:12:"添加时间";}i:22;a:2:{s:9:"attribute";s:10:"updated_at";s:5:"label";s:12:"更新时间";}i:23;a:2:{s:9:"attribute";s:4:"type";s:5:"label";s:28:"0=普通用户,1=管理员";}i:24;a:2:{s:9:"attribute";s:8:"store_id";s:5:"label";s:8:"Store Id";}i:25;a:2:{s:9:"attribute";s:7:"is_view";s:5:"label";s:6:"鞋码";}}s:13:"rolesProvider";N;s:19:"permissionsProvider";N;}";s:5:"asset";s:6:"a:0:{}";s:7:"summary";a:12:{s:3:"tag";s:13:"6538e79e6afa6";s:3:"url";s:154:"http://cxfoot.com/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:4:"ajax";i:0;s:6:"method";s:4:"POST";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698228126.318658;s:10:"statusCode";i:200;s:8:"sqlCount";i:15;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:9800000;s:14:"processingTime";d:0.35230398178100586;}s:10:"exceptions";a:0:{}} \ No newline at end of file diff --git a/runtime/debug/6538e7aecda96.data b/runtime/debug/6538e7aecda96.data deleted file mode 100644 index 650aa83..0000000 --- a/runtime/debug/6538e7aecda96.data +++ /dev/null @@ -1,281 +0,0 @@ -a:14:{s:6:"config";s:1870:"a:5:{s:10:"phpVersion";s:5:"7.3.4";s:10:"yiiVersion";s:6:"2.0.46";s:11:"application";a:8:{s:3:"yii";s:6:"2.0.46";s:4:"name";s:14:"My Application";s:7:"version";s:3:"1.0";s:8:"language";s:5:"zh-CN";s:14:"sourceLanguage";s:5:"en-US";s:7:"charset";s:5:"UTF-8";s:3:"env";s:3:"dev";s:5:"debug";b:1;}s:3:"php";a:5:{s:7:"version";s:5:"7.3.4";s:6:"xdebug";b:0;s:3:"apc";b:0;s:8:"memcache";b:0;s:9:"memcached";b:0;}s:10:"extensions";a:7:{s:18:"yiisoft/yii2-faker";a:3:{s:4:"name";s:18:"yiisoft/yii2-faker";s:7:"version";s:7:"2.0.5.0";s:5:"alias";a:1:{s:10:"@yii/faker";s:56:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-faker/src";}}s:24:"yiisoft/yii2-swiftmailer";a:3:{s:4:"name";s:24:"yiisoft/yii2-swiftmailer";s:7:"version";s:7:"2.1.3.0";s:5:"alias";a:1:{s:16:"@yii/swiftmailer";s:62:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-swiftmailer/src";}}s:22:"yiisoft/yii2-bootstrap";a:3:{s:4:"name";s:22:"yiisoft/yii2-bootstrap";s:7:"version";s:8:"2.0.11.0";s:5:"alias";a:1:{s:14:"@yii/bootstrap";s:60:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-bootstrap/src";}}s:16:"yiisoft/yii2-gii";a:3:{s:4:"name";s:16:"yiisoft/yii2-gii";s:7:"version";s:7:"2.1.4.0";s:5:"alias";a:1:{s:8:"@yii/gii";s:54:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-gii/src";}}s:18:"yiisoft/yii2-redis";a:3:{s:4:"name";s:18:"yiisoft/yii2-redis";s:7:"version";s:8:"2.0.18.0";s:5:"alias";a:1:{s:10:"@yii/redis";s:56:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-redis/src";}}s:18:"yiisoft/yii2-debug";a:3:{s:4:"name";s:18:"yiisoft/yii2-debug";s:7:"version";s:8:"2.1.21.0";s:5:"alias";a:1:{s:10:"@yii/debug";s:56:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-debug/src";}}s:24:"jianyan74/yii2-websocket";a:3:{s:4:"name";s:24:"jianyan74/yii2-websocket";s:7:"version";s:7:"1.1.1.0";s:5:"alias";a:1:{s:18:"@jianyan/websocket";s:62:"D:\phpstudy_pro\WWW\cxfoot\vendor/jianyan74/yii2-websocket/src";}}}}";s:3:"log";s:15639:"a:1:{s:8:"messages";a:30:{i:0;a:6:{i:0;s:33:"Bootstrap with yii\log\Dispatcher";i:1;i:8;i:2;s:31:"yii\base\Application::bootstrap";i:3;d:1698228142.817921;i:4;a:0:{}i:5;i:2497176;}i:1;a:6:{i:0;s:21:"Loading module: debug";i:1;i:8;i:2;s:26:"yii\base\Module::getModule";i:3;d:1698228142.81794;i:4;a:0:{}i:5;i:2498352;}i:2;a:6:{i:0;s:44:"Bootstrap with yii\debug\Module::bootstrap()";i:1;i:8;i:2;s:31:"yii\base\Application::bootstrap";i:3;d:1698228142.84024;i:4;a:0:{}i:5;i:4073584;}i:3;a:6:{i:0;s:61:"Opening redis DB connection: tcp://127.0.0.1:6379, database=0";i:1;i:8;i:2;s:26:"yii\redis\Connection::open";i:3;d:1698228142.844983;i:4;a:0:{}i:5;i:4290032;}i:4;a:6:{i:0;s:31:"Executing Redis Command: SELECT";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698228142.845412;i:4;a:0:{}i:5;i:4292240;}i:5;a:6:{i:0;s:28:"Executing Redis Command: GET";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698228142.845697;i:4;a:0:{}i:5;i:4300424;}i:6;a:6:{i:0;s:28:"Executing Redis Command: GET";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698228142.847173;i:4;a:0:{}i:5;i:4372704;}i:7;a:6:{i:0;s:19:"Loading module: gii";i:1;i:8;i:2;s:26:"yii\base\Module::getModule";i:3;d:1698228142.847375;i:4;a:0:{}i:5;i:4373048;}i:8;a:6:{i:0;s:42:"Bootstrap with yii\gii\Module::bootstrap()";i:1;i:8;i:2;s:31:"yii\base\Application::bootstrap";i:3;d:1698228142.847958;i:4;a:0:{}i:5;i:4397072;}i:9;a:6:{i:0;s:28:"Executing Redis Command: GET";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698228142.847994;i:4;a:0:{}i:5;i:4403464;}i:18;a:6:{i:0;s:39:"Route requested: 'api/user/modify-user'";i:1;i:8;i:2;s:34:"yii\web\Application::handleRequest";i:3;d:1698228142.850351;i:4;a:0:{}i:5;i:4628712;}i:19;a:6:{i:0;s:19:"Loading module: api";i:1;i:8;i:2;s:26:"yii\base\Module::getModule";i:3;d:1698228142.850361;i:4;a:0:{}i:5;i:4630344;}i:20;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_wechat_app`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698228142.87193;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6052848;}i:21;a:6:{i:0;s:57:"Opening DB connection: mysql:host=127.0.0.1;dbname=cxfoot";i:1;i:4;i:2;s:23:"yii\db\Connection::open";i:3;d:1698228142.871974;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6055280;}i:26;a:6:{i:0;s:782:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_wechat_app' AND `kcu`.`TABLE_NAME` = 'cx_wechat_app'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698228142.891922;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6141592;}i:29;a:6:{i:0;s:71:"SELECT * FROM `cx_wechat_app` WHERE (`cx_mch_id`=0) AND (`is_delete`=0)";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698228142.897328;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6478160;}i:32;a:6:{i:0;s:34:"Route to run: api/user/modify-user";i:1;i:8;i:2;s:30:"yii\base\Controller::runAction";i:3;d:1698228142.906514;i:4;a:0:{}i:5;i:6707144;}i:33;a:6:{i:0;s:119:"SELECT * FROM `cx_user_token` WHERE ((`is_delete`=0) AND (`token`='SF5fP6gUUrct1a') AND (`cx_mch_id`=0)) AND (`type`=3)";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698228142.913112;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6983768;}i:36;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_user_token`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698228142.913809;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6992024;}i:39;a:6:{i:0;s:782:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_user_token' AND `kcu`.`TABLE_NAME` = 'cx_user_token'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698228142.914835;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7005872;}i:42;a:6:{i:0;s:32:"SHOW FULL COLUMNS FROM `cx_user`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698228142.915467;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7009752;}i:45;a:6:{i:0;s:770:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_user' AND `kcu`.`TABLE_NAME` = 'cx_user'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698228142.923422;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7031848;}i:48;a:6:{i:0;s:78:"SELECT * FROM `cx_user` WHERE (`id`='65') AND (`is_delete`=0) AND (`status`=0)";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698228142.9244;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7039832;}i:51;a:6:{i:0;s:56:"User '65' logged in from 127.0.0.1. Session not enabled.";i:1;i:4;i:2;s:19:"yii\web\User::login";i:3;d:1698228142.930479;i:4;a:2:{i:0;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7279784;}i:52;a:6:{i:0;s:28:"Executing Redis Command: GET";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698228142.931651;i:4;a:2:{i:0;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:56;s:8:"function";s:6:"__call";s:5:"class";s:20:"yii\redis\Connection";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7366128;}i:53;a:6:{i:0;s:78:"Running action: app\modules\api\controllers\UserController::actionModifyUser()";i:1;i:8;i:2;s:36:"yii\base\InlineAction::runWithParams";i:3;d:1698228142.931931;i:4;a:0:{}i:5;i:7362208;}i:54;a:6:{i:0;s:39:"SELECT * FROM `cx_user` WHERE `id`='65'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698228142.934707;i:4;a:2:{i:0;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:69;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:55;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7445456;}i:57;a:6:{i:0;s:35:"SHOW FULL COLUMNS FROM `cx_api_log`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698228142.935963;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7491856;}i:60;a:6:{i:0;s:776:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_api_log' AND `kcu`.`TABLE_NAME` = 'cx_api_log'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698228142.937284;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7510768;}i:63;a:6:{i:0;s:653:"INSERT INTO `cx_api_log` (`cx_mch_id`, `user_id`, `route`, `module_id`, `controller_id`, `action_id`, `url`, `method`, `method_param`, `ipv4`, `is_pass`, `request_date`, `request_time`, `response_time`, `process_consume_time`, `is_delete`, `created_at`) VALUES (0, '65', 'api/user/modify-user', 'api', 'user', 'modify-user', '/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124', 'POST', '{\"real_name\":\"张三\",\"gender\":\"1\",\"is_view\":\"42.5\",\"mobile_phone\":\"18111111112\"}', '127.0.0.1', 1, '2023-10-25', 1698228142853, 1698228142938, 85, 0, 1698228142)";i:1;i:4;i:2;s:23:"yii\db\Command::execute";i:3;d:1698228142.941508;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:125;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7644552;}}}";s:9:"profiling";s:24659:"a:3:{s:6:"memory";i:7816904;s:4:"time";d:0.16939091682434082;s:8:"messages";a:28:{i:22;a:6:{i:0;s:57:"Opening DB connection: mysql:host=127.0.0.1;dbname=cxfoot";i:1;i:80;i:2;s:23:"yii\db\Connection::open";i:3;d:1698228142.871992;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6056408;}i:23;a:6:{i:0;s:57:"Opening DB connection: mysql:host=127.0.0.1;dbname=cxfoot";i:1;i:96;i:2;s:23:"yii\db\Connection::open";i:3;d:1698228142.889238;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6105568;}i:24;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_wechat_app`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698228142.889335;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6105808;}i:25;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_wechat_app`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698228142.890252;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6121640;}i:27;a:6:{i:0;s:782:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_wechat_app' AND `kcu`.`TABLE_NAME` = 'cx_wechat_app'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698228142.891965;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6144456;}i:28;a:6:{i:0;s:782:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_wechat_app' AND `kcu`.`TABLE_NAME` = 'cx_wechat_app'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698228142.892694;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6146840;}i:30;a:6:{i:0;s:71:"SELECT * FROM `cx_wechat_app` WHERE (`cx_mch_id`=0) AND (`is_delete`=0)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698228142.897364;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6479408;}i:31;a:6:{i:0;s:71:"SELECT * FROM `cx_wechat_app` WHERE (`cx_mch_id`=0) AND (`is_delete`=0)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698228142.89785;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6486080;}i:34;a:6:{i:0;s:119:"SELECT * FROM `cx_user_token` WHERE ((`is_delete`=0) AND (`token`='SF5fP6gUUrct1a') AND (`cx_mch_id`=0)) AND (`type`=3)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698228142.913149;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6985336;}i:35;a:6:{i:0;s:119:"SELECT * FROM `cx_user_token` WHERE ((`is_delete`=0) AND (`token`='SF5fP6gUUrct1a') AND (`cx_mch_id`=0)) AND (`type`=3)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698228142.913712;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6989024;}i:37;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_user_token`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698228142.913835;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6994144;}i:38;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_user_token`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698228142.914566;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7006408;}i:40;a:6:{i:0;s:782:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_user_token' AND `kcu`.`TABLE_NAME` = 'cx_user_token'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698228142.914861;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7009488;}i:41;a:6:{i:0;s:782:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_user_token' AND `kcu`.`TABLE_NAME` = 'cx_user_token'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698228142.915313;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7012624;}i:43;a:6:{i:0;s:32:"SHOW FULL COLUMNS FROM `cx_user`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698228142.915492;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7011872;}i:44;a:6:{i:0;s:32:"SHOW FULL COLUMNS FROM `cx_user`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698228142.922827;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7042016;}i:46;a:6:{i:0;s:770:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_user' AND `kcu`.`TABLE_NAME` = 'cx_user'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698228142.923452;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7035464;}i:47;a:6:{i:0;s:770:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_user' AND `kcu`.`TABLE_NAME` = 'cx_user'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698228142.924122;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7038600;}i:49;a:6:{i:0;s:78:"SELECT * FROM `cx_user` WHERE (`id`='65') AND (`is_delete`=0) AND (`status`=0)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698228142.924426;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7041584;}i:50;a:6:{i:0;s:78:"SELECT * FROM `cx_user` WHERE (`id`='65') AND (`is_delete`=0) AND (`status`=0)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698228142.925052;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7048016;}i:55;a:6:{i:0;s:39:"SELECT * FROM `cx_user` WHERE `id`='65'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698228142.934737;i:4;a:2:{i:0;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:69;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:55;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7447256;}i:56;a:6:{i:0;s:39:"SELECT * FROM `cx_user` WHERE `id`='65'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698228142.935206;i:4;a:2:{i:0;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:69;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:55;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7452992;}i:58;a:6:{i:0;s:35:"SHOW FULL COLUMNS FROM `cx_api_log`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698228142.935988;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7493976;}i:59;a:6:{i:0;s:35:"SHOW FULL COLUMNS FROM `cx_api_log`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698228142.936846;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7516936;}i:61;a:6:{i:0;s:776:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_api_log' AND `kcu`.`TABLE_NAME` = 'cx_api_log'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698228142.937308;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7514384;}i:62;a:6:{i:0;s:776:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_api_log' AND `kcu`.`TABLE_NAME` = 'cx_api_log'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698228142.937811;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7517520;}i:64;a:6:{i:0;s:653:"INSERT INTO `cx_api_log` (`cx_mch_id`, `user_id`, `route`, `module_id`, `controller_id`, `action_id`, `url`, `method`, `method_param`, `ipv4`, `is_pass`, `request_date`, `request_time`, `response_time`, `process_consume_time`, `is_delete`, `created_at`) VALUES (0, '65', 'api/user/modify-user', 'api', 'user', 'modify-user', '/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124', 'POST', '{\"real_name\":\"张三\",\"gender\":\"1\",\"is_view\":\"42.5\",\"mobile_phone\":\"18111111112\"}', '127.0.0.1', 1, '2023-10-25', 1698228142853, 1698228142938, 85, 0, 1698228142)";i:1;i:80;i:2;s:23:"yii\db\Command::execute";i:3;d:1698228142.941581;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:125;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7642912;}i:65;a:6:{i:0;s:653:"INSERT INTO `cx_api_log` (`cx_mch_id`, `user_id`, `route`, `module_id`, `controller_id`, `action_id`, `url`, `method`, `method_param`, `ipv4`, `is_pass`, `request_date`, `request_time`, `response_time`, `process_consume_time`, `is_delete`, `created_at`) VALUES (0, '65', 'api/user/modify-user', 'api', 'user', 'modify-user', '/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124', 'POST', '{\"real_name\":\"张三\",\"gender\":\"1\",\"is_view\":\"42.5\",\"mobile_phone\":\"18111111112\"}', '127.0.0.1', 1, '2023-10-25', 1698228142853, 1698228142938, 85, 0, 1698228142)";i:1;i:96;i:2;s:23:"yii\db\Command::execute";i:3;d:1698228142.963434;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:125;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7651200;}}}";s:2:"db";s:23855:"a:1:{s:8:"messages";a:26:{i:24;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_wechat_app`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698228142.889335;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6105808;}i:25;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_wechat_app`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698228142.890252;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6121640;}i:27;a:6:{i:0;s:782:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_wechat_app' AND `kcu`.`TABLE_NAME` = 'cx_wechat_app'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698228142.891965;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6144456;}i:28;a:6:{i:0;s:782:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_wechat_app' AND `kcu`.`TABLE_NAME` = 'cx_wechat_app'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698228142.892694;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6146840;}i:30;a:6:{i:0;s:71:"SELECT * FROM `cx_wechat_app` WHERE (`cx_mch_id`=0) AND (`is_delete`=0)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698228142.897364;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6479408;}i:31;a:6:{i:0;s:71:"SELECT * FROM `cx_wechat_app` WHERE (`cx_mch_id`=0) AND (`is_delete`=0)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698228142.89785;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6486080;}i:34;a:6:{i:0;s:119:"SELECT * FROM `cx_user_token` WHERE ((`is_delete`=0) AND (`token`='SF5fP6gUUrct1a') AND (`cx_mch_id`=0)) AND (`type`=3)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698228142.913149;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6985336;}i:35;a:6:{i:0;s:119:"SELECT * FROM `cx_user_token` WHERE ((`is_delete`=0) AND (`token`='SF5fP6gUUrct1a') AND (`cx_mch_id`=0)) AND (`type`=3)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698228142.913712;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6989024;}i:37;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_user_token`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698228142.913835;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6994144;}i:38;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_user_token`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698228142.914566;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7006408;}i:40;a:6:{i:0;s:782:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_user_token' AND `kcu`.`TABLE_NAME` = 'cx_user_token'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698228142.914861;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7009488;}i:41;a:6:{i:0;s:782:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_user_token' AND `kcu`.`TABLE_NAME` = 'cx_user_token'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698228142.915313;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7012624;}i:43;a:6:{i:0;s:32:"SHOW FULL COLUMNS FROM `cx_user`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698228142.915492;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7011872;}i:44;a:6:{i:0;s:32:"SHOW FULL COLUMNS FROM `cx_user`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698228142.922827;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7042016;}i:46;a:6:{i:0;s:770:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_user' AND `kcu`.`TABLE_NAME` = 'cx_user'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698228142.923452;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7035464;}i:47;a:6:{i:0;s:770:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_user' AND `kcu`.`TABLE_NAME` = 'cx_user'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698228142.924122;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7038600;}i:49;a:6:{i:0;s:78:"SELECT * FROM `cx_user` WHERE (`id`='65') AND (`is_delete`=0) AND (`status`=0)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698228142.924426;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7041584;}i:50;a:6:{i:0;s:78:"SELECT * FROM `cx_user` WHERE (`id`='65') AND (`is_delete`=0) AND (`status`=0)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698228142.925052;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7048016;}i:55;a:6:{i:0;s:39:"SELECT * FROM `cx_user` WHERE `id`='65'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698228142.934737;i:4;a:2:{i:0;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:69;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:55;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7447256;}i:56;a:6:{i:0;s:39:"SELECT * FROM `cx_user` WHERE `id`='65'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698228142.935206;i:4;a:2:{i:0;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:69;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:55;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7452992;}i:58;a:6:{i:0;s:35:"SHOW FULL COLUMNS FROM `cx_api_log`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698228142.935988;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7493976;}i:59;a:6:{i:0;s:35:"SHOW FULL COLUMNS FROM `cx_api_log`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698228142.936846;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7516936;}i:61;a:6:{i:0;s:776:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_api_log' AND `kcu`.`TABLE_NAME` = 'cx_api_log'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698228142.937308;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7514384;}i:62;a:6:{i:0;s:776:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_api_log' AND `kcu`.`TABLE_NAME` = 'cx_api_log'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698228142.937811;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7517520;}i:64;a:6:{i:0;s:653:"INSERT INTO `cx_api_log` (`cx_mch_id`, `user_id`, `route`, `module_id`, `controller_id`, `action_id`, `url`, `method`, `method_param`, `ipv4`, `is_pass`, `request_date`, `request_time`, `response_time`, `process_consume_time`, `is_delete`, `created_at`) VALUES (0, '65', 'api/user/modify-user', 'api', 'user', 'modify-user', '/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124', 'POST', '{\"real_name\":\"张三\",\"gender\":\"1\",\"is_view\":\"42.5\",\"mobile_phone\":\"18111111112\"}', '127.0.0.1', 1, '2023-10-25', 1698228142853, 1698228142938, 85, 0, 1698228142)";i:1;i:80;i:2;s:23:"yii\db\Command::execute";i:3;d:1698228142.941581;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:125;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7642912;}i:65;a:6:{i:0;s:653:"INSERT INTO `cx_api_log` (`cx_mch_id`, `user_id`, `route`, `module_id`, `controller_id`, `action_id`, `url`, `method`, `method_param`, `ipv4`, `is_pass`, `request_date`, `request_time`, `response_time`, `process_consume_time`, `is_delete`, `created_at`) VALUES (0, '65', 'api/user/modify-user', 'api', 'user', 'modify-user', '/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124', 'POST', '{\"real_name\":\"张三\",\"gender\":\"1\",\"is_view\":\"42.5\",\"mobile_phone\":\"18111111112\"}', '127.0.0.1', 1, '2023-10-25', 1698228142853, 1698228142938, 85, 0, 1698228142)";i:1;i:96;i:2;s:23:"yii\db\Command::execute";i:3;d:1698228142.963434;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:125;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7651200;}}}";s:5:"event";s:6002:"a:34:{i:0;a:5:{s:4:"time";d:1698228142.845686;s:4:"name";s:9:"afterOpen";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:20:"yii\redis\Connection";}i:1;a:5:{s:4:"time";d:1698228142.849738;s:4:"name";s:13:"beforeRequest";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:19:"yii\web\Application";}i:2;a:5:{s:4:"time";d:1698228142.867485;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:3;a:5:{s:4:"time";d:1698228142.889226;s:4:"name";s:9:"afterOpen";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:17:"yii\db\Connection";}i:4;a:5:{s:4:"time";d:1698228142.8979;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:27:"app\models\wechat\WechatApp";}i:5;a:5:{s:4:"time";d:1698228142.897963;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:27:"app\models\wechat\WechatApp";}i:6;a:5:{s:4:"time";d:1698228142.906876;s:4:"name";s:12:"beforeAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:19:"yii\web\Application";}i:7;a:5:{s:4:"time";d:1698228142.906891;s:4:"name";s:12:"beforeAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:22:"app\modules\api\Module";}i:8;a:5:{s:4:"time";d:1698228142.911544;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:9;a:5:{s:4:"time";d:1698228142.913757;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:20:"app\models\UserToken";}i:10;a:5:{s:4:"time";d:1698228142.91538;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:20:"app\models\UserToken";}i:11;a:5:{s:4:"time";d:1698228142.915411;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:12;a:5:{s:4:"time";d:1698228142.925103;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:15:"app\models\User";}i:13;a:5:{s:4:"time";d:1698228142.925401;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:15:"app\models\User";}i:14;a:5:{s:4:"time";d:1698228142.925909;s:4:"name";s:11:"beforeLogin";s:5:"class";s:17:"yii\web\UserEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:12:"yii\web\User";}i:15;a:5:{s:4:"time";d:1698228142.93052;s:4:"name";s:10:"afterLogin";s:5:"class";s:17:"yii\web\UserEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:12:"yii\web\User";}i:16;a:5:{s:4:"time";d:1698228142.931911;s:4:"name";s:12:"beforeAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:42:"app\modules\api\controllers\UserController";}i:17;a:5:{s:4:"time";d:1698228142.934322;s:4:"name";s:14:"beforeValidate";s:5:"class";s:19:"yii\base\ModelEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:37:"app\modules\api\models\UserModifyForm";}i:18;a:5:{s:4:"time";d:1698228142.934426;s:4:"name";s:13:"afterValidate";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:37:"app\modules\api\models\UserModifyForm";}i:19;a:5:{s:4:"time";d:1698228142.934484;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:20;a:5:{s:4:"time";d:1698228142.935243;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:15:"app\models\User";}i:21;a:5:{s:4:"time";d:1698228142.935312;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:15:"app\models\User";}i:22;a:5:{s:4:"time";d:1698228142.935916;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"app\models\log\ApiLog";}i:23;a:5:{s:4:"time";d:1698228142.938477;s:4:"name";s:14:"beforeValidate";s:5:"class";s:19:"yii\base\ModelEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"app\models\log\ApiLog";}i:24;a:5:{s:4:"time";d:1698228142.940243;s:4:"name";s:13:"afterValidate";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"app\models\log\ApiLog";}i:25;a:5:{s:4:"time";d:1698228142.940262;s:4:"name";s:12:"beforeInsert";s:5:"class";s:19:"yii\base\ModelEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"app\models\log\ApiLog";}i:26;a:5:{s:4:"time";d:1698228142.964021;s:4:"name";s:11:"afterInsert";s:5:"class";s:21:"yii\db\AfterSaveEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"app\models\log\ApiLog";}i:27;a:5:{s:4:"time";d:1698228142.964065;s:4:"name";s:11:"afterAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:42:"app\modules\api\controllers\UserController";}i:28;a:5:{s:4:"time";d:1698228142.964078;s:4:"name";s:11:"afterAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:22:"app\modules\api\Module";}i:29;a:5:{s:4:"time";d:1698228142.964088;s:4:"name";s:11:"afterAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:19:"yii\web\Application";}i:30;a:5:{s:4:"time";d:1698228142.964102;s:4:"name";s:12:"afterRequest";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:19:"yii\web\Application";}i:31;a:5:{s:4:"time";d:1698228142.964113;s:4:"name";s:10:"beforeSend";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:16:"yii\web\Response";}i:32;a:5:{s:4:"time";d:1698228142.966876;s:4:"name";s:12:"afterPrepare";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:16:"yii\web\Response";}i:33;a:5:{s:4:"time";d:1698228142.966954;s:4:"name";s:9:"afterSend";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:16:"yii\web\Response";}}";s:4:"mail";s:6:"a:0:{}";s:8:"timeline";s:91:"a:3:{s:5:"start";d:1698228142.799801;s:3:"end";d:1698228142.969492;s:6:"memory";i:7816904;}";s:4:"dump";s:6:"a:0:{}";s:6:"router";s:1694:"a:3:{s:8:"messages";a:8:{i:10;a:6:{i:0;a:3:{s:4:"rule";s:3:"gii";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698228142.850279;i:4;a:0:{}i:5;i:4623120;}i:11;a:6:{i:0;a:3:{s:4:"rule";s:12:"gii/";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698228142.850294;i:4;a:0:{}i:5;i:4623872;}i:12;a:6:{i:0;a:3:{s:4:"rule";s:41:"gii//";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698228142.850303;i:4;a:0:{}i:5;i:4624624;}i:13;a:6:{i:0;a:3:{s:4:"rule";s:5:"debug";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698228142.850311;i:4;a:0:{}i:5;i:4625376;}i:14;a:6:{i:0;a:3:{s:4:"rule";s:43:"debug//";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698228142.850319;i:4;a:0:{}i:5;i:4626128;}i:15;a:6:{i:0;a:3:{s:4:"rule";s:38:"//";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698228142.850327;i:4;a:0:{}i:5;i:4626880;}i:16;a:6:{i:0;a:3:{s:4:"rule";s:29:"/";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698228142.850336;i:4;a:0:{}i:5;i:4627632;}i:17;a:6:{i:0;s:55:"No matching URL rules. Using default URL parsing logic.";i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698228142.850341;i:4;a:0:{}i:5;i:4628648;}}s:5:"route";s:20:"api/user/modify-user";s:6:"action";s:62:"app\modules\api\controllers\UserController::actionModifyUser()";}";s:7:"request";s:5296:"a:15:{s:7:"flashes";a:0:{}s:10:"statusCode";i:200;s:14:"requestHeaders";a:9:{s:14:"content-length";s:3:"508";s:12:"content-type";s:80:"multipart/form-data; boundary=--------------------------270577724002285018702245";s:4:"host";s:10:"cxfoot.com";s:6:"cookie";s:148:"_csrf=8fbdaa725ca597d8331ef81ae9067afe764f1900aa8db0a0d67c8710f6d481b0a:2:%7Bi:0;s:5:%22_csrf%22;i:1;s:32:%22WfRjf3W_0ensQLGX33Vv8tMfqio6QpBg%22;%7D";s:10:"connection";s:5:"close";s:15:"accept-encoding";s:17:"gzip, deflate, br";s:6:"accept";s:3:"*/*";s:13:"cache-control";s:8:"no-cache";s:10:"user-agent";s:35:"PostmanRuntime-ApipostRuntime/1.1.0";}s:15:"responseHeaders";a:6:{s:12:"X-Powered-By";s:9:"PHP/7.3.4";s:12:"Content-Type";s:31:"application/json; charset=UTF-8";s:11:"X-Debug-Tag";s:13:"6538e7aecda96";s:16:"X-Debug-Duration";s:3:"168";s:12:"X-Debug-Link";s:37:"/debug/default/view?tag=6538e7aecda96";s:10:"Set-Cookie";s:204:"_csrf=5a91ab56c3cc2b0819046b1661afc56ae8716ba412585a472cd871142237a416a%3A2%3A%7Bi%3A0%3Bs%3A5%3A%22_csrf%22%3Bi%3A1%3Bs%3A32%3A%22ryxdm6vl8MPqDJf0tL61OYhEgLg5MV5V%22%3B%7D; path=/; HttpOnly; SameSite=Lax";}s:5:"route";s:20:"api/user/modify-user";s:6:"action";s:62:"app\modules\api\controllers\UserController::actionModifyUser()";s:12:"actionParams";a:0:{}s:7:"general";a:5:{s:6:"method";s:4:"POST";s:6:"isAjax";b:0;s:6:"isPjax";b:0;s:7:"isFlash";b:0;s:18:"isSecureConnection";b:0;}s:11:"requestBody";a:0:{}s:6:"SERVER";a:43:{s:4:"PATH";s:954:"C:\imagemagick;C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\intel64_win\compiler;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;E:\anzhuang\QTSystem\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;D:\Git\cmd;D:\svn\bin;C:\Users\Administrator\AppData\Local\Programs\Python\Python311;C:\Users\Administrator\AppData\Local\Programs\Python\Python311\Scripts;D:\Xftp 7\;D:\微信web开发者工具\dll;C:\Users\Administrator\AppData\Local\Microsoft\WindowsApps;;D:\PhpStorm 2021.2.1\bin;;D:\Microsoft VS Code\bin;D:\phpstudy_pro\Extensions\php\php7.4.3nts;C:\Users\Administrator\AppData\Local\ComposerSetup\bin;C:\Users\Administrator\AppData\Roaming\Composer\vendor\bin";s:10:"SYSTEMROOT";s:10:"C:\WINDOWS";s:7:"COMSPEC";s:27:"C:\WINDOWS\system32\cmd.exe";s:7:"PATHEXT";s:53:".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC";s:6:"WINDIR";s:10:"C:\WINDOWS";s:5:"PHPRC";s:42:"D:/phpstudy_pro/Extensions/php/php7.3.4nts";s:21:"_FCGI_SHUTDOWN_EVENT_";s:4:"9080";s:11:"SCRIPT_NAME";s:10:"/index.php";s:11:"REQUEST_URI";s:137:"/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:12:"QUERY_STRING";s:115:"access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:14:"REQUEST_METHOD";s:4:"POST";s:15:"SERVER_PROTOCOL";s:8:"HTTP/1.1";s:17:"GATEWAY_INTERFACE";s:7:"CGI/1.1";s:21:"REDIRECT_QUERY_STRING";s:115:"access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:12:"REDIRECT_URL";s:21:"/api/user/modify-user";s:11:"REMOTE_PORT";s:5:"58308";s:15:"SCRIPT_FILENAME";s:40:"D:/phpstudy_pro/WWW/cxfoot/web/index.php";s:12:"SERVER_ADMIN";s:17:"admin@example.com";s:21:"CONTEXT_DOCUMENT_ROOT";s:30:"D:/phpstudy_pro/WWW/cxfoot/web";s:14:"CONTEXT_PREFIX";s:0:"";s:14:"REQUEST_SCHEME";s:4:"http";s:13:"DOCUMENT_ROOT";s:30:"D:/phpstudy_pro/WWW/cxfoot/web";s:11:"REMOTE_ADDR";s:9:"127.0.0.1";s:11:"SERVER_PORT";s:2:"80";s:11:"SERVER_ADDR";s:9:"127.0.0.1";s:11:"SERVER_NAME";s:10:"cxfoot.com";s:15:"SERVER_SOFTWARE";s:73:"Apache/2.4.39 (Win64) OpenSSL/1.1.1b mod_fcgid/2.3.9a mod_log_rotate/1.02";s:16:"SERVER_SIGNATURE";s:0:"";s:10:"SystemRoot";s:10:"C:\WINDOWS";s:14:"CONTENT_LENGTH";s:3:"508";s:12:"CONTENT_TYPE";s:80:"multipart/form-data; boundary=--------------------------270577724002285018702245";s:9:"HTTP_HOST";s:10:"cxfoot.com";s:11:"HTTP_COOKIE";s:148:"_csrf=8fbdaa725ca597d8331ef81ae9067afe764f1900aa8db0a0d67c8710f6d481b0a:2:%7Bi:0;s:5:%22_csrf%22;i:1;s:32:%22WfRjf3W_0ensQLGX33Vv8tMfqio6QpBg%22;%7D";s:15:"HTTP_CONNECTION";s:5:"close";s:20:"HTTP_ACCEPT_ENCODING";s:17:"gzip, deflate, br";s:11:"HTTP_ACCEPT";s:3:"*/*";s:18:"HTTP_CACHE_CONTROL";s:8:"no-cache";s:15:"HTTP_USER_AGENT";s:35:"PostmanRuntime-ApipostRuntime/1.1.0";s:15:"REDIRECT_STATUS";s:3:"200";s:9:"FCGI_ROLE";s:9:"RESPONDER";s:8:"PHP_SELF";s:10:"/index.php";s:18:"REQUEST_TIME_FLOAT";d:1698228142.784249;s:12:"REQUEST_TIME";i:1698228142;}s:3:"GET";a:2:{s:12:"access_token";s:60:"bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0=";s:6:"X-Csrf";s:32:"ag7x1Afy1r0q8j4y05vk3s4118hx7124";}s:4:"POST";a:4:{s:9:"real_name";s:6:"张三";s:6:"gender";s:1:"1";s:7:"is_view";s:4:"42.5";s:12:"mobile_phone";s:11:"18111111112";}s:6:"COOKIE";a:5:{s:5:"_csrf";s:72:"8fbdaa725ca597d8331ef81ae9067afe764f1900aa8db0a0d67c8710f6d481b0a:2:{i:0";s:11:"s:5:"_csrf"";s:0:"";s:3:"i:1";s:0:"";s:39:"s:32:"WfRjf3W_0ensQLGX33Vv8tMfqio6QpBg"";s:0:"";s:1:"}";s:0:"";}s:5:"FILES";a:0:{}s:7:"SESSION";a:0:{}}";s:4:"user";s:2944:"a:5:{s:2:"id";s:2:"65";s:8:"identity";a:26:{s:2:"id";s:4:"'65'";s:9:"cx_mch_id";s:3:"'0'";s:8:"username";s:9:"'Umcvqe1'";s:8:"password";s:62:"'$2y$13$h1rFZxffWh0BiJJtDs4gPum0Wsx5KfYJXAsqcPL8PNb4w8hd9hoPW'";s:8:"auth_key";s:34:"'MqDPRppFI2OgJpjwFE68C9Sn2SbeXAwV'";s:12:"access_token";s:34:"'bOxZSNi_gU02GsWLDJUjrP0wX2nQ7Qal'";s:8:"nickname";s:8:"'Umcvqe'";s:10:"avatar_url";s:28:"'/statics/images/avatar.jpg'";s:12:"mobile_phone";s:13:"'18111111112'";s:13:"mobile_prefix";s:4:"'86'";s:5:"email";s:2:"''";s:9:"real_name";s:8:"'张三'";s:4:"desc";s:2:"''";s:6:"gender";s:1:"1";s:8:"birthday";s:4:"null";s:6:"status";s:1:"0";s:9:"parent_id";s:3:"'0'";s:12:"is_modify_un";s:1:"1";s:9:"is_delete";s:1:"0";s:10:"country_id";s:1:"0";s:7:"city_id";s:1:"0";s:10:"created_at";s:10:"1698133733";s:10:"updated_at";s:10:"1698228126";s:4:"type";s:1:"0";s:8:"store_id";s:1:"0";s:7:"is_view";s:6:"'42.5'";}s:10:"attributes";a:26:{i:0;a:2:{s:9:"attribute";s:2:"id";s:5:"label";s:2:"ID";}i:1;a:2:{s:9:"attribute";s:9:"cx_mch_id";s:5:"label";s:14:"平台商户ID";}i:2;a:2:{s:9:"attribute";s:8:"username";s:5:"label";s:9:"用户名";}i:3;a:2:{s:9:"attribute";s:8:"password";s:5:"label";s:6:"密码";}i:4;a:2:{s:9:"attribute";s:8:"auth_key";s:5:"label";s:8:"AUTH_KEY";}i:5;a:2:{s:9:"attribute";s:12:"access_token";s:5:"label";s:12:"ACCESS_TOKEN";}i:6;a:2:{s:9:"attribute";s:8:"nickname";s:5:"label";s:6:"昵称";}i:7;a:2:{s:9:"attribute";s:10:"avatar_url";s:5:"label";s:6:"头像";}i:8;a:2:{s:9:"attribute";s:12:"mobile_phone";s:5:"label";s:9:"手机号";}i:9;a:2:{s:9:"attribute";s:13:"mobile_prefix";s:5:"label";s:21:"手机号国家代码";}i:10;a:2:{s:9:"attribute";s:5:"email";s:5:"label";s:6:"邮箱";}i:11;a:2:{s:9:"attribute";s:9:"real_name";s:5:"label";s:12:"真实姓名";}i:12;a:2:{s:9:"attribute";s:4:"desc";s:5:"label";s:12:"个性签名";}i:13;a:2:{s:9:"attribute";s:6:"gender";s:5:"label";s:33:"性别,0=女,1=男,2=保密";}i:14;a:2:{s:9:"attribute";s:8:"birthday";s:5:"label";s:6:"生日";}i:15;a:2:{s:9:"attribute";s:6:"status";s:5:"label";s:50:"状态,0=正常,1=封禁,2=挂起,3=注销";}i:16;a:2:{s:9:"attribute";s:9:"parent_id";s:5:"label";s:9:"PARENT_ID";}i:17;a:2:{s:9:"attribute";s:12:"is_modify_un";s:5:"label";s:43:"用户名是否可以修改,0=否,1=是";}i:18;a:2:{s:9:"attribute";s:9:"is_delete";s:5:"label";s:28:"是否删除,0=否,1=是";}i:19;a:2:{s:9:"attribute";s:10:"country_id";s:5:"label";s:8:"国家ID";}i:20;a:2:{s:9:"attribute";s:7:"city_id";s:5:"label";s:8:"城市ID";}i:21;a:2:{s:9:"attribute";s:10:"created_at";s:5:"label";s:12:"添加时间";}i:22;a:2:{s:9:"attribute";s:10:"updated_at";s:5:"label";s:12:"更新时间";}i:23;a:2:{s:9:"attribute";s:4:"type";s:5:"label";s:28:"0=普通用户,1=管理员";}i:24;a:2:{s:9:"attribute";s:8:"store_id";s:5:"label";s:8:"Store Id";}i:25;a:2:{s:9:"attribute";s:7:"is_view";s:5:"label";s:6:"鞋码";}}s:13:"rolesProvider";N;s:19:"permissionsProvider";N;}";s:5:"asset";s:6:"a:0:{}";s:7:"summary";a:12:{s:3:"tag";s:13:"6538e7aecda96";s:3:"url";s:154:"http://cxfoot.com/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:4:"ajax";i:0;s:6:"method";s:4:"POST";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698228142.784249;s:10:"statusCode";i:200;s:8:"sqlCount";i:13;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:7816904;s:14:"processingTime";d:0.16939091682434082;}s:10:"exceptions";a:0:{}} \ No newline at end of file diff --git a/runtime/debug/6538f48891685.data b/runtime/debug/6538f48891685.data deleted file mode 100644 index f482c4f..0000000 --- a/runtime/debug/6538f48891685.data +++ /dev/null @@ -1,281 +0,0 @@ -a:14:{s:6:"config";s:1870:"a:5:{s:10:"phpVersion";s:5:"7.3.4";s:10:"yiiVersion";s:6:"2.0.46";s:11:"application";a:8:{s:3:"yii";s:6:"2.0.46";s:4:"name";s:14:"My Application";s:7:"version";s:3:"1.0";s:8:"language";s:5:"zh-CN";s:14:"sourceLanguage";s:5:"en-US";s:7:"charset";s:5:"UTF-8";s:3:"env";s:3:"dev";s:5:"debug";b:1;}s:3:"php";a:5:{s:7:"version";s:5:"7.3.4";s:6:"xdebug";b:0;s:3:"apc";b:0;s:8:"memcache";b:0;s:9:"memcached";b:0;}s:10:"extensions";a:7:{s:18:"yiisoft/yii2-faker";a:3:{s:4:"name";s:18:"yiisoft/yii2-faker";s:7:"version";s:7:"2.0.5.0";s:5:"alias";a:1:{s:10:"@yii/faker";s:56:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-faker/src";}}s:24:"yiisoft/yii2-swiftmailer";a:3:{s:4:"name";s:24:"yiisoft/yii2-swiftmailer";s:7:"version";s:7:"2.1.3.0";s:5:"alias";a:1:{s:16:"@yii/swiftmailer";s:62:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-swiftmailer/src";}}s:22:"yiisoft/yii2-bootstrap";a:3:{s:4:"name";s:22:"yiisoft/yii2-bootstrap";s:7:"version";s:8:"2.0.11.0";s:5:"alias";a:1:{s:14:"@yii/bootstrap";s:60:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-bootstrap/src";}}s:16:"yiisoft/yii2-gii";a:3:{s:4:"name";s:16:"yiisoft/yii2-gii";s:7:"version";s:7:"2.1.4.0";s:5:"alias";a:1:{s:8:"@yii/gii";s:54:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-gii/src";}}s:18:"yiisoft/yii2-redis";a:3:{s:4:"name";s:18:"yiisoft/yii2-redis";s:7:"version";s:8:"2.0.18.0";s:5:"alias";a:1:{s:10:"@yii/redis";s:56:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-redis/src";}}s:18:"yiisoft/yii2-debug";a:3:{s:4:"name";s:18:"yiisoft/yii2-debug";s:7:"version";s:8:"2.1.21.0";s:5:"alias";a:1:{s:10:"@yii/debug";s:56:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-debug/src";}}s:24:"jianyan74/yii2-websocket";a:3:{s:4:"name";s:24:"jianyan74/yii2-websocket";s:7:"version";s:7:"1.1.1.0";s:5:"alias";a:1:{s:18:"@jianyan/websocket";s:62:"D:\phpstudy_pro\WWW\cxfoot\vendor/jianyan74/yii2-websocket/src";}}}}";s:3:"log";s:16963:"a:1:{s:8:"messages";a:33:{i:0;a:6:{i:0;s:33:"Bootstrap with yii\log\Dispatcher";i:1;i:8;i:2;s:31:"yii\base\Application::bootstrap";i:3;d:1698231432.555327;i:4;a:0:{}i:5;i:2495616;}i:1;a:6:{i:0;s:21:"Loading module: debug";i:1;i:8;i:2;s:26:"yii\base\Module::getModule";i:3;d:1698231432.555354;i:4;a:0:{}i:5;i:2496792;}i:2;a:6:{i:0;s:44:"Bootstrap with yii\debug\Module::bootstrap()";i:1;i:8;i:2;s:31:"yii\base\Application::bootstrap";i:3;d:1698231432.594696;i:4;a:0:{}i:5;i:4072024;}i:3;a:6:{i:0;s:61:"Opening redis DB connection: tcp://127.0.0.1:6379, database=0";i:1;i:8;i:2;s:26:"yii\redis\Connection::open";i:3;d:1698231432.600961;i:4;a:0:{}i:5;i:4288472;}i:4;a:6:{i:0;s:31:"Executing Redis Command: SELECT";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698231432.601859;i:4;a:0:{}i:5;i:4290680;}i:5;a:6:{i:0;s:28:"Executing Redis Command: GET";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698231432.602118;i:4;a:0:{}i:5;i:4298864;}i:6;a:6:{i:0;s:28:"Executing Redis Command: GET";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698231432.604139;i:4;a:0:{}i:5;i:4371144;}i:7;a:6:{i:0;s:19:"Loading module: gii";i:1;i:8;i:2;s:26:"yii\base\Module::getModule";i:3;d:1698231432.604331;i:4;a:0:{}i:5;i:4371488;}i:8;a:6:{i:0;s:42:"Bootstrap with yii\gii\Module::bootstrap()";i:1;i:8;i:2;s:31:"yii\base\Application::bootstrap";i:3;d:1698231432.605463;i:4;a:0:{}i:5;i:4395512;}i:9;a:6:{i:0;s:28:"Executing Redis Command: GET";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698231432.605507;i:4;a:0:{}i:5;i:4401904;}i:18;a:6:{i:0;s:35:"Route requested: 'api/report/index'";i:1;i:8;i:2;s:34:"yii\web\Application::handleRequest";i:3;d:1698231432.608516;i:4;a:0:{}i:5;i:4625456;}i:19;a:6:{i:0;s:19:"Loading module: api";i:1;i:8;i:2;s:26:"yii\base\Module::getModule";i:3;d:1698231432.608527;i:4;a:0:{}i:5;i:4627080;}i:20;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_wechat_app`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698231432.64029;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6050960;}i:21;a:6:{i:0;s:57:"Opening DB connection: mysql:host=127.0.0.1;dbname=cxfoot";i:1;i:4;i:2;s:23:"yii\db\Connection::open";i:3;d:1698231432.64034;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6053392;}i:26;a:6:{i:0;s:782:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_wechat_app' AND `kcu`.`TABLE_NAME` = 'cx_wechat_app'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698231432.645061;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6139704;}i:29;a:6:{i:0;s:71:"SELECT * FROM `cx_wechat_app` WHERE (`cx_mch_id`=0) AND (`is_delete`=0)";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698231432.652675;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6476272;}i:32;a:6:{i:0;s:30:"Route to run: api/report/index";i:1;i:8;i:2;s:30:"yii\base\Controller::runAction";i:3;d:1698231432.670375;i:4;a:0:{}i:5;i:6705248;}i:33;a:6:{i:0;s:119:"SELECT * FROM `cx_user_token` WHERE ((`is_delete`=0) AND (`token`='SF5fP6gUUrct1a') AND (`cx_mch_id`=0)) AND (`type`=3)";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698231432.681546;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6981984;}i:36;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_user_token`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698231432.682513;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6990240;}i:39;a:6:{i:0;s:782:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_user_token' AND `kcu`.`TABLE_NAME` = 'cx_user_token'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698231432.68366;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7004088;}i:42;a:6:{i:0;s:32:"SHOW FULL COLUMNS FROM `cx_user`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698231432.684375;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7007968;}i:45;a:6:{i:0;s:770:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_user' AND `kcu`.`TABLE_NAME` = 'cx_user'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698231432.691606;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7030064;}i:48;a:6:{i:0;s:78:"SELECT * FROM `cx_user` WHERE (`id`='65') AND (`is_delete`=0) AND (`status`=0)";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698231432.692479;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7038048;}i:51;a:6:{i:0;s:56:"User '65' logged in from 127.0.0.1. Session not enabled.";i:1;i:4;i:2;s:19:"yii\web\User::login";i:3;d:1698231432.701082;i:4;a:2:{i:0;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7278032;}i:52;a:6:{i:0;s:28:"Executing Redis Command: GET";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698231432.702674;i:4;a:2:{i:0;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:56;s:8:"function";s:6:"__call";s:5:"class";s:20:"yii\redis\Connection";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7364376;}i:53;a:6:{i:0;s:75:"Running action: app\modules\api\controllers\ReportController::actionIndex()";i:1;i:8;i:2;s:36:"yii\base\InlineAction::runWithParams";i:3;d:1698231432.70296;i:4;a:0:{}i:5;i:7360456;}i:54;a:6:{i:0;s:85:"Failed to set unsafe attribute 'access_token' in 'app\modules\api\models\ReportForm'.";i:1;i:8;i:2;s:33:"yii\base\Model::onUnsafeAttribute";i:3;d:1698231432.707223;i:4;a:1:{i:0;a:5:{s:4:"file";s:71:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\ReportController.php";s:4:"line";i:61;s:8:"function";s:5:"__set";s:5:"class";s:18:"yii\base\Component";s:4:"type";s:2:"->";}}i:5;i:7472072;}i:55;a:6:{i:0;s:79:"Failed to set unsafe attribute 'X-Csrf' in 'app\modules\api\models\ReportForm'.";i:1;i:8;i:2;s:33:"yii\base\Model::onUnsafeAttribute";i:3;d:1698231432.707242;i:4;a:1:{i:0;a:5:{s:4:"file";s:71:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\ReportController.php";s:4:"line";i:61;s:8:"function";s:5:"__set";s:5:"class";s:18:"yii\base\Component";s:4:"type";s:2:"->";}}i:5;i:7473312;}i:56;a:6:{i:0;s:56:"SELECT COUNT(*) FROM `cx_report` WHERE `user_id` IS NULL";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698231432.708575;i:4;a:2:{i:0;a:5:{s:4:"file";s:60:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\ReportForm.php";s:4:"line";i:82;s:8:"function";s:5:"count";s:5:"class";s:12:"yii\db\Query";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:71:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\ReportController.php";s:4:"line";i:63;s:8:"function";s:6:"search";s:5:"class";s:33:"app\modules\api\models\ReportForm";s:4:"type";s:2:"->";}}i:5;i:7502600;}i:59;a:6:{i:0;s:118:"SELECT `id`, `model_number`, `pdf_path`, `pdf_at` FROM `cx_report` WHERE `user_id` IS NULL ORDER BY `id` DESC LIMIT 20";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698231432.716879;i:4;a:2:{i:0;a:5:{s:4:"file";s:60:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\ReportForm.php";s:4:"line";i:84;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:71:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\ReportController.php";s:4:"line";i:63;s:8:"function";s:6:"search";s:5:"class";s:33:"app\modules\api\models\ReportForm";s:4:"type";s:2:"->";}}i:5;i:7539696;}i:62;a:6:{i:0;s:35:"SHOW FULL COLUMNS FROM `cx_api_log`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698231432.718352;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7586384;}i:65;a:6:{i:0;s:776:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_api_log' AND `kcu`.`TABLE_NAME` = 'cx_api_log'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698231432.71975;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7610928;}i:68;a:6:{i:0;s:546:"INSERT INTO `cx_api_log` (`cx_mch_id`, `user_id`, `route`, `module_id`, `controller_id`, `action_id`, `url`, `method`, `method_param`, `ipv4`, `is_pass`, `request_date`, `request_time`, `response_time`, `process_consume_time`, `is_delete`, `created_at`) VALUES (0, '65', 'api/report/index', 'api', 'report', 'index', '/api/report/index?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124', 'GET', '[]', '127.0.0.1', 1, '2023-10-25', 1698231432613, 1698231432721, 108, 0, 1698231432)";i:1;i:4;i:2;s:23:"yii\db\Command::execute";i:3;d:1698231432.723983;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:125;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7769776;}}}";s:9:"profiling";s:25698:"a:3:{s:6:"memory";i:8459072;s:4:"time";d:0.2304379940032959;s:8:"messages";a:30:{i:22;a:6:{i:0;s:57:"Opening DB connection: mysql:host=127.0.0.1;dbname=cxfoot";i:1;i:80;i:2;s:23:"yii\db\Connection::open";i:3;d:1698231432.640358;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6054520;}i:23;a:6:{i:0;s:57:"Opening DB connection: mysql:host=127.0.0.1;dbname=cxfoot";i:1;i:96;i:2;s:23:"yii\db\Connection::open";i:3;d:1698231432.642229;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6103680;}i:24;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_wechat_app`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231432.642262;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6103920;}i:25;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_wechat_app`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231432.643375;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6119752;}i:27;a:6:{i:0;s:782:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_wechat_app' AND `kcu`.`TABLE_NAME` = 'cx_wechat_app'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231432.645102;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6142568;}i:28;a:6:{i:0;s:782:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_wechat_app' AND `kcu`.`TABLE_NAME` = 'cx_wechat_app'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231432.645823;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6144952;}i:30;a:6:{i:0;s:71:"SELECT * FROM `cx_wechat_app` WHERE (`cx_mch_id`=0) AND (`is_delete`=0)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231432.652723;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6477520;}i:31;a:6:{i:0;s:71:"SELECT * FROM `cx_wechat_app` WHERE (`cx_mch_id`=0) AND (`is_delete`=0)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231432.653396;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6484192;}i:34;a:6:{i:0;s:119:"SELECT * FROM `cx_user_token` WHERE ((`is_delete`=0) AND (`token`='SF5fP6gUUrct1a') AND (`cx_mch_id`=0)) AND (`type`=3)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231432.68159;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6983552;}i:35;a:6:{i:0;s:119:"SELECT * FROM `cx_user_token` WHERE ((`is_delete`=0) AND (`token`='SF5fP6gUUrct1a') AND (`cx_mch_id`=0)) AND (`type`=3)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231432.682399;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6987240;}i:37;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_user_token`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231432.682542;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6992360;}i:38;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_user_token`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231432.683369;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7004624;}i:40;a:6:{i:0;s:782:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_user_token' AND `kcu`.`TABLE_NAME` = 'cx_user_token'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231432.683689;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7007704;}i:41;a:6:{i:0;s:782:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_user_token' AND `kcu`.`TABLE_NAME` = 'cx_user_token'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231432.684208;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7010840;}i:43;a:6:{i:0;s:32:"SHOW FULL COLUMNS FROM `cx_user`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231432.6844;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7010088;}i:44;a:6:{i:0;s:32:"SHOW FULL COLUMNS FROM `cx_user`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231432.690936;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7040232;}i:46;a:6:{i:0;s:770:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_user' AND `kcu`.`TABLE_NAME` = 'cx_user'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231432.691639;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7033680;}i:47;a:6:{i:0;s:770:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_user' AND `kcu`.`TABLE_NAME` = 'cx_user'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231432.692195;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7036816;}i:49;a:6:{i:0;s:78:"SELECT * FROM `cx_user` WHERE (`id`='65') AND (`is_delete`=0) AND (`status`=0)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231432.692504;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7039800;}i:50;a:6:{i:0;s:78:"SELECT * FROM `cx_user` WHERE (`id`='65') AND (`is_delete`=0) AND (`status`=0)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231432.692857;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7046264;}i:57;a:6:{i:0;s:56:"SELECT COUNT(*) FROM `cx_report` WHERE `user_id` IS NULL";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231432.708603;i:4;a:2:{i:0;a:5:{s:4:"file";s:60:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\ReportForm.php";s:4:"line";i:82;s:8:"function";s:5:"count";s:5:"class";s:12:"yii\db\Query";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:71:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\ReportController.php";s:4:"line";i:63;s:8:"function";s:6:"search";s:5:"class";s:33:"app\modules\api\models\ReportForm";s:4:"type";s:2:"->";}}i:5;i:7504400;}i:58;a:6:{i:0;s:56:"SELECT COUNT(*) FROM `cx_report` WHERE `user_id` IS NULL";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231432.714301;i:4;a:2:{i:0;a:5:{s:4:"file";s:60:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\ReportForm.php";s:4:"line";i:82;s:8:"function";s:5:"count";s:5:"class";s:12:"yii\db\Query";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:71:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\ReportController.php";s:4:"line";i:63;s:8:"function";s:6:"search";s:5:"class";s:33:"app\modules\api\models\ReportForm";s:4:"type";s:2:"->";}}i:5;i:7506048;}i:60;a:6:{i:0;s:118:"SELECT `id`, `model_number`, `pdf_path`, `pdf_at` FROM `cx_report` WHERE `user_id` IS NULL ORDER BY `id` DESC LIMIT 20";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231432.716912;i:4;a:2:{i:0;a:5:{s:4:"file";s:60:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\ReportForm.php";s:4:"line";i:84;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:71:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\ReportController.php";s:4:"line";i:63;s:8:"function";s:6:"search";s:5:"class";s:33:"app\modules\api\models\ReportForm";s:4:"type";s:2:"->";}}i:5;i:7541624;}i:61;a:6:{i:0;s:118:"SELECT `id`, `model_number`, `pdf_path`, `pdf_at` FROM `cx_report` WHERE `user_id` IS NULL ORDER BY `id` DESC LIMIT 20";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231432.717252;i:4;a:2:{i:0;a:5:{s:4:"file";s:60:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\ReportForm.php";s:4:"line";i:84;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:71:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\ReportController.php";s:4:"line";i:63;s:8:"function";s:6:"search";s:5:"class";s:33:"app\modules\api\models\ReportForm";s:4:"type";s:2:"->";}}i:5;i:7543568;}i:63;a:6:{i:0;s:35:"SHOW FULL COLUMNS FROM `cx_api_log`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231432.718377;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7588504;}i:64;a:6:{i:0;s:35:"SHOW FULL COLUMNS FROM `cx_api_log`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231432.71929;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7611464;}i:66;a:6:{i:0;s:776:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_api_log' AND `kcu`.`TABLE_NAME` = 'cx_api_log'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231432.719785;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7614544;}i:67;a:6:{i:0;s:776:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_api_log' AND `kcu`.`TABLE_NAME` = 'cx_api_log'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231432.720276;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7617680;}i:69;a:6:{i:0;s:546:"INSERT INTO `cx_api_log` (`cx_mch_id`, `user_id`, `route`, `module_id`, `controller_id`, `action_id`, `url`, `method`, `method_param`, `ipv4`, `is_pass`, `request_date`, `request_time`, `response_time`, `process_consume_time`, `is_delete`, `created_at`) VALUES (0, '65', 'api/report/index', 'api', 'report', 'index', '/api/report/index?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124', 'GET', '[]', '127.0.0.1', 1, '2023-10-25', 1698231432613, 1698231432721, 108, 0, 1698231432)";i:1;i:80;i:2;s:23:"yii\db\Command::execute";i:3;d:1698231432.724026;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:125;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7768136;}i:70;a:6:{i:0;s:546:"INSERT INTO `cx_api_log` (`cx_mch_id`, `user_id`, `route`, `module_id`, `controller_id`, `action_id`, `url`, `method`, `method_param`, `ipv4`, `is_pass`, `request_date`, `request_time`, `response_time`, `process_consume_time`, `is_delete`, `created_at`) VALUES (0, '65', 'api/report/index', 'api', 'report', 'index', '/api/report/index?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124', 'GET', '[]', '127.0.0.1', 1, '2023-10-25', 1698231432613, 1698231432721, 108, 0, 1698231432)";i:1;i:96;i:2;s:23:"yii\db\Command::execute";i:3;d:1698231432.74352;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:125;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7770664;}}}";s:2:"db";s:24895:"a:1:{s:8:"messages";a:28:{i:24;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_wechat_app`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231432.642262;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6103920;}i:25;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_wechat_app`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231432.643375;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6119752;}i:27;a:6:{i:0;s:782:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_wechat_app' AND `kcu`.`TABLE_NAME` = 'cx_wechat_app'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231432.645102;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6142568;}i:28;a:6:{i:0;s:782:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_wechat_app' AND `kcu`.`TABLE_NAME` = 'cx_wechat_app'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231432.645823;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6144952;}i:30;a:6:{i:0;s:71:"SELECT * FROM `cx_wechat_app` WHERE (`cx_mch_id`=0) AND (`is_delete`=0)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231432.652723;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6477520;}i:31;a:6:{i:0;s:71:"SELECT * FROM `cx_wechat_app` WHERE (`cx_mch_id`=0) AND (`is_delete`=0)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231432.653396;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6484192;}i:34;a:6:{i:0;s:119:"SELECT * FROM `cx_user_token` WHERE ((`is_delete`=0) AND (`token`='SF5fP6gUUrct1a') AND (`cx_mch_id`=0)) AND (`type`=3)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231432.68159;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6983552;}i:35;a:6:{i:0;s:119:"SELECT * FROM `cx_user_token` WHERE ((`is_delete`=0) AND (`token`='SF5fP6gUUrct1a') AND (`cx_mch_id`=0)) AND (`type`=3)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231432.682399;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6987240;}i:37;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_user_token`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231432.682542;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6992360;}i:38;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_user_token`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231432.683369;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7004624;}i:40;a:6:{i:0;s:782:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_user_token' AND `kcu`.`TABLE_NAME` = 'cx_user_token'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231432.683689;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7007704;}i:41;a:6:{i:0;s:782:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_user_token' AND `kcu`.`TABLE_NAME` = 'cx_user_token'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231432.684208;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7010840;}i:43;a:6:{i:0;s:32:"SHOW FULL COLUMNS FROM `cx_user`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231432.6844;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7010088;}i:44;a:6:{i:0;s:32:"SHOW FULL COLUMNS FROM `cx_user`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231432.690936;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7040232;}i:46;a:6:{i:0;s:770:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_user' AND `kcu`.`TABLE_NAME` = 'cx_user'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231432.691639;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7033680;}i:47;a:6:{i:0;s:770:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_user' AND `kcu`.`TABLE_NAME` = 'cx_user'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231432.692195;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7036816;}i:49;a:6:{i:0;s:78:"SELECT * FROM `cx_user` WHERE (`id`='65') AND (`is_delete`=0) AND (`status`=0)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231432.692504;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7039800;}i:50;a:6:{i:0;s:78:"SELECT * FROM `cx_user` WHERE (`id`='65') AND (`is_delete`=0) AND (`status`=0)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231432.692857;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7046264;}i:57;a:6:{i:0;s:56:"SELECT COUNT(*) FROM `cx_report` WHERE `user_id` IS NULL";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231432.708603;i:4;a:2:{i:0;a:5:{s:4:"file";s:60:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\ReportForm.php";s:4:"line";i:82;s:8:"function";s:5:"count";s:5:"class";s:12:"yii\db\Query";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:71:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\ReportController.php";s:4:"line";i:63;s:8:"function";s:6:"search";s:5:"class";s:33:"app\modules\api\models\ReportForm";s:4:"type";s:2:"->";}}i:5;i:7504400;}i:58;a:6:{i:0;s:56:"SELECT COUNT(*) FROM `cx_report` WHERE `user_id` IS NULL";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231432.714301;i:4;a:2:{i:0;a:5:{s:4:"file";s:60:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\ReportForm.php";s:4:"line";i:82;s:8:"function";s:5:"count";s:5:"class";s:12:"yii\db\Query";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:71:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\ReportController.php";s:4:"line";i:63;s:8:"function";s:6:"search";s:5:"class";s:33:"app\modules\api\models\ReportForm";s:4:"type";s:2:"->";}}i:5;i:7506048;}i:60;a:6:{i:0;s:118:"SELECT `id`, `model_number`, `pdf_path`, `pdf_at` FROM `cx_report` WHERE `user_id` IS NULL ORDER BY `id` DESC LIMIT 20";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231432.716912;i:4;a:2:{i:0;a:5:{s:4:"file";s:60:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\ReportForm.php";s:4:"line";i:84;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:71:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\ReportController.php";s:4:"line";i:63;s:8:"function";s:6:"search";s:5:"class";s:33:"app\modules\api\models\ReportForm";s:4:"type";s:2:"->";}}i:5;i:7541624;}i:61;a:6:{i:0;s:118:"SELECT `id`, `model_number`, `pdf_path`, `pdf_at` FROM `cx_report` WHERE `user_id` IS NULL ORDER BY `id` DESC LIMIT 20";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231432.717252;i:4;a:2:{i:0;a:5:{s:4:"file";s:60:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\ReportForm.php";s:4:"line";i:84;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:71:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\ReportController.php";s:4:"line";i:63;s:8:"function";s:6:"search";s:5:"class";s:33:"app\modules\api\models\ReportForm";s:4:"type";s:2:"->";}}i:5;i:7543568;}i:63;a:6:{i:0;s:35:"SHOW FULL COLUMNS FROM `cx_api_log`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231432.718377;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7588504;}i:64;a:6:{i:0;s:35:"SHOW FULL COLUMNS FROM `cx_api_log`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231432.71929;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7611464;}i:66;a:6:{i:0;s:776:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_api_log' AND `kcu`.`TABLE_NAME` = 'cx_api_log'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231432.719785;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7614544;}i:67;a:6:{i:0;s:776:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_api_log' AND `kcu`.`TABLE_NAME` = 'cx_api_log'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231432.720276;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7617680;}i:69;a:6:{i:0;s:546:"INSERT INTO `cx_api_log` (`cx_mch_id`, `user_id`, `route`, `module_id`, `controller_id`, `action_id`, `url`, `method`, `method_param`, `ipv4`, `is_pass`, `request_date`, `request_time`, `response_time`, `process_consume_time`, `is_delete`, `created_at`) VALUES (0, '65', 'api/report/index', 'api', 'report', 'index', '/api/report/index?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124', 'GET', '[]', '127.0.0.1', 1, '2023-10-25', 1698231432613, 1698231432721, 108, 0, 1698231432)";i:1;i:80;i:2;s:23:"yii\db\Command::execute";i:3;d:1698231432.724026;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:125;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7768136;}i:70;a:6:{i:0;s:546:"INSERT INTO `cx_api_log` (`cx_mch_id`, `user_id`, `route`, `module_id`, `controller_id`, `action_id`, `url`, `method`, `method_param`, `ipv4`, `is_pass`, `request_date`, `request_time`, `response_time`, `process_consume_time`, `is_delete`, `created_at`) VALUES (0, '65', 'api/report/index', 'api', 'report', 'index', '/api/report/index?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124', 'GET', '[]', '127.0.0.1', 1, '2023-10-25', 1698231432613, 1698231432721, 108, 0, 1698231432)";i:1;i:96;i:2;s:23:"yii\db\Command::execute";i:3;d:1698231432.74352;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:125;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7770664;}}}";s:5:"event";s:5664:"a:32:{i:0;a:5:{s:4:"time";d:1698231432.602105;s:4:"name";s:9:"afterOpen";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:20:"yii\redis\Connection";}i:1;a:5:{s:4:"time";d:1698231432.60769;s:4:"name";s:13:"beforeRequest";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:19:"yii\web\Application";}i:2;a:5:{s:4:"time";d:1698231432.632924;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:3;a:5:{s:4:"time";d:1698231432.64222;s:4:"name";s:9:"afterOpen";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:17:"yii\db\Connection";}i:4;a:5:{s:4:"time";d:1698231432.65347;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:27:"app\models\wechat\WechatApp";}i:5;a:5:{s:4:"time";d:1698231432.65354;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:27:"app\models\wechat\WechatApp";}i:6;a:5:{s:4:"time";d:1698231432.670935;s:4:"name";s:12:"beforeAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:19:"yii\web\Application";}i:7;a:5:{s:4:"time";d:1698231432.670952;s:4:"name";s:12:"beforeAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:22:"app\modules\api\Module";}i:8;a:5:{s:4:"time";d:1698231432.678856;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:9;a:5:{s:4:"time";d:1698231432.682454;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:20:"app\models\UserToken";}i:10;a:5:{s:4:"time";d:1698231432.68428;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:20:"app\models\UserToken";}i:11;a:5:{s:4:"time";d:1698231432.684316;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:12;a:5:{s:4:"time";d:1698231432.692904;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:15:"app\models\User";}i:13;a:5:{s:4:"time";d:1698231432.692976;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:15:"app\models\User";}i:14;a:5:{s:4:"time";d:1698231432.693617;s:4:"name";s:11:"beforeLogin";s:5:"class";s:17:"yii\web\UserEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:12:"yii\web\User";}i:15;a:5:{s:4:"time";d:1698231432.701121;s:4:"name";s:10:"afterLogin";s:5:"class";s:17:"yii\web\UserEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:12:"yii\web\User";}i:16;a:5:{s:4:"time";d:1698231432.70294;s:4:"name";s:12:"beforeAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:44:"app\modules\api\controllers\ReportController";}i:17;a:5:{s:4:"time";d:1698231432.707756;s:4:"name";s:14:"beforeValidate";s:5:"class";s:19:"yii\base\ModelEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:33:"app\modules\api\models\ReportForm";}i:18;a:5:{s:4:"time";d:1698231432.707846;s:4:"name";s:13:"afterValidate";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:33:"app\modules\api\models\ReportForm";}i:19;a:5:{s:4:"time";d:1698231432.708445;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:20;a:5:{s:4:"time";d:1698231432.718299;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"app\models\log\ApiLog";}i:21;a:5:{s:4:"time";d:1698231432.721258;s:4:"name";s:14:"beforeValidate";s:5:"class";s:19:"yii\base\ModelEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"app\models\log\ApiLog";}i:22;a:5:{s:4:"time";d:1698231432.72287;s:4:"name";s:13:"afterValidate";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"app\models\log\ApiLog";}i:23;a:5:{s:4:"time";d:1698231432.722891;s:4:"name";s:12:"beforeInsert";s:5:"class";s:19:"yii\base\ModelEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"app\models\log\ApiLog";}i:24;a:5:{s:4:"time";d:1698231432.744291;s:4:"name";s:11:"afterInsert";s:5:"class";s:21:"yii\db\AfterSaveEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"app\models\log\ApiLog";}i:25;a:5:{s:4:"time";d:1698231432.744336;s:4:"name";s:11:"afterAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:44:"app\modules\api\controllers\ReportController";}i:26;a:5:{s:4:"time";d:1698231432.744349;s:4:"name";s:11:"afterAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:22:"app\modules\api\Module";}i:27;a:5:{s:4:"time";d:1698231432.744358;s:4:"name";s:11:"afterAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:19:"yii\web\Application";}i:28;a:5:{s:4:"time";d:1698231432.744373;s:4:"name";s:12:"afterRequest";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:19:"yii\web\Application";}i:29;a:5:{s:4:"time";d:1698231432.744383;s:4:"name";s:10:"beforeSend";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:16:"yii\web\Response";}i:30;a:5:{s:4:"time";d:1698231432.748387;s:4:"name";s:12:"afterPrepare";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:16:"yii\web\Response";}i:31;a:5:{s:4:"time";d:1698231432.748468;s:4:"name";s:9:"afterSend";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:16:"yii\web\Response";}}";s:4:"mail";s:6:"a:0:{}";s:8:"timeline";s:91:"a:3:{s:5:"start";d:1698231432.522951;s:3:"end";d:1698231432.753701;s:6:"memory";i:8459072;}";s:4:"dump";s:6:"a:0:{}";s:6:"router";s:1686:"a:3:{s:8:"messages";a:8:{i:10;a:6:{i:0;a:3:{s:4:"rule";s:3:"gii";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698231432.60844;i:4;a:0:{}i:5;i:4619864;}i:11;a:6:{i:0;a:3:{s:4:"rule";s:12:"gii/";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698231432.608456;i:4;a:0:{}i:5;i:4620616;}i:12;a:6:{i:0;a:3:{s:4:"rule";s:41:"gii//";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698231432.608465;i:4;a:0:{}i:5;i:4621368;}i:13;a:6:{i:0;a:3:{s:4:"rule";s:5:"debug";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698231432.608473;i:4;a:0:{}i:5;i:4622120;}i:14;a:6:{i:0;a:3:{s:4:"rule";s:43:"debug//";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698231432.608481;i:4;a:0:{}i:5;i:4622872;}i:15;a:6:{i:0;a:3:{s:4:"rule";s:38:"//";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698231432.608491;i:4;a:0:{}i:5;i:4623624;}i:16;a:6:{i:0;a:3:{s:4:"rule";s:29:"/";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698231432.608499;i:4;a:0:{}i:5;i:4624376;}i:17;a:6:{i:0;s:55:"No matching URL rules. Using default URL parsing logic.";i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698231432.608505;i:4;a:0:{}i:5;i:4625392;}}s:5:"route";s:16:"api/report/index";s:6:"action";s:59:"app\modules\api\controllers\ReportController::actionIndex()";}";s:7:"request";s:4885:"a:15:{s:7:"flashes";a:0:{}s:10:"statusCode";i:200;s:14:"requestHeaders";a:7:{s:4:"host";s:10:"cxfoot.com";s:6:"cookie";s:148:"_csrf=5a91ab56c3cc2b0819046b1661afc56ae8716ba412585a472cd871142237a416a:2:%7Bi:0;s:5:%22_csrf%22;i:1;s:32:%22ryxdm6vl8MPqDJf0tL61OYhEgLg5MV5V%22;%7D";s:10:"connection";s:5:"close";s:15:"accept-encoding";s:17:"gzip, deflate, br";s:6:"accept";s:3:"*/*";s:13:"cache-control";s:8:"no-cache";s:10:"user-agent";s:35:"PostmanRuntime-ApipostRuntime/1.1.0";}s:15:"responseHeaders";a:6:{s:12:"X-Powered-By";s:9:"PHP/7.3.4";s:12:"Content-Type";s:31:"application/json; charset=UTF-8";s:11:"X-Debug-Tag";s:13:"6538f48891685";s:16:"X-Debug-Duration";s:3:"226";s:12:"X-Debug-Link";s:37:"/debug/default/view?tag=6538f48891685";s:10:"Set-Cookie";s:204:"_csrf=38fbab870d1c87af3befb8bd7969e6fcf8dfc247c72441bff88c72ca6bdf5771a%3A2%3A%7Bi%3A0%3Bs%3A5%3A%22_csrf%22%3Bi%3A1%3Bs%3A32%3A%22oOmcCtdwuApZSYu1jtBpdJrAAPPh44dC%22%3B%7D; path=/; HttpOnly; SameSite=Lax";}s:5:"route";s:16:"api/report/index";s:6:"action";s:59:"app\modules\api\controllers\ReportController::actionIndex()";s:12:"actionParams";a:0:{}s:7:"general";a:5:{s:6:"method";s:3:"GET";s:6:"isAjax";b:0;s:6:"isPjax";b:0;s:7:"isFlash";b:0;s:18:"isSecureConnection";b:0;}s:11:"requestBody";a:0:{}s:6:"SERVER";a:41:{s:4:"PATH";s:954:"C:\imagemagick;C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\intel64_win\compiler;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;E:\anzhuang\QTSystem\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;D:\Git\cmd;D:\svn\bin;C:\Users\Administrator\AppData\Local\Programs\Python\Python311;C:\Users\Administrator\AppData\Local\Programs\Python\Python311\Scripts;D:\Xftp 7\;D:\微信web开发者工具\dll;C:\Users\Administrator\AppData\Local\Microsoft\WindowsApps;;D:\PhpStorm 2021.2.1\bin;;D:\Microsoft VS Code\bin;D:\phpstudy_pro\Extensions\php\php7.4.3nts;C:\Users\Administrator\AppData\Local\ComposerSetup\bin;C:\Users\Administrator\AppData\Roaming\Composer\vendor\bin";s:10:"SYSTEMROOT";s:10:"C:\WINDOWS";s:7:"COMSPEC";s:27:"C:\WINDOWS\system32\cmd.exe";s:7:"PATHEXT";s:53:".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC";s:6:"WINDIR";s:10:"C:\WINDOWS";s:5:"PHPRC";s:42:"D:/phpstudy_pro/Extensions/php/php7.3.4nts";s:21:"_FCGI_SHUTDOWN_EVENT_";s:4:"9184";s:11:"SCRIPT_NAME";s:10:"/index.php";s:11:"REQUEST_URI";s:133:"/api/report/index?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:12:"QUERY_STRING";s:115:"access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:14:"REQUEST_METHOD";s:3:"GET";s:15:"SERVER_PROTOCOL";s:8:"HTTP/1.1";s:17:"GATEWAY_INTERFACE";s:7:"CGI/1.1";s:21:"REDIRECT_QUERY_STRING";s:115:"access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:12:"REDIRECT_URL";s:17:"/api/report/index";s:11:"REMOTE_PORT";s:5:"60968";s:15:"SCRIPT_FILENAME";s:40:"D:/phpstudy_pro/WWW/cxfoot/web/index.php";s:12:"SERVER_ADMIN";s:17:"admin@example.com";s:21:"CONTEXT_DOCUMENT_ROOT";s:30:"D:/phpstudy_pro/WWW/cxfoot/web";s:14:"CONTEXT_PREFIX";s:0:"";s:14:"REQUEST_SCHEME";s:4:"http";s:13:"DOCUMENT_ROOT";s:30:"D:/phpstudy_pro/WWW/cxfoot/web";s:11:"REMOTE_ADDR";s:9:"127.0.0.1";s:11:"SERVER_PORT";s:2:"80";s:11:"SERVER_ADDR";s:9:"127.0.0.1";s:11:"SERVER_NAME";s:10:"cxfoot.com";s:15:"SERVER_SOFTWARE";s:73:"Apache/2.4.39 (Win64) OpenSSL/1.1.1b mod_fcgid/2.3.9a mod_log_rotate/1.02";s:16:"SERVER_SIGNATURE";s:0:"";s:10:"SystemRoot";s:10:"C:\WINDOWS";s:9:"HTTP_HOST";s:10:"cxfoot.com";s:11:"HTTP_COOKIE";s:148:"_csrf=5a91ab56c3cc2b0819046b1661afc56ae8716ba412585a472cd871142237a416a:2:%7Bi:0;s:5:%22_csrf%22;i:1;s:32:%22ryxdm6vl8MPqDJf0tL61OYhEgLg5MV5V%22;%7D";s:15:"HTTP_CONNECTION";s:5:"close";s:20:"HTTP_ACCEPT_ENCODING";s:17:"gzip, deflate, br";s:11:"HTTP_ACCEPT";s:3:"*/*";s:18:"HTTP_CACHE_CONTROL";s:8:"no-cache";s:15:"HTTP_USER_AGENT";s:35:"PostmanRuntime-ApipostRuntime/1.1.0";s:15:"REDIRECT_STATUS";s:3:"200";s:9:"FCGI_ROLE";s:9:"RESPONDER";s:8:"PHP_SELF";s:10:"/index.php";s:18:"REQUEST_TIME_FLOAT";d:1698231432.484308;s:12:"REQUEST_TIME";i:1698231432;}s:3:"GET";a:2:{s:12:"access_token";s:60:"bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0=";s:6:"X-Csrf";s:32:"ag7x1Afy1r0q8j4y05vk3s4118hx7124";}s:4:"POST";a:0:{}s:6:"COOKIE";a:5:{s:5:"_csrf";s:72:"5a91ab56c3cc2b0819046b1661afc56ae8716ba412585a472cd871142237a416a:2:{i:0";s:11:"s:5:"_csrf"";s:0:"";s:3:"i:1";s:0:"";s:39:"s:32:"ryxdm6vl8MPqDJf0tL61OYhEgLg5MV5V"";s:0:"";s:1:"}";s:0:"";}s:5:"FILES";a:0:{}s:7:"SESSION";a:0:{}}";s:4:"user";s:2944:"a:5:{s:2:"id";s:2:"65";s:8:"identity";a:26:{s:2:"id";s:4:"'65'";s:9:"cx_mch_id";s:3:"'0'";s:8:"username";s:9:"'Umcvqe1'";s:8:"password";s:62:"'$2y$13$h1rFZxffWh0BiJJtDs4gPum0Wsx5KfYJXAsqcPL8PNb4w8hd9hoPW'";s:8:"auth_key";s:34:"'MqDPRppFI2OgJpjwFE68C9Sn2SbeXAwV'";s:12:"access_token";s:34:"'bOxZSNi_gU02GsWLDJUjrP0wX2nQ7Qal'";s:8:"nickname";s:8:"'Umcvqe'";s:10:"avatar_url";s:28:"'/statics/images/avatar.jpg'";s:12:"mobile_phone";s:13:"'18111111112'";s:13:"mobile_prefix";s:4:"'86'";s:5:"email";s:2:"''";s:9:"real_name";s:8:"'张三'";s:4:"desc";s:2:"''";s:6:"gender";s:1:"1";s:8:"birthday";s:4:"null";s:6:"status";s:1:"0";s:9:"parent_id";s:3:"'0'";s:12:"is_modify_un";s:1:"1";s:9:"is_delete";s:1:"0";s:10:"country_id";s:1:"0";s:7:"city_id";s:1:"0";s:10:"created_at";s:10:"1698133733";s:10:"updated_at";s:10:"1698228126";s:4:"type";s:1:"0";s:8:"store_id";s:1:"0";s:7:"is_view";s:6:"'42.5'";}s:10:"attributes";a:26:{i:0;a:2:{s:9:"attribute";s:2:"id";s:5:"label";s:2:"ID";}i:1;a:2:{s:9:"attribute";s:9:"cx_mch_id";s:5:"label";s:14:"平台商户ID";}i:2;a:2:{s:9:"attribute";s:8:"username";s:5:"label";s:9:"用户名";}i:3;a:2:{s:9:"attribute";s:8:"password";s:5:"label";s:6:"密码";}i:4;a:2:{s:9:"attribute";s:8:"auth_key";s:5:"label";s:8:"AUTH_KEY";}i:5;a:2:{s:9:"attribute";s:12:"access_token";s:5:"label";s:12:"ACCESS_TOKEN";}i:6;a:2:{s:9:"attribute";s:8:"nickname";s:5:"label";s:6:"昵称";}i:7;a:2:{s:9:"attribute";s:10:"avatar_url";s:5:"label";s:6:"头像";}i:8;a:2:{s:9:"attribute";s:12:"mobile_phone";s:5:"label";s:9:"手机号";}i:9;a:2:{s:9:"attribute";s:13:"mobile_prefix";s:5:"label";s:21:"手机号国家代码";}i:10;a:2:{s:9:"attribute";s:5:"email";s:5:"label";s:6:"邮箱";}i:11;a:2:{s:9:"attribute";s:9:"real_name";s:5:"label";s:12:"真实姓名";}i:12;a:2:{s:9:"attribute";s:4:"desc";s:5:"label";s:12:"个性签名";}i:13;a:2:{s:9:"attribute";s:6:"gender";s:5:"label";s:33:"性别,0=女,1=男,2=保密";}i:14;a:2:{s:9:"attribute";s:8:"birthday";s:5:"label";s:6:"生日";}i:15;a:2:{s:9:"attribute";s:6:"status";s:5:"label";s:50:"状态,0=正常,1=封禁,2=挂起,3=注销";}i:16;a:2:{s:9:"attribute";s:9:"parent_id";s:5:"label";s:9:"PARENT_ID";}i:17;a:2:{s:9:"attribute";s:12:"is_modify_un";s:5:"label";s:43:"用户名是否可以修改,0=否,1=是";}i:18;a:2:{s:9:"attribute";s:9:"is_delete";s:5:"label";s:28:"是否删除,0=否,1=是";}i:19;a:2:{s:9:"attribute";s:10:"country_id";s:5:"label";s:8:"国家ID";}i:20;a:2:{s:9:"attribute";s:7:"city_id";s:5:"label";s:8:"城市ID";}i:21;a:2:{s:9:"attribute";s:10:"created_at";s:5:"label";s:12:"添加时间";}i:22;a:2:{s:9:"attribute";s:10:"updated_at";s:5:"label";s:12:"更新时间";}i:23;a:2:{s:9:"attribute";s:4:"type";s:5:"label";s:28:"0=普通用户,1=管理员";}i:24;a:2:{s:9:"attribute";s:8:"store_id";s:5:"label";s:8:"Store Id";}i:25;a:2:{s:9:"attribute";s:7:"is_view";s:5:"label";s:6:"鞋码";}}s:13:"rolesProvider";N;s:19:"permissionsProvider";N;}";s:5:"asset";s:6:"a:0:{}";s:7:"summary";a:12:{s:3:"tag";s:13:"6538f48891685";s:3:"url";s:150:"http://cxfoot.com/api/report/index?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698231432.484308;s:10:"statusCode";i:200;s:8:"sqlCount";i:14;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:8459072;s:14:"processingTime";d:0.2304379940032959;}s:10:"exceptions";a:0:{}} \ No newline at end of file diff --git a/runtime/debug/6538f49870ea8.data b/runtime/debug/6538f49870ea8.data deleted file mode 100644 index 14ae78d..0000000 --- a/runtime/debug/6538f49870ea8.data +++ /dev/null @@ -1,281 +0,0 @@ -a:14:{s:6:"config";s:1870:"a:5:{s:10:"phpVersion";s:5:"7.3.4";s:10:"yiiVersion";s:6:"2.0.46";s:11:"application";a:8:{s:3:"yii";s:6:"2.0.46";s:4:"name";s:14:"My Application";s:7:"version";s:3:"1.0";s:8:"language";s:5:"zh-CN";s:14:"sourceLanguage";s:5:"en-US";s:7:"charset";s:5:"UTF-8";s:3:"env";s:3:"dev";s:5:"debug";b:1;}s:3:"php";a:5:{s:7:"version";s:5:"7.3.4";s:6:"xdebug";b:0;s:3:"apc";b:0;s:8:"memcache";b:0;s:9:"memcached";b:0;}s:10:"extensions";a:7:{s:18:"yiisoft/yii2-faker";a:3:{s:4:"name";s:18:"yiisoft/yii2-faker";s:7:"version";s:7:"2.0.5.0";s:5:"alias";a:1:{s:10:"@yii/faker";s:56:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-faker/src";}}s:24:"yiisoft/yii2-swiftmailer";a:3:{s:4:"name";s:24:"yiisoft/yii2-swiftmailer";s:7:"version";s:7:"2.1.3.0";s:5:"alias";a:1:{s:16:"@yii/swiftmailer";s:62:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-swiftmailer/src";}}s:22:"yiisoft/yii2-bootstrap";a:3:{s:4:"name";s:22:"yiisoft/yii2-bootstrap";s:7:"version";s:8:"2.0.11.0";s:5:"alias";a:1:{s:14:"@yii/bootstrap";s:60:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-bootstrap/src";}}s:16:"yiisoft/yii2-gii";a:3:{s:4:"name";s:16:"yiisoft/yii2-gii";s:7:"version";s:7:"2.1.4.0";s:5:"alias";a:1:{s:8:"@yii/gii";s:54:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-gii/src";}}s:18:"yiisoft/yii2-redis";a:3:{s:4:"name";s:18:"yiisoft/yii2-redis";s:7:"version";s:8:"2.0.18.0";s:5:"alias";a:1:{s:10:"@yii/redis";s:56:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-redis/src";}}s:18:"yiisoft/yii2-debug";a:3:{s:4:"name";s:18:"yiisoft/yii2-debug";s:7:"version";s:8:"2.1.21.0";s:5:"alias";a:1:{s:10:"@yii/debug";s:56:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-debug/src";}}s:24:"jianyan74/yii2-websocket";a:3:{s:4:"name";s:24:"jianyan74/yii2-websocket";s:7:"version";s:7:"1.1.1.0";s:5:"alias";a:1:{s:18:"@jianyan/websocket";s:62:"D:\phpstudy_pro\WWW\cxfoot\vendor/jianyan74/yii2-websocket/src";}}}}";s:3:"log";s:16964:"a:1:{s:8:"messages";a:33:{i:0;a:6:{i:0;s:33:"Bootstrap with yii\log\Dispatcher";i:1;i:8;i:2;s:31:"yii\base\Application::bootstrap";i:3;d:1698231448.436981;i:4;a:0:{}i:5;i:2495616;}i:1;a:6:{i:0;s:21:"Loading module: debug";i:1;i:8;i:2;s:26:"yii\base\Module::getModule";i:3;d:1698231448.43716;i:4;a:0:{}i:5;i:2496792;}i:2;a:6:{i:0;s:44:"Bootstrap with yii\debug\Module::bootstrap()";i:1;i:8;i:2;s:31:"yii\base\Application::bootstrap";i:3;d:1698231448.460199;i:4;a:0:{}i:5;i:4072024;}i:3;a:6:{i:0;s:61:"Opening redis DB connection: tcp://127.0.0.1:6379, database=0";i:1;i:8;i:2;s:26:"yii\redis\Connection::open";i:3;d:1698231448.46485;i:4;a:0:{}i:5;i:4288472;}i:4;a:6:{i:0;s:31:"Executing Redis Command: SELECT";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698231448.46531;i:4;a:0:{}i:5;i:4290680;}i:5;a:6:{i:0;s:28:"Executing Redis Command: GET";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698231448.465563;i:4;a:0:{}i:5;i:4298864;}i:6;a:6:{i:0;s:28:"Executing Redis Command: GET";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698231448.467059;i:4;a:0:{}i:5;i:4371144;}i:7;a:6:{i:0;s:19:"Loading module: gii";i:1;i:8;i:2;s:26:"yii\base\Module::getModule";i:3;d:1698231448.467249;i:4;a:0:{}i:5;i:4371488;}i:8;a:6:{i:0;s:42:"Bootstrap with yii\gii\Module::bootstrap()";i:1;i:8;i:2;s:31:"yii\base\Application::bootstrap";i:3;d:1698231448.467875;i:4;a:0:{}i:5;i:4395512;}i:9;a:6:{i:0;s:28:"Executing Redis Command: GET";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698231448.467913;i:4;a:0:{}i:5;i:4401904;}i:18;a:6:{i:0;s:35:"Route requested: 'api/report/index'";i:1;i:8;i:2;s:34:"yii\web\Application::handleRequest";i:3;d:1698231448.470514;i:4;a:0:{}i:5;i:4625456;}i:19;a:6:{i:0;s:19:"Loading module: api";i:1;i:8;i:2;s:26:"yii\base\Module::getModule";i:3;d:1698231448.470525;i:4;a:0:{}i:5;i:4627080;}i:20;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_wechat_app`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698231448.492137;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6050960;}i:21;a:6:{i:0;s:57:"Opening DB connection: mysql:host=127.0.0.1;dbname=cxfoot";i:1;i:4;i:2;s:23:"yii\db\Connection::open";i:3;d:1698231448.492181;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6053392;}i:26;a:6:{i:0;s:782:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_wechat_app' AND `kcu`.`TABLE_NAME` = 'cx_wechat_app'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698231448.497135;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6139704;}i:29;a:6:{i:0;s:71:"SELECT * FROM `cx_wechat_app` WHERE (`cx_mch_id`=0) AND (`is_delete`=0)";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698231448.502465;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6476272;}i:32;a:6:{i:0;s:30:"Route to run: api/report/index";i:1;i:8;i:2;s:30:"yii\base\Controller::runAction";i:3;d:1698231448.512388;i:4;a:0:{}i:5;i:6705248;}i:33;a:6:{i:0;s:119:"SELECT * FROM `cx_user_token` WHERE ((`is_delete`=0) AND (`token`='SF5fP6gUUrct1a') AND (`cx_mch_id`=0)) AND (`type`=3)";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698231448.519434;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6981984;}i:36;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_user_token`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698231448.520112;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6990240;}i:39;a:6:{i:0;s:782:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_user_token' AND `kcu`.`TABLE_NAME` = 'cx_user_token'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698231448.521129;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7004088;}i:42;a:6:{i:0;s:32:"SHOW FULL COLUMNS FROM `cx_user`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698231448.521772;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7007968;}i:45;a:6:{i:0;s:770:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_user' AND `kcu`.`TABLE_NAME` = 'cx_user'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698231448.529279;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7030064;}i:48;a:6:{i:0;s:78:"SELECT * FROM `cx_user` WHERE (`id`='65') AND (`is_delete`=0) AND (`status`=0)";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698231448.530167;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7038048;}i:51;a:6:{i:0;s:56:"User '65' logged in from 127.0.0.1. Session not enabled.";i:1;i:4;i:2;s:19:"yii\web\User::login";i:3;d:1698231448.535984;i:4;a:2:{i:0;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7278032;}i:52;a:6:{i:0;s:28:"Executing Redis Command: GET";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698231448.537167;i:4;a:2:{i:0;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:56;s:8:"function";s:6:"__call";s:5:"class";s:20:"yii\redis\Connection";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7364376;}i:53;a:6:{i:0;s:75:"Running action: app\modules\api\controllers\ReportController::actionIndex()";i:1;i:8;i:2;s:36:"yii\base\InlineAction::runWithParams";i:3;d:1698231448.537443;i:4;a:0:{}i:5;i:7360456;}i:54;a:6:{i:0;s:85:"Failed to set unsafe attribute 'access_token' in 'app\modules\api\models\ReportForm'.";i:1;i:8;i:2;s:33:"yii\base\Model::onUnsafeAttribute";i:3;d:1698231448.540144;i:4;a:1:{i:0;a:5:{s:4:"file";s:71:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\ReportController.php";s:4:"line";i:61;s:8:"function";s:5:"__set";s:5:"class";s:18:"yii\base\Component";s:4:"type";s:2:"->";}}i:5;i:7472072;}i:55;a:6:{i:0;s:79:"Failed to set unsafe attribute 'X-Csrf' in 'app\modules\api\models\ReportForm'.";i:1;i:8;i:2;s:33:"yii\base\Model::onUnsafeAttribute";i:3;d:1698231448.540158;i:4;a:1:{i:0;a:5:{s:4:"file";s:71:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\ReportController.php";s:4:"line";i:61;s:8:"function";s:5:"__set";s:5:"class";s:18:"yii\base\Component";s:4:"type";s:2:"->";}}i:5;i:7473312;}i:56;a:6:{i:0;s:56:"SELECT COUNT(*) FROM `cx_report` WHERE `user_id` IS NULL";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698231448.541097;i:4;a:2:{i:0;a:5:{s:4:"file";s:60:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\ReportForm.php";s:4:"line";i:82;s:8:"function";s:5:"count";s:5:"class";s:12:"yii\db\Query";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:71:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\ReportController.php";s:4:"line";i:63;s:8:"function";s:6:"search";s:5:"class";s:33:"app\modules\api\models\ReportForm";s:4:"type";s:2:"->";}}i:5;i:7502600;}i:59;a:6:{i:0;s:118:"SELECT `id`, `model_number`, `pdf_path`, `pdf_at` FROM `cx_report` WHERE `user_id` IS NULL ORDER BY `id` DESC LIMIT 20";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698231448.548907;i:4;a:2:{i:0;a:5:{s:4:"file";s:60:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\ReportForm.php";s:4:"line";i:84;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:71:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\ReportController.php";s:4:"line";i:63;s:8:"function";s:6:"search";s:5:"class";s:33:"app\modules\api\models\ReportForm";s:4:"type";s:2:"->";}}i:5;i:7539696;}i:62;a:6:{i:0;s:35:"SHOW FULL COLUMNS FROM `cx_api_log`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698231448.549947;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7586384;}i:65;a:6:{i:0;s:776:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_api_log' AND `kcu`.`TABLE_NAME` = 'cx_api_log'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698231448.551348;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7610928;}i:68;a:6:{i:0;s:545:"INSERT INTO `cx_api_log` (`cx_mch_id`, `user_id`, `route`, `module_id`, `controller_id`, `action_id`, `url`, `method`, `method_param`, `ipv4`, `is_pass`, `request_date`, `request_time`, `response_time`, `process_consume_time`, `is_delete`, `created_at`) VALUES (0, '65', 'api/report/index', 'api', 'report', 'index', '/api/report/index?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124', 'GET', '[]', '127.0.0.1', 1, '2023-10-25', 1698231448473, 1698231448552, 79, 0, 1698231448)";i:1;i:4;i:2;s:23:"yii\db\Command::execute";i:3;d:1698231448.554744;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:125;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7769776;}}}";s:9:"profiling";s:25702:"a:3:{s:6:"memory";i:8459072;s:4:"time";d:0.16648006439208984;s:8:"messages";a:30:{i:22;a:6:{i:0;s:57:"Opening DB connection: mysql:host=127.0.0.1;dbname=cxfoot";i:1;i:80;i:2;s:23:"yii\db\Connection::open";i:3;d:1698231448.492199;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6054520;}i:23;a:6:{i:0;s:57:"Opening DB connection: mysql:host=127.0.0.1;dbname=cxfoot";i:1;i:96;i:2;s:23:"yii\db\Connection::open";i:3;d:1698231448.494548;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6103680;}i:24;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_wechat_app`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231448.494589;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6103920;}i:25;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_wechat_app`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231448.495753;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6119752;}i:27;a:6:{i:0;s:782:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_wechat_app' AND `kcu`.`TABLE_NAME` = 'cx_wechat_app'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231448.497172;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6142568;}i:28;a:6:{i:0;s:782:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_wechat_app' AND `kcu`.`TABLE_NAME` = 'cx_wechat_app'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231448.497737;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6144952;}i:30;a:6:{i:0;s:71:"SELECT * FROM `cx_wechat_app` WHERE (`cx_mch_id`=0) AND (`is_delete`=0)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231448.502505;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6477520;}i:31;a:6:{i:0;s:71:"SELECT * FROM `cx_wechat_app` WHERE (`cx_mch_id`=0) AND (`is_delete`=0)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231448.503025;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6484192;}i:34;a:6:{i:0;s:119:"SELECT * FROM `cx_user_token` WHERE ((`is_delete`=0) AND (`token`='SF5fP6gUUrct1a') AND (`cx_mch_id`=0)) AND (`type`=3)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231448.519472;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6983552;}i:35;a:6:{i:0;s:119:"SELECT * FROM `cx_user_token` WHERE ((`is_delete`=0) AND (`token`='SF5fP6gUUrct1a') AND (`cx_mch_id`=0)) AND (`type`=3)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231448.520023;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6987240;}i:37;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_user_token`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231448.520137;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6992360;}i:38;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_user_token`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231448.520864;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7004624;}i:40;a:6:{i:0;s:782:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_user_token' AND `kcu`.`TABLE_NAME` = 'cx_user_token'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231448.521155;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7007704;}i:41;a:6:{i:0;s:782:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_user_token' AND `kcu`.`TABLE_NAME` = 'cx_user_token'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231448.521607;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7010840;}i:43;a:6:{i:0;s:32:"SHOW FULL COLUMNS FROM `cx_user`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231448.521797;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7010088;}i:44;a:6:{i:0;s:32:"SHOW FULL COLUMNS FROM `cx_user`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231448.528543;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7040232;}i:46;a:6:{i:0;s:770:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_user' AND `kcu`.`TABLE_NAME` = 'cx_user'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231448.529312;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7033680;}i:47;a:6:{i:0;s:770:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_user' AND `kcu`.`TABLE_NAME` = 'cx_user'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231448.529899;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7036816;}i:49;a:6:{i:0;s:78:"SELECT * FROM `cx_user` WHERE (`id`='65') AND (`is_delete`=0) AND (`status`=0)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231448.530193;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7039800;}i:50;a:6:{i:0;s:78:"SELECT * FROM `cx_user` WHERE (`id`='65') AND (`is_delete`=0) AND (`status`=0)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231448.530571;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7046264;}i:57;a:6:{i:0;s:56:"SELECT COUNT(*) FROM `cx_report` WHERE `user_id` IS NULL";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231448.541125;i:4;a:2:{i:0;a:5:{s:4:"file";s:60:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\ReportForm.php";s:4:"line";i:82;s:8:"function";s:5:"count";s:5:"class";s:12:"yii\db\Query";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:71:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\ReportController.php";s:4:"line";i:63;s:8:"function";s:6:"search";s:5:"class";s:33:"app\modules\api\models\ReportForm";s:4:"type";s:2:"->";}}i:5;i:7504400;}i:58;a:6:{i:0;s:56:"SELECT COUNT(*) FROM `cx_report` WHERE `user_id` IS NULL";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231448.547688;i:4;a:2:{i:0;a:5:{s:4:"file";s:60:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\ReportForm.php";s:4:"line";i:82;s:8:"function";s:5:"count";s:5:"class";s:12:"yii\db\Query";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:71:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\ReportController.php";s:4:"line";i:63;s:8:"function";s:6:"search";s:5:"class";s:33:"app\modules\api\models\ReportForm";s:4:"type";s:2:"->";}}i:5;i:7506048;}i:60;a:6:{i:0;s:118:"SELECT `id`, `model_number`, `pdf_path`, `pdf_at` FROM `cx_report` WHERE `user_id` IS NULL ORDER BY `id` DESC LIMIT 20";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231448.548934;i:4;a:2:{i:0;a:5:{s:4:"file";s:60:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\ReportForm.php";s:4:"line";i:84;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:71:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\ReportController.php";s:4:"line";i:63;s:8:"function";s:6:"search";s:5:"class";s:33:"app\modules\api\models\ReportForm";s:4:"type";s:2:"->";}}i:5;i:7541624;}i:61;a:6:{i:0;s:118:"SELECT `id`, `model_number`, `pdf_path`, `pdf_at` FROM `cx_report` WHERE `user_id` IS NULL ORDER BY `id` DESC LIMIT 20";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231448.549253;i:4;a:2:{i:0;a:5:{s:4:"file";s:60:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\ReportForm.php";s:4:"line";i:84;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:71:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\ReportController.php";s:4:"line";i:63;s:8:"function";s:6:"search";s:5:"class";s:33:"app\modules\api\models\ReportForm";s:4:"type";s:2:"->";}}i:5;i:7543568;}i:63;a:6:{i:0;s:35:"SHOW FULL COLUMNS FROM `cx_api_log`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231448.549972;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7588504;}i:64;a:6:{i:0;s:35:"SHOW FULL COLUMNS FROM `cx_api_log`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231448.550878;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7611464;}i:66;a:6:{i:0;s:776:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_api_log' AND `kcu`.`TABLE_NAME` = 'cx_api_log'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231448.551376;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7614544;}i:67;a:6:{i:0;s:776:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_api_log' AND `kcu`.`TABLE_NAME` = 'cx_api_log'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231448.551883;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7617680;}i:69;a:6:{i:0;s:545:"INSERT INTO `cx_api_log` (`cx_mch_id`, `user_id`, `route`, `module_id`, `controller_id`, `action_id`, `url`, `method`, `method_param`, `ipv4`, `is_pass`, `request_date`, `request_time`, `response_time`, `process_consume_time`, `is_delete`, `created_at`) VALUES (0, '65', 'api/report/index', 'api', 'report', 'index', '/api/report/index?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124', 'GET', '[]', '127.0.0.1', 1, '2023-10-25', 1698231448473, 1698231448552, 79, 0, 1698231448)";i:1;i:80;i:2;s:23:"yii\db\Command::execute";i:3;d:1698231448.554776;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:125;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7768136;}i:70;a:6:{i:0;s:545:"INSERT INTO `cx_api_log` (`cx_mch_id`, `user_id`, `route`, `module_id`, `controller_id`, `action_id`, `url`, `method`, `method_param`, `ipv4`, `is_pass`, `request_date`, `request_time`, `response_time`, `process_consume_time`, `is_delete`, `created_at`) VALUES (0, '65', 'api/report/index', 'api', 'report', 'index', '/api/report/index?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124', 'GET', '[]', '127.0.0.1', 1, '2023-10-25', 1698231448473, 1698231448552, 79, 0, 1698231448)";i:1;i:96;i:2;s:23:"yii\db\Command::execute";i:3;d:1698231448.575906;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:125;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7770664;}}}";s:2:"db";s:24898:"a:1:{s:8:"messages";a:28:{i:24;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_wechat_app`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231448.494589;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6103920;}i:25;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_wechat_app`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231448.495753;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6119752;}i:27;a:6:{i:0;s:782:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_wechat_app' AND `kcu`.`TABLE_NAME` = 'cx_wechat_app'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231448.497172;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6142568;}i:28;a:6:{i:0;s:782:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_wechat_app' AND `kcu`.`TABLE_NAME` = 'cx_wechat_app'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231448.497737;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6144952;}i:30;a:6:{i:0;s:71:"SELECT * FROM `cx_wechat_app` WHERE (`cx_mch_id`=0) AND (`is_delete`=0)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231448.502505;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6477520;}i:31;a:6:{i:0;s:71:"SELECT * FROM `cx_wechat_app` WHERE (`cx_mch_id`=0) AND (`is_delete`=0)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231448.503025;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6484192;}i:34;a:6:{i:0;s:119:"SELECT * FROM `cx_user_token` WHERE ((`is_delete`=0) AND (`token`='SF5fP6gUUrct1a') AND (`cx_mch_id`=0)) AND (`type`=3)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231448.519472;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6983552;}i:35;a:6:{i:0;s:119:"SELECT * FROM `cx_user_token` WHERE ((`is_delete`=0) AND (`token`='SF5fP6gUUrct1a') AND (`cx_mch_id`=0)) AND (`type`=3)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231448.520023;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6987240;}i:37;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_user_token`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231448.520137;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6992360;}i:38;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_user_token`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231448.520864;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7004624;}i:40;a:6:{i:0;s:782:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_user_token' AND `kcu`.`TABLE_NAME` = 'cx_user_token'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231448.521155;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7007704;}i:41;a:6:{i:0;s:782:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_user_token' AND `kcu`.`TABLE_NAME` = 'cx_user_token'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231448.521607;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7010840;}i:43;a:6:{i:0;s:32:"SHOW FULL COLUMNS FROM `cx_user`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231448.521797;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7010088;}i:44;a:6:{i:0;s:32:"SHOW FULL COLUMNS FROM `cx_user`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231448.528543;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7040232;}i:46;a:6:{i:0;s:770:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_user' AND `kcu`.`TABLE_NAME` = 'cx_user'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231448.529312;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7033680;}i:47;a:6:{i:0;s:770:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_user' AND `kcu`.`TABLE_NAME` = 'cx_user'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231448.529899;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7036816;}i:49;a:6:{i:0;s:78:"SELECT * FROM `cx_user` WHERE (`id`='65') AND (`is_delete`=0) AND (`status`=0)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231448.530193;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7039800;}i:50;a:6:{i:0;s:78:"SELECT * FROM `cx_user` WHERE (`id`='65') AND (`is_delete`=0) AND (`status`=0)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231448.530571;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7046264;}i:57;a:6:{i:0;s:56:"SELECT COUNT(*) FROM `cx_report` WHERE `user_id` IS NULL";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231448.541125;i:4;a:2:{i:0;a:5:{s:4:"file";s:60:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\ReportForm.php";s:4:"line";i:82;s:8:"function";s:5:"count";s:5:"class";s:12:"yii\db\Query";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:71:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\ReportController.php";s:4:"line";i:63;s:8:"function";s:6:"search";s:5:"class";s:33:"app\modules\api\models\ReportForm";s:4:"type";s:2:"->";}}i:5;i:7504400;}i:58;a:6:{i:0;s:56:"SELECT COUNT(*) FROM `cx_report` WHERE `user_id` IS NULL";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231448.547688;i:4;a:2:{i:0;a:5:{s:4:"file";s:60:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\ReportForm.php";s:4:"line";i:82;s:8:"function";s:5:"count";s:5:"class";s:12:"yii\db\Query";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:71:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\ReportController.php";s:4:"line";i:63;s:8:"function";s:6:"search";s:5:"class";s:33:"app\modules\api\models\ReportForm";s:4:"type";s:2:"->";}}i:5;i:7506048;}i:60;a:6:{i:0;s:118:"SELECT `id`, `model_number`, `pdf_path`, `pdf_at` FROM `cx_report` WHERE `user_id` IS NULL ORDER BY `id` DESC LIMIT 20";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231448.548934;i:4;a:2:{i:0;a:5:{s:4:"file";s:60:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\ReportForm.php";s:4:"line";i:84;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:71:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\ReportController.php";s:4:"line";i:63;s:8:"function";s:6:"search";s:5:"class";s:33:"app\modules\api\models\ReportForm";s:4:"type";s:2:"->";}}i:5;i:7541624;}i:61;a:6:{i:0;s:118:"SELECT `id`, `model_number`, `pdf_path`, `pdf_at` FROM `cx_report` WHERE `user_id` IS NULL ORDER BY `id` DESC LIMIT 20";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231448.549253;i:4;a:2:{i:0;a:5:{s:4:"file";s:60:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\ReportForm.php";s:4:"line";i:84;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:71:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\ReportController.php";s:4:"line";i:63;s:8:"function";s:6:"search";s:5:"class";s:33:"app\modules\api\models\ReportForm";s:4:"type";s:2:"->";}}i:5;i:7543568;}i:63;a:6:{i:0;s:35:"SHOW FULL COLUMNS FROM `cx_api_log`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231448.549972;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7588504;}i:64;a:6:{i:0;s:35:"SHOW FULL COLUMNS FROM `cx_api_log`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231448.550878;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7611464;}i:66;a:6:{i:0;s:776:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_api_log' AND `kcu`.`TABLE_NAME` = 'cx_api_log'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231448.551376;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7614544;}i:67;a:6:{i:0;s:776:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_api_log' AND `kcu`.`TABLE_NAME` = 'cx_api_log'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231448.551883;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7617680;}i:69;a:6:{i:0;s:545:"INSERT INTO `cx_api_log` (`cx_mch_id`, `user_id`, `route`, `module_id`, `controller_id`, `action_id`, `url`, `method`, `method_param`, `ipv4`, `is_pass`, `request_date`, `request_time`, `response_time`, `process_consume_time`, `is_delete`, `created_at`) VALUES (0, '65', 'api/report/index', 'api', 'report', 'index', '/api/report/index?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124', 'GET', '[]', '127.0.0.1', 1, '2023-10-25', 1698231448473, 1698231448552, 79, 0, 1698231448)";i:1;i:80;i:2;s:23:"yii\db\Command::execute";i:3;d:1698231448.554776;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:125;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7768136;}i:70;a:6:{i:0;s:545:"INSERT INTO `cx_api_log` (`cx_mch_id`, `user_id`, `route`, `module_id`, `controller_id`, `action_id`, `url`, `method`, `method_param`, `ipv4`, `is_pass`, `request_date`, `request_time`, `response_time`, `process_consume_time`, `is_delete`, `created_at`) VALUES (0, '65', 'api/report/index', 'api', 'report', 'index', '/api/report/index?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124', 'GET', '[]', '127.0.0.1', 1, '2023-10-25', 1698231448473, 1698231448552, 79, 0, 1698231448)";i:1;i:96;i:2;s:23:"yii\db\Command::execute";i:3;d:1698231448.575906;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:125;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7770664;}}}";s:5:"event";s:5669:"a:32:{i:0;a:5:{s:4:"time";d:1698231448.465551;s:4:"name";s:9:"afterOpen";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:20:"yii\redis\Connection";}i:1;a:5:{s:4:"time";d:1698231448.469801;s:4:"name";s:13:"beforeRequest";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:19:"yii\web\Application";}i:2;a:5:{s:4:"time";d:1698231448.487673;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:3;a:5:{s:4:"time";d:1698231448.494537;s:4:"name";s:9:"afterOpen";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:17:"yii\db\Connection";}i:4;a:5:{s:4:"time";d:1698231448.503076;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:27:"app\models\wechat\WechatApp";}i:5;a:5:{s:4:"time";d:1698231448.50314;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:27:"app\models\wechat\WechatApp";}i:6;a:5:{s:4:"time";d:1698231448.512866;s:4:"name";s:12:"beforeAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:19:"yii\web\Application";}i:7;a:5:{s:4:"time";d:1698231448.512882;s:4:"name";s:12:"beforeAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:22:"app\modules\api\Module";}i:8;a:5:{s:4:"time";d:1698231448.517702;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:9;a:5:{s:4:"time";d:1698231448.520065;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:20:"app\models\UserToken";}i:10;a:5:{s:4:"time";d:1698231448.521674;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:20:"app\models\UserToken";}i:11;a:5:{s:4:"time";d:1698231448.521704;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:12;a:5:{s:4:"time";d:1698231448.53062;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:15:"app\models\User";}i:13;a:5:{s:4:"time";d:1698231448.530695;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:15:"app\models\User";}i:14;a:5:{s:4:"time";d:1698231448.531258;s:4:"name";s:11:"beforeLogin";s:5:"class";s:17:"yii\web\UserEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:12:"yii\web\User";}i:15;a:5:{s:4:"time";d:1698231448.536021;s:4:"name";s:10:"afterLogin";s:5:"class";s:17:"yii\web\UserEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:12:"yii\web\User";}i:16;a:5:{s:4:"time";d:1698231448.537424;s:4:"name";s:12:"beforeAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:44:"app\modules\api\controllers\ReportController";}i:17;a:5:{s:4:"time";d:1698231448.540483;s:4:"name";s:14:"beforeValidate";s:5:"class";s:19:"yii\base\ModelEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:33:"app\modules\api\models\ReportForm";}i:18;a:5:{s:4:"time";d:1698231448.540569;s:4:"name";s:13:"afterValidate";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:33:"app\modules\api\models\ReportForm";}i:19;a:5:{s:4:"time";d:1698231448.540973;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:20;a:5:{s:4:"time";d:1698231448.549892;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"app\models\log\ApiLog";}i:21;a:5:{s:4:"time";d:1698231448.552643;s:4:"name";s:14:"beforeValidate";s:5:"class";s:19:"yii\base\ModelEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"app\models\log\ApiLog";}i:22;a:5:{s:4:"time";d:1698231448.553849;s:4:"name";s:13:"afterValidate";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"app\models\log\ApiLog";}i:23;a:5:{s:4:"time";d:1698231448.553868;s:4:"name";s:12:"beforeInsert";s:5:"class";s:19:"yii\base\ModelEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"app\models\log\ApiLog";}i:24;a:5:{s:4:"time";d:1698231448.576535;s:4:"name";s:11:"afterInsert";s:5:"class";s:21:"yii\db\AfterSaveEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"app\models\log\ApiLog";}i:25;a:5:{s:4:"time";d:1698231448.576579;s:4:"name";s:11:"afterAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:44:"app\modules\api\controllers\ReportController";}i:26;a:5:{s:4:"time";d:1698231448.576592;s:4:"name";s:11:"afterAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:22:"app\modules\api\Module";}i:27;a:5:{s:4:"time";d:1698231448.576602;s:4:"name";s:11:"afterAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:19:"yii\web\Application";}i:28;a:5:{s:4:"time";d:1698231448.576616;s:4:"name";s:12:"afterRequest";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:19:"yii\web\Application";}i:29;a:5:{s:4:"time";d:1698231448.576627;s:4:"name";s:10:"beforeSend";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:16:"yii\web\Response";}i:30;a:5:{s:4:"time";d:1698231448.581334;s:4:"name";s:12:"afterPrepare";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:16:"yii\web\Response";}i:31;a:5:{s:4:"time";d:1698231448.581423;s:4:"name";s:9:"afterSend";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:16:"yii\web\Response";}}";s:4:"mail";s:6:"a:0:{}";s:8:"timeline";s:91:"a:3:{s:5:"start";d:1698231448.418208;s:3:"end";d:1698231448.585006;s:6:"memory";i:8459072;}";s:4:"dump";s:6:"a:0:{}";s:6:"router";s:1686:"a:3:{s:8:"messages";a:8:{i:10;a:6:{i:0;a:3:{s:4:"rule";s:3:"gii";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698231448.470407;i:4;a:0:{}i:5;i:4619864;}i:11;a:6:{i:0;a:3:{s:4:"rule";s:12:"gii/";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698231448.470423;i:4;a:0:{}i:5;i:4620616;}i:12;a:6:{i:0;a:3:{s:4:"rule";s:41:"gii//";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698231448.470432;i:4;a:0:{}i:5;i:4621368;}i:13;a:6:{i:0;a:3:{s:4:"rule";s:5:"debug";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698231448.47044;i:4;a:0:{}i:5;i:4622120;}i:14;a:6:{i:0;a:3:{s:4:"rule";s:43:"debug//";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698231448.470479;i:4;a:0:{}i:5;i:4622872;}i:15;a:6:{i:0;a:3:{s:4:"rule";s:38:"//";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698231448.470489;i:4;a:0:{}i:5;i:4623624;}i:16;a:6:{i:0;a:3:{s:4:"rule";s:29:"/";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698231448.470497;i:4;a:0:{}i:5;i:4624376;}i:17;a:6:{i:0;s:55:"No matching URL rules. Using default URL parsing logic.";i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698231448.470502;i:4;a:0:{}i:5;i:4625392;}}s:5:"route";s:16:"api/report/index";s:6:"action";s:59:"app\modules\api\controllers\ReportController::actionIndex()";}";s:7:"request";s:4885:"a:15:{s:7:"flashes";a:0:{}s:10:"statusCode";i:200;s:14:"requestHeaders";a:7:{s:4:"host";s:10:"cxfoot.com";s:6:"cookie";s:148:"_csrf=38fbab870d1c87af3befb8bd7969e6fcf8dfc247c72441bff88c72ca6bdf5771a:2:%7Bi:0;s:5:%22_csrf%22;i:1;s:32:%22oOmcCtdwuApZSYu1jtBpdJrAAPPh44dC%22;%7D";s:10:"connection";s:5:"close";s:15:"accept-encoding";s:17:"gzip, deflate, br";s:6:"accept";s:3:"*/*";s:13:"cache-control";s:8:"no-cache";s:10:"user-agent";s:35:"PostmanRuntime-ApipostRuntime/1.1.0";}s:15:"responseHeaders";a:6:{s:12:"X-Powered-By";s:9:"PHP/7.3.4";s:12:"Content-Type";s:31:"application/json; charset=UTF-8";s:11:"X-Debug-Tag";s:13:"6538f49870ea8";s:16:"X-Debug-Duration";s:3:"164";s:12:"X-Debug-Link";s:37:"/debug/default/view?tag=6538f49870ea8";s:10:"Set-Cookie";s:204:"_csrf=f8956a697b57c1fe3fe75cf240b33a16f82f18ca4f615dbbb089e0b5617e3f55a%3A2%3A%7Bi%3A0%3Bs%3A5%3A%22_csrf%22%3Bi%3A1%3Bs%3A32%3A%22F0PB_3M-LSLTQxKu2ffBBNjfTghQNDhW%22%3B%7D; path=/; HttpOnly; SameSite=Lax";}s:5:"route";s:16:"api/report/index";s:6:"action";s:59:"app\modules\api\controllers\ReportController::actionIndex()";s:12:"actionParams";a:0:{}s:7:"general";a:5:{s:6:"method";s:3:"GET";s:6:"isAjax";b:0;s:6:"isPjax";b:0;s:7:"isFlash";b:0;s:18:"isSecureConnection";b:0;}s:11:"requestBody";a:0:{}s:6:"SERVER";a:41:{s:4:"PATH";s:954:"C:\imagemagick;C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\intel64_win\compiler;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;E:\anzhuang\QTSystem\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;D:\Git\cmd;D:\svn\bin;C:\Users\Administrator\AppData\Local\Programs\Python\Python311;C:\Users\Administrator\AppData\Local\Programs\Python\Python311\Scripts;D:\Xftp 7\;D:\微信web开发者工具\dll;C:\Users\Administrator\AppData\Local\Microsoft\WindowsApps;;D:\PhpStorm 2021.2.1\bin;;D:\Microsoft VS Code\bin;D:\phpstudy_pro\Extensions\php\php7.4.3nts;C:\Users\Administrator\AppData\Local\ComposerSetup\bin;C:\Users\Administrator\AppData\Roaming\Composer\vendor\bin";s:10:"SYSTEMROOT";s:10:"C:\WINDOWS";s:7:"COMSPEC";s:27:"C:\WINDOWS\system32\cmd.exe";s:7:"PATHEXT";s:53:".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC";s:6:"WINDIR";s:10:"C:\WINDOWS";s:5:"PHPRC";s:42:"D:/phpstudy_pro/Extensions/php/php7.3.4nts";s:21:"_FCGI_SHUTDOWN_EVENT_";s:4:"9184";s:11:"SCRIPT_NAME";s:10:"/index.php";s:11:"REQUEST_URI";s:133:"/api/report/index?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:12:"QUERY_STRING";s:115:"access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:14:"REQUEST_METHOD";s:3:"GET";s:15:"SERVER_PROTOCOL";s:8:"HTTP/1.1";s:17:"GATEWAY_INTERFACE";s:7:"CGI/1.1";s:21:"REDIRECT_QUERY_STRING";s:115:"access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:12:"REDIRECT_URL";s:17:"/api/report/index";s:11:"REMOTE_PORT";s:5:"61000";s:15:"SCRIPT_FILENAME";s:40:"D:/phpstudy_pro/WWW/cxfoot/web/index.php";s:12:"SERVER_ADMIN";s:17:"admin@example.com";s:21:"CONTEXT_DOCUMENT_ROOT";s:30:"D:/phpstudy_pro/WWW/cxfoot/web";s:14:"CONTEXT_PREFIX";s:0:"";s:14:"REQUEST_SCHEME";s:4:"http";s:13:"DOCUMENT_ROOT";s:30:"D:/phpstudy_pro/WWW/cxfoot/web";s:11:"REMOTE_ADDR";s:9:"127.0.0.1";s:11:"SERVER_PORT";s:2:"80";s:11:"SERVER_ADDR";s:9:"127.0.0.1";s:11:"SERVER_NAME";s:10:"cxfoot.com";s:15:"SERVER_SOFTWARE";s:73:"Apache/2.4.39 (Win64) OpenSSL/1.1.1b mod_fcgid/2.3.9a mod_log_rotate/1.02";s:16:"SERVER_SIGNATURE";s:0:"";s:10:"SystemRoot";s:10:"C:\WINDOWS";s:9:"HTTP_HOST";s:10:"cxfoot.com";s:11:"HTTP_COOKIE";s:148:"_csrf=38fbab870d1c87af3befb8bd7969e6fcf8dfc247c72441bff88c72ca6bdf5771a:2:%7Bi:0;s:5:%22_csrf%22;i:1;s:32:%22oOmcCtdwuApZSYu1jtBpdJrAAPPh44dC%22;%7D";s:15:"HTTP_CONNECTION";s:5:"close";s:20:"HTTP_ACCEPT_ENCODING";s:17:"gzip, deflate, br";s:11:"HTTP_ACCEPT";s:3:"*/*";s:18:"HTTP_CACHE_CONTROL";s:8:"no-cache";s:15:"HTTP_USER_AGENT";s:35:"PostmanRuntime-ApipostRuntime/1.1.0";s:15:"REDIRECT_STATUS";s:3:"200";s:9:"FCGI_ROLE";s:9:"RESPONDER";s:8:"PHP_SELF";s:10:"/index.php";s:18:"REQUEST_TIME_FLOAT";d:1698231448.402693;s:12:"REQUEST_TIME";i:1698231448;}s:3:"GET";a:2:{s:12:"access_token";s:60:"bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0=";s:6:"X-Csrf";s:32:"ag7x1Afy1r0q8j4y05vk3s4118hx7124";}s:4:"POST";a:0:{}s:6:"COOKIE";a:5:{s:5:"_csrf";s:72:"38fbab870d1c87af3befb8bd7969e6fcf8dfc247c72441bff88c72ca6bdf5771a:2:{i:0";s:11:"s:5:"_csrf"";s:0:"";s:3:"i:1";s:0:"";s:39:"s:32:"oOmcCtdwuApZSYu1jtBpdJrAAPPh44dC"";s:0:"";s:1:"}";s:0:"";}s:5:"FILES";a:0:{}s:7:"SESSION";a:0:{}}";s:4:"user";s:2944:"a:5:{s:2:"id";s:2:"65";s:8:"identity";a:26:{s:2:"id";s:4:"'65'";s:9:"cx_mch_id";s:3:"'0'";s:8:"username";s:9:"'Umcvqe1'";s:8:"password";s:62:"'$2y$13$h1rFZxffWh0BiJJtDs4gPum0Wsx5KfYJXAsqcPL8PNb4w8hd9hoPW'";s:8:"auth_key";s:34:"'MqDPRppFI2OgJpjwFE68C9Sn2SbeXAwV'";s:12:"access_token";s:34:"'bOxZSNi_gU02GsWLDJUjrP0wX2nQ7Qal'";s:8:"nickname";s:8:"'Umcvqe'";s:10:"avatar_url";s:28:"'/statics/images/avatar.jpg'";s:12:"mobile_phone";s:13:"'18111111112'";s:13:"mobile_prefix";s:4:"'86'";s:5:"email";s:2:"''";s:9:"real_name";s:8:"'张三'";s:4:"desc";s:2:"''";s:6:"gender";s:1:"1";s:8:"birthday";s:4:"null";s:6:"status";s:1:"0";s:9:"parent_id";s:3:"'0'";s:12:"is_modify_un";s:1:"1";s:9:"is_delete";s:1:"0";s:10:"country_id";s:1:"0";s:7:"city_id";s:1:"0";s:10:"created_at";s:10:"1698133733";s:10:"updated_at";s:10:"1698228126";s:4:"type";s:1:"0";s:8:"store_id";s:1:"0";s:7:"is_view";s:6:"'42.5'";}s:10:"attributes";a:26:{i:0;a:2:{s:9:"attribute";s:2:"id";s:5:"label";s:2:"ID";}i:1;a:2:{s:9:"attribute";s:9:"cx_mch_id";s:5:"label";s:14:"平台商户ID";}i:2;a:2:{s:9:"attribute";s:8:"username";s:5:"label";s:9:"用户名";}i:3;a:2:{s:9:"attribute";s:8:"password";s:5:"label";s:6:"密码";}i:4;a:2:{s:9:"attribute";s:8:"auth_key";s:5:"label";s:8:"AUTH_KEY";}i:5;a:2:{s:9:"attribute";s:12:"access_token";s:5:"label";s:12:"ACCESS_TOKEN";}i:6;a:2:{s:9:"attribute";s:8:"nickname";s:5:"label";s:6:"昵称";}i:7;a:2:{s:9:"attribute";s:10:"avatar_url";s:5:"label";s:6:"头像";}i:8;a:2:{s:9:"attribute";s:12:"mobile_phone";s:5:"label";s:9:"手机号";}i:9;a:2:{s:9:"attribute";s:13:"mobile_prefix";s:5:"label";s:21:"手机号国家代码";}i:10;a:2:{s:9:"attribute";s:5:"email";s:5:"label";s:6:"邮箱";}i:11;a:2:{s:9:"attribute";s:9:"real_name";s:5:"label";s:12:"真实姓名";}i:12;a:2:{s:9:"attribute";s:4:"desc";s:5:"label";s:12:"个性签名";}i:13;a:2:{s:9:"attribute";s:6:"gender";s:5:"label";s:33:"性别,0=女,1=男,2=保密";}i:14;a:2:{s:9:"attribute";s:8:"birthday";s:5:"label";s:6:"生日";}i:15;a:2:{s:9:"attribute";s:6:"status";s:5:"label";s:50:"状态,0=正常,1=封禁,2=挂起,3=注销";}i:16;a:2:{s:9:"attribute";s:9:"parent_id";s:5:"label";s:9:"PARENT_ID";}i:17;a:2:{s:9:"attribute";s:12:"is_modify_un";s:5:"label";s:43:"用户名是否可以修改,0=否,1=是";}i:18;a:2:{s:9:"attribute";s:9:"is_delete";s:5:"label";s:28:"是否删除,0=否,1=是";}i:19;a:2:{s:9:"attribute";s:10:"country_id";s:5:"label";s:8:"国家ID";}i:20;a:2:{s:9:"attribute";s:7:"city_id";s:5:"label";s:8:"城市ID";}i:21;a:2:{s:9:"attribute";s:10:"created_at";s:5:"label";s:12:"添加时间";}i:22;a:2:{s:9:"attribute";s:10:"updated_at";s:5:"label";s:12:"更新时间";}i:23;a:2:{s:9:"attribute";s:4:"type";s:5:"label";s:28:"0=普通用户,1=管理员";}i:24;a:2:{s:9:"attribute";s:8:"store_id";s:5:"label";s:8:"Store Id";}i:25;a:2:{s:9:"attribute";s:7:"is_view";s:5:"label";s:6:"鞋码";}}s:13:"rolesProvider";N;s:19:"permissionsProvider";N;}";s:5:"asset";s:6:"a:0:{}";s:7:"summary";a:12:{s:3:"tag";s:13:"6538f49870ea8";s:3:"url";s:150:"http://cxfoot.com/api/report/index?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698231448.402693;s:10:"statusCode";i:200;s:8:"sqlCount";i:14;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:8459072;s:14:"processingTime";d:0.16648006439208984;}s:10:"exceptions";a:0:{}} \ No newline at end of file diff --git a/runtime/debug/6538f4ae60271.data b/runtime/debug/6538f4ae60271.data deleted file mode 100644 index 4eac61f..0000000 --- a/runtime/debug/6538f4ae60271.data +++ /dev/null @@ -1,281 +0,0 @@ -a:14:{s:6:"config";s:1870:"a:5:{s:10:"phpVersion";s:5:"7.3.4";s:10:"yiiVersion";s:6:"2.0.46";s:11:"application";a:8:{s:3:"yii";s:6:"2.0.46";s:4:"name";s:14:"My Application";s:7:"version";s:3:"1.0";s:8:"language";s:5:"zh-CN";s:14:"sourceLanguage";s:5:"en-US";s:7:"charset";s:5:"UTF-8";s:3:"env";s:3:"dev";s:5:"debug";b:1;}s:3:"php";a:5:{s:7:"version";s:5:"7.3.4";s:6:"xdebug";b:0;s:3:"apc";b:0;s:8:"memcache";b:0;s:9:"memcached";b:0;}s:10:"extensions";a:7:{s:18:"yiisoft/yii2-faker";a:3:{s:4:"name";s:18:"yiisoft/yii2-faker";s:7:"version";s:7:"2.0.5.0";s:5:"alias";a:1:{s:10:"@yii/faker";s:56:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-faker/src";}}s:24:"yiisoft/yii2-swiftmailer";a:3:{s:4:"name";s:24:"yiisoft/yii2-swiftmailer";s:7:"version";s:7:"2.1.3.0";s:5:"alias";a:1:{s:16:"@yii/swiftmailer";s:62:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-swiftmailer/src";}}s:22:"yiisoft/yii2-bootstrap";a:3:{s:4:"name";s:22:"yiisoft/yii2-bootstrap";s:7:"version";s:8:"2.0.11.0";s:5:"alias";a:1:{s:14:"@yii/bootstrap";s:60:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-bootstrap/src";}}s:16:"yiisoft/yii2-gii";a:3:{s:4:"name";s:16:"yiisoft/yii2-gii";s:7:"version";s:7:"2.1.4.0";s:5:"alias";a:1:{s:8:"@yii/gii";s:54:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-gii/src";}}s:18:"yiisoft/yii2-redis";a:3:{s:4:"name";s:18:"yiisoft/yii2-redis";s:7:"version";s:8:"2.0.18.0";s:5:"alias";a:1:{s:10:"@yii/redis";s:56:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-redis/src";}}s:18:"yiisoft/yii2-debug";a:3:{s:4:"name";s:18:"yiisoft/yii2-debug";s:7:"version";s:8:"2.1.21.0";s:5:"alias";a:1:{s:10:"@yii/debug";s:56:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-debug/src";}}s:24:"jianyan74/yii2-websocket";a:3:{s:4:"name";s:24:"jianyan74/yii2-websocket";s:7:"version";s:7:"1.1.1.0";s:5:"alias";a:1:{s:18:"@jianyan/websocket";s:62:"D:\phpstudy_pro\WWW\cxfoot\vendor/jianyan74/yii2-websocket/src";}}}}";s:3:"log";s:16966:"a:1:{s:8:"messages";a:33:{i:0;a:6:{i:0;s:33:"Bootstrap with yii\log\Dispatcher";i:1;i:8;i:2;s:31:"yii\base\Application::bootstrap";i:3;d:1698231470.355918;i:4;a:0:{}i:5;i:2495616;}i:1;a:6:{i:0;s:21:"Loading module: debug";i:1;i:8;i:2;s:26:"yii\base\Module::getModule";i:3;d:1698231470.355942;i:4;a:0:{}i:5;i:2496792;}i:2;a:6:{i:0;s:44:"Bootstrap with yii\debug\Module::bootstrap()";i:1;i:8;i:2;s:31:"yii\base\Application::bootstrap";i:3;d:1698231470.392954;i:4;a:0:{}i:5;i:4072024;}i:3;a:6:{i:0;s:61:"Opening redis DB connection: tcp://127.0.0.1:6379, database=0";i:1;i:8;i:2;s:26:"yii\redis\Connection::open";i:3;d:1698231470.396591;i:4;a:0:{}i:5;i:4288472;}i:4;a:6:{i:0;s:31:"Executing Redis Command: SELECT";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698231470.397113;i:4;a:0:{}i:5;i:4290680;}i:5;a:6:{i:0;s:28:"Executing Redis Command: GET";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698231470.397364;i:4;a:0:{}i:5;i:4298864;}i:6;a:6:{i:0;s:28:"Executing Redis Command: GET";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698231470.399201;i:4;a:0:{}i:5;i:4371144;}i:7;a:6:{i:0;s:19:"Loading module: gii";i:1;i:8;i:2;s:26:"yii\base\Module::getModule";i:3;d:1698231470.399404;i:4;a:0:{}i:5;i:4371488;}i:8;a:6:{i:0;s:42:"Bootstrap with yii\gii\Module::bootstrap()";i:1;i:8;i:2;s:31:"yii\base\Application::bootstrap";i:3;d:1698231470.400476;i:4;a:0:{}i:5;i:4395512;}i:9;a:6:{i:0;s:28:"Executing Redis Command: GET";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698231470.400511;i:4;a:0:{}i:5;i:4401904;}i:18;a:6:{i:0;s:35:"Route requested: 'api/report/index'";i:1;i:8;i:2;s:34:"yii\web\Application::handleRequest";i:3;d:1698231470.404602;i:4;a:0:{}i:5;i:4625456;}i:19;a:6:{i:0;s:19:"Loading module: api";i:1;i:8;i:2;s:26:"yii\base\Module::getModule";i:3;d:1698231470.404615;i:4;a:0:{}i:5;i:4627080;}i:20;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_wechat_app`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698231470.431929;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6050960;}i:21;a:6:{i:0;s:57:"Opening DB connection: mysql:host=127.0.0.1;dbname=cxfoot";i:1;i:4;i:2;s:23:"yii\db\Connection::open";i:3;d:1698231470.431978;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6053392;}i:26;a:6:{i:0;s:782:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_wechat_app' AND `kcu`.`TABLE_NAME` = 'cx_wechat_app'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698231470.437678;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6139704;}i:29;a:6:{i:0;s:71:"SELECT * FROM `cx_wechat_app` WHERE (`cx_mch_id`=0) AND (`is_delete`=0)";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698231470.444633;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6476272;}i:32;a:6:{i:0;s:30:"Route to run: api/report/index";i:1;i:8;i:2;s:30:"yii\base\Controller::runAction";i:3;d:1698231470.460867;i:4;a:0:{}i:5;i:6705248;}i:33;a:6:{i:0;s:119:"SELECT * FROM `cx_user_token` WHERE ((`is_delete`=0) AND (`token`='SF5fP6gUUrct1a') AND (`cx_mch_id`=0)) AND (`type`=3)";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698231470.47172;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6981984;}i:36;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_user_token`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698231470.472436;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6990240;}i:39;a:6:{i:0;s:782:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_user_token' AND `kcu`.`TABLE_NAME` = 'cx_user_token'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698231470.473504;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7004088;}i:42;a:6:{i:0;s:32:"SHOW FULL COLUMNS FROM `cx_user`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698231470.474182;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7007968;}i:45;a:6:{i:0;s:770:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_user' AND `kcu`.`TABLE_NAME` = 'cx_user'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698231470.481109;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7030064;}i:48;a:6:{i:0;s:78:"SELECT * FROM `cx_user` WHERE (`id`='65') AND (`is_delete`=0) AND (`status`=0)";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698231470.481945;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7038048;}i:51;a:6:{i:0;s:56:"User '65' logged in from 127.0.0.1. Session not enabled.";i:1;i:4;i:2;s:19:"yii\web\User::login";i:3;d:1698231470.491023;i:4;a:2:{i:0;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7278032;}i:52;a:6:{i:0;s:28:"Executing Redis Command: GET";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698231470.492585;i:4;a:2:{i:0;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:56;s:8:"function";s:6:"__call";s:5:"class";s:20:"yii\redis\Connection";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7364376;}i:53;a:6:{i:0;s:75:"Running action: app\modules\api\controllers\ReportController::actionIndex()";i:1;i:8;i:2;s:36:"yii\base\InlineAction::runWithParams";i:3;d:1698231470.492868;i:4;a:0:{}i:5;i:7360456;}i:54;a:6:{i:0;s:85:"Failed to set unsafe attribute 'access_token' in 'app\modules\api\models\ReportForm'.";i:1;i:8;i:2;s:33:"yii\base\Model::onUnsafeAttribute";i:3;d:1698231470.496924;i:4;a:1:{i:0;a:5:{s:4:"file";s:71:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\ReportController.php";s:4:"line";i:61;s:8:"function";s:5:"__set";s:5:"class";s:18:"yii\base\Component";s:4:"type";s:2:"->";}}i:5;i:7472128;}i:55;a:6:{i:0;s:79:"Failed to set unsafe attribute 'X-Csrf' in 'app\modules\api\models\ReportForm'.";i:1;i:8;i:2;s:33:"yii\base\Model::onUnsafeAttribute";i:3;d:1698231470.496941;i:4;a:1:{i:0;a:5:{s:4:"file";s:71:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\ReportController.php";s:4:"line";i:61;s:8:"function";s:5:"__set";s:5:"class";s:18:"yii\base\Component";s:4:"type";s:2:"->";}}i:5;i:7473368;}i:56;a:6:{i:0;s:56:"SELECT COUNT(*) FROM `cx_report` WHERE `user_id` IS NULL";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698231470.498305;i:4;a:2:{i:0;a:5:{s:4:"file";s:60:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\ReportForm.php";s:4:"line";i:83;s:8:"function";s:5:"count";s:5:"class";s:12:"yii\db\Query";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:71:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\ReportController.php";s:4:"line";i:63;s:8:"function";s:6:"search";s:5:"class";s:33:"app\modules\api\models\ReportForm";s:4:"type";s:2:"->";}}i:5;i:7505272;}i:59;a:6:{i:0;s:118:"SELECT `id`, `model_number`, `pdf_path`, `pdf_at` FROM `cx_report` WHERE `user_id` IS NULL ORDER BY `id` DESC LIMIT 20";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698231470.506584;i:4;a:2:{i:0;a:5:{s:4:"file";s:60:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\ReportForm.php";s:4:"line";i:85;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:71:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\ReportController.php";s:4:"line";i:63;s:8:"function";s:6:"search";s:5:"class";s:33:"app\modules\api\models\ReportForm";s:4:"type";s:2:"->";}}i:5;i:7542368;}i:62;a:6:{i:0;s:35:"SHOW FULL COLUMNS FROM `cx_api_log`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698231470.50792;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7586440;}i:65;a:6:{i:0;s:776:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_api_log' AND `kcu`.`TABLE_NAME` = 'cx_api_log'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698231470.509327;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7610984;}i:68;a:6:{i:0;s:546:"INSERT INTO `cx_api_log` (`cx_mch_id`, `user_id`, `route`, `module_id`, `controller_id`, `action_id`, `url`, `method`, `method_param`, `ipv4`, `is_pass`, `request_date`, `request_time`, `response_time`, `process_consume_time`, `is_delete`, `created_at`) VALUES (0, '65', 'api/report/index', 'api', 'report', 'index', '/api/report/index?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124', 'GET', '[]', '127.0.0.1', 1, '2023-10-25', 1698231470409, 1698231470510, 101, 0, 1698231470)";i:1;i:4;i:2;s:23:"yii\db\Command::execute";i:3;d:1698231470.513628;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:125;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7769832;}}}";s:9:"profiling";s:25700:"a:3:{s:6:"memory";i:8459144;s:4:"time";d:0.2352280616760254;s:8:"messages";a:30:{i:22;a:6:{i:0;s:57:"Opening DB connection: mysql:host=127.0.0.1;dbname=cxfoot";i:1;i:80;i:2;s:23:"yii\db\Connection::open";i:3;d:1698231470.431996;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6054520;}i:23;a:6:{i:0;s:57:"Opening DB connection: mysql:host=127.0.0.1;dbname=cxfoot";i:1;i:96;i:2;s:23:"yii\db\Connection::open";i:3;d:1698231470.434072;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6103680;}i:24;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_wechat_app`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231470.434106;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6103920;}i:25;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_wechat_app`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231470.43584;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6119752;}i:27;a:6:{i:0;s:782:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_wechat_app' AND `kcu`.`TABLE_NAME` = 'cx_wechat_app'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231470.437719;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6142568;}i:28;a:6:{i:0;s:782:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_wechat_app' AND `kcu`.`TABLE_NAME` = 'cx_wechat_app'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231470.438548;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6144952;}i:30;a:6:{i:0;s:71:"SELECT * FROM `cx_wechat_app` WHERE (`cx_mch_id`=0) AND (`is_delete`=0)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231470.444673;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6477520;}i:31;a:6:{i:0;s:71:"SELECT * FROM `cx_wechat_app` WHERE (`cx_mch_id`=0) AND (`is_delete`=0)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231470.445194;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6484192;}i:34;a:6:{i:0;s:119:"SELECT * FROM `cx_user_token` WHERE ((`is_delete`=0) AND (`token`='SF5fP6gUUrct1a') AND (`cx_mch_id`=0)) AND (`type`=3)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231470.47176;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6983552;}i:35;a:6:{i:0;s:119:"SELECT * FROM `cx_user_token` WHERE ((`is_delete`=0) AND (`token`='SF5fP6gUUrct1a') AND (`cx_mch_id`=0)) AND (`type`=3)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231470.472336;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6987240;}i:37;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_user_token`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231470.472462;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6992360;}i:38;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_user_token`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231470.473224;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7004624;}i:40;a:6:{i:0;s:782:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_user_token' AND `kcu`.`TABLE_NAME` = 'cx_user_token'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231470.473538;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7007704;}i:41;a:6:{i:0;s:782:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_user_token' AND `kcu`.`TABLE_NAME` = 'cx_user_token'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231470.474018;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7010840;}i:43;a:6:{i:0;s:32:"SHOW FULL COLUMNS FROM `cx_user`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231470.474207;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7010088;}i:44;a:6:{i:0;s:32:"SHOW FULL COLUMNS FROM `cx_user`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231470.480487;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7040232;}i:46;a:6:{i:0;s:770:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_user' AND `kcu`.`TABLE_NAME` = 'cx_user'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231470.48114;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7033680;}i:47;a:6:{i:0;s:770:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_user' AND `kcu`.`TABLE_NAME` = 'cx_user'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231470.481697;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7036816;}i:49;a:6:{i:0;s:78:"SELECT * FROM `cx_user` WHERE (`id`='65') AND (`is_delete`=0) AND (`status`=0)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231470.481969;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7039800;}i:50;a:6:{i:0;s:78:"SELECT * FROM `cx_user` WHERE (`id`='65') AND (`is_delete`=0) AND (`status`=0)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231470.482301;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7046264;}i:57;a:6:{i:0;s:56:"SELECT COUNT(*) FROM `cx_report` WHERE `user_id` IS NULL";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231470.498334;i:4;a:2:{i:0;a:5:{s:4:"file";s:60:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\ReportForm.php";s:4:"line";i:83;s:8:"function";s:5:"count";s:5:"class";s:12:"yii\db\Query";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:71:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\ReportController.php";s:4:"line";i:63;s:8:"function";s:6:"search";s:5:"class";s:33:"app\modules\api\models\ReportForm";s:4:"type";s:2:"->";}}i:5;i:7507072;}i:58;a:6:{i:0;s:56:"SELECT COUNT(*) FROM `cx_report` WHERE `user_id` IS NULL";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231470.504746;i:4;a:2:{i:0;a:5:{s:4:"file";s:60:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\ReportForm.php";s:4:"line";i:83;s:8:"function";s:5:"count";s:5:"class";s:12:"yii\db\Query";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:71:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\ReportController.php";s:4:"line";i:63;s:8:"function";s:6:"search";s:5:"class";s:33:"app\modules\api\models\ReportForm";s:4:"type";s:2:"->";}}i:5;i:7508720;}i:60;a:6:{i:0;s:118:"SELECT `id`, `model_number`, `pdf_path`, `pdf_at` FROM `cx_report` WHERE `user_id` IS NULL ORDER BY `id` DESC LIMIT 20";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231470.506611;i:4;a:2:{i:0;a:5:{s:4:"file";s:60:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\ReportForm.php";s:4:"line";i:85;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:71:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\ReportController.php";s:4:"line";i:63;s:8:"function";s:6:"search";s:5:"class";s:33:"app\modules\api\models\ReportForm";s:4:"type";s:2:"->";}}i:5;i:7544296;}i:61;a:6:{i:0;s:118:"SELECT `id`, `model_number`, `pdf_path`, `pdf_at` FROM `cx_report` WHERE `user_id` IS NULL ORDER BY `id` DESC LIMIT 20";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231470.506884;i:4;a:2:{i:0;a:5:{s:4:"file";s:60:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\ReportForm.php";s:4:"line";i:85;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:71:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\ReportController.php";s:4:"line";i:63;s:8:"function";s:6:"search";s:5:"class";s:33:"app\modules\api\models\ReportForm";s:4:"type";s:2:"->";}}i:5;i:7546240;}i:63;a:6:{i:0;s:35:"SHOW FULL COLUMNS FROM `cx_api_log`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231470.507947;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7588560;}i:64;a:6:{i:0;s:35:"SHOW FULL COLUMNS FROM `cx_api_log`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231470.508876;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7611520;}i:66;a:6:{i:0;s:776:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_api_log' AND `kcu`.`TABLE_NAME` = 'cx_api_log'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231470.509353;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7614600;}i:67;a:6:{i:0;s:776:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_api_log' AND `kcu`.`TABLE_NAME` = 'cx_api_log'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231470.509992;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7617736;}i:69;a:6:{i:0;s:546:"INSERT INTO `cx_api_log` (`cx_mch_id`, `user_id`, `route`, `module_id`, `controller_id`, `action_id`, `url`, `method`, `method_param`, `ipv4`, `is_pass`, `request_date`, `request_time`, `response_time`, `process_consume_time`, `is_delete`, `created_at`) VALUES (0, '65', 'api/report/index', 'api', 'report', 'index', '/api/report/index?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124', 'GET', '[]', '127.0.0.1', 1, '2023-10-25', 1698231470409, 1698231470510, 101, 0, 1698231470)";i:1;i:80;i:2;s:23:"yii\db\Command::execute";i:3;d:1698231470.513666;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:125;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7768192;}i:70;a:6:{i:0;s:546:"INSERT INTO `cx_api_log` (`cx_mch_id`, `user_id`, `route`, `module_id`, `controller_id`, `action_id`, `url`, `method`, `method_param`, `ipv4`, `is_pass`, `request_date`, `request_time`, `response_time`, `process_consume_time`, `is_delete`, `created_at`) VALUES (0, '65', 'api/report/index', 'api', 'report', 'index', '/api/report/index?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124', 'GET', '[]', '127.0.0.1', 1, '2023-10-25', 1698231470409, 1698231470510, 101, 0, 1698231470)";i:1;i:96;i:2;s:23:"yii\db\Command::execute";i:3;d:1698231470.554773;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:125;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7770720;}}}";s:2:"db";s:24897:"a:1:{s:8:"messages";a:28:{i:24;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_wechat_app`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231470.434106;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6103920;}i:25;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_wechat_app`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231470.43584;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6119752;}i:27;a:6:{i:0;s:782:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_wechat_app' AND `kcu`.`TABLE_NAME` = 'cx_wechat_app'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231470.437719;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6142568;}i:28;a:6:{i:0;s:782:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_wechat_app' AND `kcu`.`TABLE_NAME` = 'cx_wechat_app'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231470.438548;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6144952;}i:30;a:6:{i:0;s:71:"SELECT * FROM `cx_wechat_app` WHERE (`cx_mch_id`=0) AND (`is_delete`=0)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231470.444673;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6477520;}i:31;a:6:{i:0;s:71:"SELECT * FROM `cx_wechat_app` WHERE (`cx_mch_id`=0) AND (`is_delete`=0)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231470.445194;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6484192;}i:34;a:6:{i:0;s:119:"SELECT * FROM `cx_user_token` WHERE ((`is_delete`=0) AND (`token`='SF5fP6gUUrct1a') AND (`cx_mch_id`=0)) AND (`type`=3)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231470.47176;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6983552;}i:35;a:6:{i:0;s:119:"SELECT * FROM `cx_user_token` WHERE ((`is_delete`=0) AND (`token`='SF5fP6gUUrct1a') AND (`cx_mch_id`=0)) AND (`type`=3)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231470.472336;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6987240;}i:37;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_user_token`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231470.472462;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6992360;}i:38;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_user_token`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231470.473224;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7004624;}i:40;a:6:{i:0;s:782:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_user_token' AND `kcu`.`TABLE_NAME` = 'cx_user_token'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231470.473538;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7007704;}i:41;a:6:{i:0;s:782:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_user_token' AND `kcu`.`TABLE_NAME` = 'cx_user_token'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231470.474018;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7010840;}i:43;a:6:{i:0;s:32:"SHOW FULL COLUMNS FROM `cx_user`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231470.474207;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7010088;}i:44;a:6:{i:0;s:32:"SHOW FULL COLUMNS FROM `cx_user`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231470.480487;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7040232;}i:46;a:6:{i:0;s:770:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_user' AND `kcu`.`TABLE_NAME` = 'cx_user'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231470.48114;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7033680;}i:47;a:6:{i:0;s:770:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_user' AND `kcu`.`TABLE_NAME` = 'cx_user'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231470.481697;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7036816;}i:49;a:6:{i:0;s:78:"SELECT * FROM `cx_user` WHERE (`id`='65') AND (`is_delete`=0) AND (`status`=0)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231470.481969;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7039800;}i:50;a:6:{i:0;s:78:"SELECT * FROM `cx_user` WHERE (`id`='65') AND (`is_delete`=0) AND (`status`=0)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231470.482301;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7046264;}i:57;a:6:{i:0;s:56:"SELECT COUNT(*) FROM `cx_report` WHERE `user_id` IS NULL";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231470.498334;i:4;a:2:{i:0;a:5:{s:4:"file";s:60:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\ReportForm.php";s:4:"line";i:83;s:8:"function";s:5:"count";s:5:"class";s:12:"yii\db\Query";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:71:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\ReportController.php";s:4:"line";i:63;s:8:"function";s:6:"search";s:5:"class";s:33:"app\modules\api\models\ReportForm";s:4:"type";s:2:"->";}}i:5;i:7507072;}i:58;a:6:{i:0;s:56:"SELECT COUNT(*) FROM `cx_report` WHERE `user_id` IS NULL";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231470.504746;i:4;a:2:{i:0;a:5:{s:4:"file";s:60:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\ReportForm.php";s:4:"line";i:83;s:8:"function";s:5:"count";s:5:"class";s:12:"yii\db\Query";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:71:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\ReportController.php";s:4:"line";i:63;s:8:"function";s:6:"search";s:5:"class";s:33:"app\modules\api\models\ReportForm";s:4:"type";s:2:"->";}}i:5;i:7508720;}i:60;a:6:{i:0;s:118:"SELECT `id`, `model_number`, `pdf_path`, `pdf_at` FROM `cx_report` WHERE `user_id` IS NULL ORDER BY `id` DESC LIMIT 20";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231470.506611;i:4;a:2:{i:0;a:5:{s:4:"file";s:60:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\ReportForm.php";s:4:"line";i:85;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:71:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\ReportController.php";s:4:"line";i:63;s:8:"function";s:6:"search";s:5:"class";s:33:"app\modules\api\models\ReportForm";s:4:"type";s:2:"->";}}i:5;i:7544296;}i:61;a:6:{i:0;s:118:"SELECT `id`, `model_number`, `pdf_path`, `pdf_at` FROM `cx_report` WHERE `user_id` IS NULL ORDER BY `id` DESC LIMIT 20";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231470.506884;i:4;a:2:{i:0;a:5:{s:4:"file";s:60:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\ReportForm.php";s:4:"line";i:85;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:71:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\ReportController.php";s:4:"line";i:63;s:8:"function";s:6:"search";s:5:"class";s:33:"app\modules\api\models\ReportForm";s:4:"type";s:2:"->";}}i:5;i:7546240;}i:63;a:6:{i:0;s:35:"SHOW FULL COLUMNS FROM `cx_api_log`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231470.507947;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7588560;}i:64;a:6:{i:0;s:35:"SHOW FULL COLUMNS FROM `cx_api_log`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231470.508876;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7611520;}i:66;a:6:{i:0;s:776:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_api_log' AND `kcu`.`TABLE_NAME` = 'cx_api_log'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231470.509353;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7614600;}i:67;a:6:{i:0;s:776:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_api_log' AND `kcu`.`TABLE_NAME` = 'cx_api_log'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231470.509992;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7617736;}i:69;a:6:{i:0;s:546:"INSERT INTO `cx_api_log` (`cx_mch_id`, `user_id`, `route`, `module_id`, `controller_id`, `action_id`, `url`, `method`, `method_param`, `ipv4`, `is_pass`, `request_date`, `request_time`, `response_time`, `process_consume_time`, `is_delete`, `created_at`) VALUES (0, '65', 'api/report/index', 'api', 'report', 'index', '/api/report/index?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124', 'GET', '[]', '127.0.0.1', 1, '2023-10-25', 1698231470409, 1698231470510, 101, 0, 1698231470)";i:1;i:80;i:2;s:23:"yii\db\Command::execute";i:3;d:1698231470.513666;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:125;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7768192;}i:70;a:6:{i:0;s:546:"INSERT INTO `cx_api_log` (`cx_mch_id`, `user_id`, `route`, `module_id`, `controller_id`, `action_id`, `url`, `method`, `method_param`, `ipv4`, `is_pass`, `request_date`, `request_time`, `response_time`, `process_consume_time`, `is_delete`, `created_at`) VALUES (0, '65', 'api/report/index', 'api', 'report', 'index', '/api/report/index?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124', 'GET', '[]', '127.0.0.1', 1, '2023-10-25', 1698231470409, 1698231470510, 101, 0, 1698231470)";i:1;i:96;i:2;s:23:"yii\db\Command::execute";i:3;d:1698231470.554773;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:125;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7770720;}}}";s:5:"event";s:5670:"a:32:{i:0;a:5:{s:4:"time";d:1698231470.397347;s:4:"name";s:9:"afterOpen";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:20:"yii\redis\Connection";}i:1;a:5:{s:4:"time";d:1698231470.403739;s:4:"name";s:13:"beforeRequest";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:19:"yii\web\Application";}i:2;a:5:{s:4:"time";d:1698231470.426109;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:3;a:5:{s:4:"time";d:1698231470.434063;s:4:"name";s:9:"afterOpen";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:17:"yii\db\Connection";}i:4;a:5:{s:4:"time";d:1698231470.445255;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:27:"app\models\wechat\WechatApp";}i:5;a:5:{s:4:"time";d:1698231470.445321;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:27:"app\models\wechat\WechatApp";}i:6;a:5:{s:4:"time";d:1698231470.461407;s:4:"name";s:12:"beforeAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:19:"yii\web\Application";}i:7;a:5:{s:4:"time";d:1698231470.461423;s:4:"name";s:12:"beforeAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:22:"app\modules\api\Module";}i:8;a:5:{s:4:"time";d:1698231470.468217;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:9;a:5:{s:4:"time";d:1698231470.472385;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:20:"app\models\UserToken";}i:10;a:5:{s:4:"time";d:1698231470.474088;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:20:"app\models\UserToken";}i:11;a:5:{s:4:"time";d:1698231470.474123;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:12;a:5:{s:4:"time";d:1698231470.482349;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:15:"app\models\User";}i:13;a:5:{s:4:"time";d:1698231470.482419;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:15:"app\models\User";}i:14;a:5:{s:4:"time";d:1698231470.483002;s:4:"name";s:11:"beforeLogin";s:5:"class";s:17:"yii\web\UserEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:12:"yii\web\User";}i:15;a:5:{s:4:"time";d:1698231470.491063;s:4:"name";s:10:"afterLogin";s:5:"class";s:17:"yii\web\UserEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:12:"yii\web\User";}i:16;a:5:{s:4:"time";d:1698231470.492848;s:4:"name";s:12:"beforeAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:44:"app\modules\api\controllers\ReportController";}i:17;a:5:{s:4:"time";d:1698231470.497452;s:4:"name";s:14:"beforeValidate";s:5:"class";s:19:"yii\base\ModelEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:33:"app\modules\api\models\ReportForm";}i:18;a:5:{s:4:"time";d:1698231470.497542;s:4:"name";s:13:"afterValidate";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:33:"app\modules\api\models\ReportForm";}i:19;a:5:{s:4:"time";d:1698231470.498127;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:20;a:5:{s:4:"time";d:1698231470.507864;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"app\models\log\ApiLog";}i:21;a:5:{s:4:"time";d:1698231470.510889;s:4:"name";s:14:"beforeValidate";s:5:"class";s:19:"yii\base\ModelEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"app\models\log\ApiLog";}i:22;a:5:{s:4:"time";d:1698231470.512563;s:4:"name";s:13:"afterValidate";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"app\models\log\ApiLog";}i:23;a:5:{s:4:"time";d:1698231470.512583;s:4:"name";s:12:"beforeInsert";s:5:"class";s:19:"yii\base\ModelEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"app\models\log\ApiLog";}i:24;a:5:{s:4:"time";d:1698231470.55555;s:4:"name";s:11:"afterInsert";s:5:"class";s:21:"yii\db\AfterSaveEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"app\models\log\ApiLog";}i:25;a:5:{s:4:"time";d:1698231470.555601;s:4:"name";s:11:"afterAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:44:"app\modules\api\controllers\ReportController";}i:26;a:5:{s:4:"time";d:1698231470.555614;s:4:"name";s:11:"afterAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:22:"app\modules\api\Module";}i:27;a:5:{s:4:"time";d:1698231470.555624;s:4:"name";s:11:"afterAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:19:"yii\web\Application";}i:28;a:5:{s:4:"time";d:1698231470.555638;s:4:"name";s:12:"afterRequest";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:19:"yii\web\Application";}i:29;a:5:{s:4:"time";d:1698231470.555649;s:4:"name";s:10:"beforeSend";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:16:"yii\web\Response";}i:30;a:5:{s:4:"time";d:1698231470.559756;s:4:"name";s:12:"afterPrepare";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:16:"yii\web\Response";}i:31;a:5:{s:4:"time";d:1698231470.559842;s:4:"name";s:9:"afterSend";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:16:"yii\web\Response";}}";s:4:"mail";s:6:"a:0:{}";s:8:"timeline";s:91:"a:3:{s:5:"start";d:1698231470.328637;s:3:"end";d:1698231470.564179;s:6:"memory";i:8459144;}";s:4:"dump";s:6:"a:0:{}";s:6:"router";s:1686:"a:3:{s:8:"messages";a:8:{i:10;a:6:{i:0;a:3:{s:4:"rule";s:3:"gii";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698231470.404519;i:4;a:0:{}i:5;i:4619864;}i:11;a:6:{i:0;a:3:{s:4:"rule";s:12:"gii/";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698231470.404539;i:4;a:0:{}i:5;i:4620616;}i:12;a:6:{i:0;a:3:{s:4:"rule";s:41:"gii//";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698231470.404548;i:4;a:0:{}i:5;i:4621368;}i:13;a:6:{i:0;a:3:{s:4:"rule";s:5:"debug";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698231470.404556;i:4;a:0:{}i:5;i:4622120;}i:14;a:6:{i:0;a:3:{s:4:"rule";s:43:"debug//";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698231470.404565;i:4;a:0:{}i:5;i:4622872;}i:15;a:6:{i:0;a:3:{s:4:"rule";s:38:"//";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698231470.404575;i:4;a:0:{}i:5;i:4623624;}i:16;a:6:{i:0;a:3:{s:4:"rule";s:29:"/";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698231470.404584;i:4;a:0:{}i:5;i:4624376;}i:17;a:6:{i:0;s:55:"No matching URL rules. Using default URL parsing logic.";i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698231470.40459;i:4;a:0:{}i:5;i:4625392;}}s:5:"route";s:16:"api/report/index";s:6:"action";s:59:"app\modules\api\controllers\ReportController::actionIndex()";}";s:7:"request";s:4885:"a:15:{s:7:"flashes";a:0:{}s:10:"statusCode";i:200;s:14:"requestHeaders";a:7:{s:4:"host";s:10:"cxfoot.com";s:6:"cookie";s:148:"_csrf=f8956a697b57c1fe3fe75cf240b33a16f82f18ca4f615dbbb089e0b5617e3f55a:2:%7Bi:0;s:5:%22_csrf%22;i:1;s:32:%22F0PB_3M-LSLTQxKu2ffBBNjfTghQNDhW%22;%7D";s:10:"connection";s:5:"close";s:15:"accept-encoding";s:17:"gzip, deflate, br";s:6:"accept";s:3:"*/*";s:13:"cache-control";s:8:"no-cache";s:10:"user-agent";s:35:"PostmanRuntime-ApipostRuntime/1.1.0";}s:15:"responseHeaders";a:6:{s:12:"X-Powered-By";s:9:"PHP/7.3.4";s:12:"Content-Type";s:31:"application/json; charset=UTF-8";s:11:"X-Debug-Tag";s:13:"6538f4ae60271";s:16:"X-Debug-Duration";s:3:"232";s:12:"X-Debug-Link";s:37:"/debug/default/view?tag=6538f4ae60271";s:10:"Set-Cookie";s:204:"_csrf=5380f14835a306be44981c98a1d604c2b7c72172408620c6660bceef06fc7cd8a%3A2%3A%7Bi%3A0%3Bs%3A5%3A%22_csrf%22%3Bi%3A1%3Bs%3A32%3A%22GL6l1jpCLH4ksYb6XpivsovLxDyWHbtW%22%3B%7D; path=/; HttpOnly; SameSite=Lax";}s:5:"route";s:16:"api/report/index";s:6:"action";s:59:"app\modules\api\controllers\ReportController::actionIndex()";s:12:"actionParams";a:0:{}s:7:"general";a:5:{s:6:"method";s:3:"GET";s:6:"isAjax";b:0;s:6:"isPjax";b:0;s:7:"isFlash";b:0;s:18:"isSecureConnection";b:0;}s:11:"requestBody";a:0:{}s:6:"SERVER";a:41:{s:4:"PATH";s:954:"C:\imagemagick;C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\intel64_win\compiler;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;E:\anzhuang\QTSystem\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;D:\Git\cmd;D:\svn\bin;C:\Users\Administrator\AppData\Local\Programs\Python\Python311;C:\Users\Administrator\AppData\Local\Programs\Python\Python311\Scripts;D:\Xftp 7\;D:\微信web开发者工具\dll;C:\Users\Administrator\AppData\Local\Microsoft\WindowsApps;;D:\PhpStorm 2021.2.1\bin;;D:\Microsoft VS Code\bin;D:\phpstudy_pro\Extensions\php\php7.4.3nts;C:\Users\Administrator\AppData\Local\ComposerSetup\bin;C:\Users\Administrator\AppData\Roaming\Composer\vendor\bin";s:10:"SYSTEMROOT";s:10:"C:\WINDOWS";s:7:"COMSPEC";s:27:"C:\WINDOWS\system32\cmd.exe";s:7:"PATHEXT";s:53:".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC";s:6:"WINDIR";s:10:"C:\WINDOWS";s:5:"PHPRC";s:42:"D:/phpstudy_pro/Extensions/php/php7.3.4nts";s:21:"_FCGI_SHUTDOWN_EVENT_";s:4:"9080";s:11:"SCRIPT_NAME";s:10:"/index.php";s:11:"REQUEST_URI";s:133:"/api/report/index?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:12:"QUERY_STRING";s:115:"access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:14:"REQUEST_METHOD";s:3:"GET";s:15:"SERVER_PROTOCOL";s:8:"HTTP/1.1";s:17:"GATEWAY_INTERFACE";s:7:"CGI/1.1";s:21:"REDIRECT_QUERY_STRING";s:115:"access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:12:"REDIRECT_URL";s:17:"/api/report/index";s:11:"REMOTE_PORT";s:5:"61014";s:15:"SCRIPT_FILENAME";s:40:"D:/phpstudy_pro/WWW/cxfoot/web/index.php";s:12:"SERVER_ADMIN";s:17:"admin@example.com";s:21:"CONTEXT_DOCUMENT_ROOT";s:30:"D:/phpstudy_pro/WWW/cxfoot/web";s:14:"CONTEXT_PREFIX";s:0:"";s:14:"REQUEST_SCHEME";s:4:"http";s:13:"DOCUMENT_ROOT";s:30:"D:/phpstudy_pro/WWW/cxfoot/web";s:11:"REMOTE_ADDR";s:9:"127.0.0.1";s:11:"SERVER_PORT";s:2:"80";s:11:"SERVER_ADDR";s:9:"127.0.0.1";s:11:"SERVER_NAME";s:10:"cxfoot.com";s:15:"SERVER_SOFTWARE";s:73:"Apache/2.4.39 (Win64) OpenSSL/1.1.1b mod_fcgid/2.3.9a mod_log_rotate/1.02";s:16:"SERVER_SIGNATURE";s:0:"";s:10:"SystemRoot";s:10:"C:\WINDOWS";s:9:"HTTP_HOST";s:10:"cxfoot.com";s:11:"HTTP_COOKIE";s:148:"_csrf=f8956a697b57c1fe3fe75cf240b33a16f82f18ca4f615dbbb089e0b5617e3f55a:2:%7Bi:0;s:5:%22_csrf%22;i:1;s:32:%22F0PB_3M-LSLTQxKu2ffBBNjfTghQNDhW%22;%7D";s:15:"HTTP_CONNECTION";s:5:"close";s:20:"HTTP_ACCEPT_ENCODING";s:17:"gzip, deflate, br";s:11:"HTTP_ACCEPT";s:3:"*/*";s:18:"HTTP_CACHE_CONTROL";s:8:"no-cache";s:15:"HTTP_USER_AGENT";s:35:"PostmanRuntime-ApipostRuntime/1.1.0";s:15:"REDIRECT_STATUS";s:3:"200";s:9:"FCGI_ROLE";s:9:"RESPONDER";s:8:"PHP_SELF";s:10:"/index.php";s:18:"REQUEST_TIME_FLOAT";d:1698231470.292465;s:12:"REQUEST_TIME";i:1698231470;}s:3:"GET";a:2:{s:12:"access_token";s:60:"bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0=";s:6:"X-Csrf";s:32:"ag7x1Afy1r0q8j4y05vk3s4118hx7124";}s:4:"POST";a:0:{}s:6:"COOKIE";a:5:{s:5:"_csrf";s:72:"f8956a697b57c1fe3fe75cf240b33a16f82f18ca4f615dbbb089e0b5617e3f55a:2:{i:0";s:11:"s:5:"_csrf"";s:0:"";s:3:"i:1";s:0:"";s:39:"s:32:"F0PB_3M-LSLTQxKu2ffBBNjfTghQNDhW"";s:0:"";s:1:"}";s:0:"";}s:5:"FILES";a:0:{}s:7:"SESSION";a:0:{}}";s:4:"user";s:2944:"a:5:{s:2:"id";s:2:"65";s:8:"identity";a:26:{s:2:"id";s:4:"'65'";s:9:"cx_mch_id";s:3:"'0'";s:8:"username";s:9:"'Umcvqe1'";s:8:"password";s:62:"'$2y$13$h1rFZxffWh0BiJJtDs4gPum0Wsx5KfYJXAsqcPL8PNb4w8hd9hoPW'";s:8:"auth_key";s:34:"'MqDPRppFI2OgJpjwFE68C9Sn2SbeXAwV'";s:12:"access_token";s:34:"'bOxZSNi_gU02GsWLDJUjrP0wX2nQ7Qal'";s:8:"nickname";s:8:"'Umcvqe'";s:10:"avatar_url";s:28:"'/statics/images/avatar.jpg'";s:12:"mobile_phone";s:13:"'18111111112'";s:13:"mobile_prefix";s:4:"'86'";s:5:"email";s:2:"''";s:9:"real_name";s:8:"'张三'";s:4:"desc";s:2:"''";s:6:"gender";s:1:"1";s:8:"birthday";s:4:"null";s:6:"status";s:1:"0";s:9:"parent_id";s:3:"'0'";s:12:"is_modify_un";s:1:"1";s:9:"is_delete";s:1:"0";s:10:"country_id";s:1:"0";s:7:"city_id";s:1:"0";s:10:"created_at";s:10:"1698133733";s:10:"updated_at";s:10:"1698228126";s:4:"type";s:1:"0";s:8:"store_id";s:1:"0";s:7:"is_view";s:6:"'42.5'";}s:10:"attributes";a:26:{i:0;a:2:{s:9:"attribute";s:2:"id";s:5:"label";s:2:"ID";}i:1;a:2:{s:9:"attribute";s:9:"cx_mch_id";s:5:"label";s:14:"平台商户ID";}i:2;a:2:{s:9:"attribute";s:8:"username";s:5:"label";s:9:"用户名";}i:3;a:2:{s:9:"attribute";s:8:"password";s:5:"label";s:6:"密码";}i:4;a:2:{s:9:"attribute";s:8:"auth_key";s:5:"label";s:8:"AUTH_KEY";}i:5;a:2:{s:9:"attribute";s:12:"access_token";s:5:"label";s:12:"ACCESS_TOKEN";}i:6;a:2:{s:9:"attribute";s:8:"nickname";s:5:"label";s:6:"昵称";}i:7;a:2:{s:9:"attribute";s:10:"avatar_url";s:5:"label";s:6:"头像";}i:8;a:2:{s:9:"attribute";s:12:"mobile_phone";s:5:"label";s:9:"手机号";}i:9;a:2:{s:9:"attribute";s:13:"mobile_prefix";s:5:"label";s:21:"手机号国家代码";}i:10;a:2:{s:9:"attribute";s:5:"email";s:5:"label";s:6:"邮箱";}i:11;a:2:{s:9:"attribute";s:9:"real_name";s:5:"label";s:12:"真实姓名";}i:12;a:2:{s:9:"attribute";s:4:"desc";s:5:"label";s:12:"个性签名";}i:13;a:2:{s:9:"attribute";s:6:"gender";s:5:"label";s:33:"性别,0=女,1=男,2=保密";}i:14;a:2:{s:9:"attribute";s:8:"birthday";s:5:"label";s:6:"生日";}i:15;a:2:{s:9:"attribute";s:6:"status";s:5:"label";s:50:"状态,0=正常,1=封禁,2=挂起,3=注销";}i:16;a:2:{s:9:"attribute";s:9:"parent_id";s:5:"label";s:9:"PARENT_ID";}i:17;a:2:{s:9:"attribute";s:12:"is_modify_un";s:5:"label";s:43:"用户名是否可以修改,0=否,1=是";}i:18;a:2:{s:9:"attribute";s:9:"is_delete";s:5:"label";s:28:"是否删除,0=否,1=是";}i:19;a:2:{s:9:"attribute";s:10:"country_id";s:5:"label";s:8:"国家ID";}i:20;a:2:{s:9:"attribute";s:7:"city_id";s:5:"label";s:8:"城市ID";}i:21;a:2:{s:9:"attribute";s:10:"created_at";s:5:"label";s:12:"添加时间";}i:22;a:2:{s:9:"attribute";s:10:"updated_at";s:5:"label";s:12:"更新时间";}i:23;a:2:{s:9:"attribute";s:4:"type";s:5:"label";s:28:"0=普通用户,1=管理员";}i:24;a:2:{s:9:"attribute";s:8:"store_id";s:5:"label";s:8:"Store Id";}i:25;a:2:{s:9:"attribute";s:7:"is_view";s:5:"label";s:6:"鞋码";}}s:13:"rolesProvider";N;s:19:"permissionsProvider";N;}";s:5:"asset";s:6:"a:0:{}";s:7:"summary";a:12:{s:3:"tag";s:13:"6538f4ae60271";s:3:"url";s:150:"http://cxfoot.com/api/report/index?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698231470.292465;s:10:"statusCode";i:200;s:8:"sqlCount";i:14;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:8459144;s:14:"processingTime";d:0.2352280616760254;}s:10:"exceptions";a:0:{}} \ No newline at end of file diff --git a/runtime/debug/6538f4c8965d8.data b/runtime/debug/6538f4c8965d8.data deleted file mode 100644 index a1de591..0000000 --- a/runtime/debug/6538f4c8965d8.data +++ /dev/null @@ -1,281 +0,0 @@ -a:14:{s:6:"config";s:1870:"a:5:{s:10:"phpVersion";s:5:"7.3.4";s:10:"yiiVersion";s:6:"2.0.46";s:11:"application";a:8:{s:3:"yii";s:6:"2.0.46";s:4:"name";s:14:"My Application";s:7:"version";s:3:"1.0";s:8:"language";s:5:"zh-CN";s:14:"sourceLanguage";s:5:"en-US";s:7:"charset";s:5:"UTF-8";s:3:"env";s:3:"dev";s:5:"debug";b:1;}s:3:"php";a:5:{s:7:"version";s:5:"7.3.4";s:6:"xdebug";b:0;s:3:"apc";b:0;s:8:"memcache";b:0;s:9:"memcached";b:0;}s:10:"extensions";a:7:{s:18:"yiisoft/yii2-faker";a:3:{s:4:"name";s:18:"yiisoft/yii2-faker";s:7:"version";s:7:"2.0.5.0";s:5:"alias";a:1:{s:10:"@yii/faker";s:56:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-faker/src";}}s:24:"yiisoft/yii2-swiftmailer";a:3:{s:4:"name";s:24:"yiisoft/yii2-swiftmailer";s:7:"version";s:7:"2.1.3.0";s:5:"alias";a:1:{s:16:"@yii/swiftmailer";s:62:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-swiftmailer/src";}}s:22:"yiisoft/yii2-bootstrap";a:3:{s:4:"name";s:22:"yiisoft/yii2-bootstrap";s:7:"version";s:8:"2.0.11.0";s:5:"alias";a:1:{s:14:"@yii/bootstrap";s:60:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-bootstrap/src";}}s:16:"yiisoft/yii2-gii";a:3:{s:4:"name";s:16:"yiisoft/yii2-gii";s:7:"version";s:7:"2.1.4.0";s:5:"alias";a:1:{s:8:"@yii/gii";s:54:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-gii/src";}}s:18:"yiisoft/yii2-redis";a:3:{s:4:"name";s:18:"yiisoft/yii2-redis";s:7:"version";s:8:"2.0.18.0";s:5:"alias";a:1:{s:10:"@yii/redis";s:56:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-redis/src";}}s:18:"yiisoft/yii2-debug";a:3:{s:4:"name";s:18:"yiisoft/yii2-debug";s:7:"version";s:8:"2.1.21.0";s:5:"alias";a:1:{s:10:"@yii/debug";s:56:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-debug/src";}}s:24:"jianyan74/yii2-websocket";a:3:{s:4:"name";s:24:"jianyan74/yii2-websocket";s:7:"version";s:7:"1.1.1.0";s:5:"alias";a:1:{s:18:"@jianyan/websocket";s:62:"D:\phpstudy_pro\WWW\cxfoot\vendor/jianyan74/yii2-websocket/src";}}}}";s:3:"log";s:16965:"a:1:{s:8:"messages";a:33:{i:0;a:6:{i:0;s:33:"Bootstrap with yii\log\Dispatcher";i:1;i:8;i:2;s:31:"yii\base\Application::bootstrap";i:3;d:1698231496.583841;i:4;a:0:{}i:5;i:2495616;}i:1;a:6:{i:0;s:21:"Loading module: debug";i:1;i:8;i:2;s:26:"yii\base\Module::getModule";i:3;d:1698231496.583864;i:4;a:0:{}i:5;i:2496792;}i:2;a:6:{i:0;s:44:"Bootstrap with yii\debug\Module::bootstrap()";i:1;i:8;i:2;s:31:"yii\base\Application::bootstrap";i:3;d:1698231496.615024;i:4;a:0:{}i:5;i:4072024;}i:3;a:6:{i:0;s:61:"Opening redis DB connection: tcp://127.0.0.1:6379, database=0";i:1;i:8;i:2;s:26:"yii\redis\Connection::open";i:3;d:1698231496.620226;i:4;a:0:{}i:5;i:4288472;}i:4;a:6:{i:0;s:31:"Executing Redis Command: SELECT";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698231496.620665;i:4;a:0:{}i:5;i:4290680;}i:5;a:6:{i:0;s:28:"Executing Redis Command: GET";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698231496.620908;i:4;a:0:{}i:5;i:4298864;}i:6;a:6:{i:0;s:28:"Executing Redis Command: GET";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698231496.622953;i:4;a:0:{}i:5;i:4371144;}i:7;a:6:{i:0;s:19:"Loading module: gii";i:1;i:8;i:2;s:26:"yii\base\Module::getModule";i:3;d:1698231496.623237;i:4;a:0:{}i:5;i:4371488;}i:8;a:6:{i:0;s:42:"Bootstrap with yii\gii\Module::bootstrap()";i:1;i:8;i:2;s:31:"yii\base\Application::bootstrap";i:3;d:1698231496.624427;i:4;a:0:{}i:5;i:4395512;}i:9;a:6:{i:0;s:28:"Executing Redis Command: GET";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698231496.624467;i:4;a:0:{}i:5;i:4401904;}i:18;a:6:{i:0;s:35:"Route requested: 'api/report/index'";i:1;i:8;i:2;s:34:"yii\web\Application::handleRequest";i:3;d:1698231496.627492;i:4;a:0:{}i:5;i:4625456;}i:19;a:6:{i:0;s:19:"Loading module: api";i:1;i:8;i:2;s:26:"yii\base\Module::getModule";i:3;d:1698231496.627504;i:4;a:0:{}i:5;i:4627080;}i:20;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_wechat_app`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698231496.655083;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6050960;}i:21;a:6:{i:0;s:57:"Opening DB connection: mysql:host=127.0.0.1;dbname=cxfoot";i:1;i:4;i:2;s:23:"yii\db\Connection::open";i:3;d:1698231496.655136;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6053392;}i:26;a:6:{i:0;s:782:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_wechat_app' AND `kcu`.`TABLE_NAME` = 'cx_wechat_app'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698231496.659523;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6139704;}i:29;a:6:{i:0;s:71:"SELECT * FROM `cx_wechat_app` WHERE (`cx_mch_id`=0) AND (`is_delete`=0)";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698231496.66595;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6476272;}i:32;a:6:{i:0;s:30:"Route to run: api/report/index";i:1;i:8;i:2;s:30:"yii\base\Controller::runAction";i:3;d:1698231496.682503;i:4;a:0:{}i:5;i:6705248;}i:33;a:6:{i:0;s:119:"SELECT * FROM `cx_user_token` WHERE ((`is_delete`=0) AND (`token`='SF5fP6gUUrct1a') AND (`cx_mch_id`=0)) AND (`type`=3)";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698231496.692627;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6981984;}i:36;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_user_token`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698231496.693339;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6990240;}i:39;a:6:{i:0;s:782:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_user_token' AND `kcu`.`TABLE_NAME` = 'cx_user_token'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698231496.694369;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7004088;}i:42;a:6:{i:0;s:32:"SHOW FULL COLUMNS FROM `cx_user`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698231496.694993;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7007968;}i:45;a:6:{i:0;s:770:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_user' AND `kcu`.`TABLE_NAME` = 'cx_user'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698231496.703008;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7030064;}i:48;a:6:{i:0;s:78:"SELECT * FROM `cx_user` WHERE (`id`='65') AND (`is_delete`=0) AND (`status`=0)";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698231496.703879;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7038048;}i:51;a:6:{i:0;s:56:"User '65' logged in from 127.0.0.1. Session not enabled.";i:1;i:4;i:2;s:19:"yii\web\User::login";i:3;d:1698231496.711666;i:4;a:2:{i:0;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7278032;}i:52;a:6:{i:0;s:28:"Executing Redis Command: GET";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698231496.713179;i:4;a:2:{i:0;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:56;s:8:"function";s:6:"__call";s:5:"class";s:20:"yii\redis\Connection";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7364376;}i:53;a:6:{i:0;s:75:"Running action: app\modules\api\controllers\ReportController::actionIndex()";i:1;i:8;i:2;s:36:"yii\base\InlineAction::runWithParams";i:3;d:1698231496.713436;i:4;a:0:{}i:5;i:7360456;}i:54;a:6:{i:0;s:85:"Failed to set unsafe attribute 'access_token' in 'app\modules\api\models\ReportForm'.";i:1;i:8;i:2;s:33:"yii\base\Model::onUnsafeAttribute";i:3;d:1698231496.717864;i:4;a:1:{i:0;a:5:{s:4:"file";s:71:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\ReportController.php";s:4:"line";i:61;s:8:"function";s:5:"__set";s:5:"class";s:18:"yii\base\Component";s:4:"type";s:2:"->";}}i:5;i:7472128;}i:55;a:6:{i:0;s:79:"Failed to set unsafe attribute 'X-Csrf' in 'app\modules\api\models\ReportForm'.";i:1;i:8;i:2;s:33:"yii\base\Model::onUnsafeAttribute";i:3;d:1698231496.717885;i:4;a:1:{i:0;a:5:{s:4:"file";s:71:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\ReportController.php";s:4:"line";i:61;s:8:"function";s:5:"__set";s:5:"class";s:18:"yii\base\Component";s:4:"type";s:2:"->";}}i:5;i:7473368;}i:56;a:6:{i:0;s:56:"SELECT COUNT(*) FROM `cx_report` WHERE `user_id` IS NULL";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698231496.719484;i:4;a:2:{i:0;a:5:{s:4:"file";s:60:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\ReportForm.php";s:4:"line";i:83;s:8:"function";s:5:"count";s:5:"class";s:12:"yii\db\Query";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:71:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\ReportController.php";s:4:"line";i:63;s:8:"function";s:6:"search";s:5:"class";s:33:"app\modules\api\models\ReportForm";s:4:"type";s:2:"->";}}i:5;i:7502656;}i:59;a:6:{i:0;s:118:"SELECT `id`, `model_number`, `pdf_path`, `pdf_at` FROM `cx_report` WHERE `user_id` IS NULL ORDER BY `id` DESC LIMIT 20";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698231496.72672;i:4;a:2:{i:0;a:5:{s:4:"file";s:60:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\ReportForm.php";s:4:"line";i:85;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:71:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\ReportController.php";s:4:"line";i:63;s:8:"function";s:6:"search";s:5:"class";s:33:"app\modules\api\models\ReportForm";s:4:"type";s:2:"->";}}i:5;i:7539752;}i:62;a:6:{i:0;s:35:"SHOW FULL COLUMNS FROM `cx_api_log`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698231496.727968;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7586440;}i:65;a:6:{i:0;s:776:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_api_log' AND `kcu`.`TABLE_NAME` = 'cx_api_log'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698231496.729314;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7610984;}i:68;a:6:{i:0;s:545:"INSERT INTO `cx_api_log` (`cx_mch_id`, `user_id`, `route`, `module_id`, `controller_id`, `action_id`, `url`, `method`, `method_param`, `ipv4`, `is_pass`, `request_date`, `request_time`, `response_time`, `process_consume_time`, `is_delete`, `created_at`) VALUES (0, '65', 'api/report/index', 'api', 'report', 'index', '/api/report/index?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124', 'GET', '[]', '127.0.0.1', 1, '2023-10-25', 1698231496632, 1698231496730, 98, 0, 1698231496)";i:1;i:4;i:2;s:23:"yii\db\Command::execute";i:3;d:1698231496.733517;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:125;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7769832;}}}";s:9:"profiling";s:25700:"a:3:{s:6:"memory";i:8459144;s:4:"time";d:0.2143099308013916;s:8:"messages";a:30:{i:22;a:6:{i:0;s:57:"Opening DB connection: mysql:host=127.0.0.1;dbname=cxfoot";i:1;i:80;i:2;s:23:"yii\db\Connection::open";i:3;d:1698231496.655154;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6054520;}i:23;a:6:{i:0;s:57:"Opening DB connection: mysql:host=127.0.0.1;dbname=cxfoot";i:1;i:96;i:2;s:23:"yii\db\Connection::open";i:3;d:1698231496.656908;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6103680;}i:24;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_wechat_app`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231496.656941;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6103920;}i:25;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_wechat_app`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231496.657827;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6119752;}i:27;a:6:{i:0;s:782:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_wechat_app' AND `kcu`.`TABLE_NAME` = 'cx_wechat_app'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231496.659558;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6142568;}i:28;a:6:{i:0;s:782:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_wechat_app' AND `kcu`.`TABLE_NAME` = 'cx_wechat_app'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231496.660115;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6144952;}i:30;a:6:{i:0;s:71:"SELECT * FROM `cx_wechat_app` WHERE (`cx_mch_id`=0) AND (`is_delete`=0)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231496.665985;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6477520;}i:31;a:6:{i:0;s:71:"SELECT * FROM `cx_wechat_app` WHERE (`cx_mch_id`=0) AND (`is_delete`=0)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231496.666355;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6484192;}i:34;a:6:{i:0;s:119:"SELECT * FROM `cx_user_token` WHERE ((`is_delete`=0) AND (`token`='SF5fP6gUUrct1a') AND (`cx_mch_id`=0)) AND (`type`=3)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231496.692665;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6983552;}i:35;a:6:{i:0;s:119:"SELECT * FROM `cx_user_token` WHERE ((`is_delete`=0) AND (`token`='SF5fP6gUUrct1a') AND (`cx_mch_id`=0)) AND (`type`=3)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231496.693236;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6987240;}i:37;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_user_token`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231496.693367;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6992360;}i:38;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_user_token`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231496.694093;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7004624;}i:40;a:6:{i:0;s:782:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_user_token' AND `kcu`.`TABLE_NAME` = 'cx_user_token'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231496.694396;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7007704;}i:41;a:6:{i:0;s:782:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_user_token' AND `kcu`.`TABLE_NAME` = 'cx_user_token'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231496.694841;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7010840;}i:43;a:6:{i:0;s:32:"SHOW FULL COLUMNS FROM `cx_user`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231496.695018;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7010088;}i:44;a:6:{i:0;s:32:"SHOW FULL COLUMNS FROM `cx_user`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231496.70237;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7040232;}i:46;a:6:{i:0;s:770:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_user' AND `kcu`.`TABLE_NAME` = 'cx_user'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231496.703041;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7033680;}i:47;a:6:{i:0;s:770:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_user' AND `kcu`.`TABLE_NAME` = 'cx_user'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231496.703622;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7036816;}i:49;a:6:{i:0;s:78:"SELECT * FROM `cx_user` WHERE (`id`='65') AND (`is_delete`=0) AND (`status`=0)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231496.703903;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7039800;}i:50;a:6:{i:0;s:78:"SELECT * FROM `cx_user` WHERE (`id`='65') AND (`is_delete`=0) AND (`status`=0)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231496.704282;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7046264;}i:57;a:6:{i:0;s:56:"SELECT COUNT(*) FROM `cx_report` WHERE `user_id` IS NULL";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231496.719516;i:4;a:2:{i:0;a:5:{s:4:"file";s:60:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\ReportForm.php";s:4:"line";i:83;s:8:"function";s:5:"count";s:5:"class";s:12:"yii\db\Query";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:71:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\ReportController.php";s:4:"line";i:63;s:8:"function";s:6:"search";s:5:"class";s:33:"app\modules\api\models\ReportForm";s:4:"type";s:2:"->";}}i:5;i:7504456;}i:58;a:6:{i:0;s:56:"SELECT COUNT(*) FROM `cx_report` WHERE `user_id` IS NULL";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231496.725088;i:4;a:2:{i:0;a:5:{s:4:"file";s:60:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\ReportForm.php";s:4:"line";i:83;s:8:"function";s:5:"count";s:5:"class";s:12:"yii\db\Query";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:71:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\ReportController.php";s:4:"line";i:63;s:8:"function";s:6:"search";s:5:"class";s:33:"app\modules\api\models\ReportForm";s:4:"type";s:2:"->";}}i:5;i:7506104;}i:60;a:6:{i:0;s:118:"SELECT `id`, `model_number`, `pdf_path`, `pdf_at` FROM `cx_report` WHERE `user_id` IS NULL ORDER BY `id` DESC LIMIT 20";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231496.726745;i:4;a:2:{i:0;a:5:{s:4:"file";s:60:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\ReportForm.php";s:4:"line";i:85;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:71:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\ReportController.php";s:4:"line";i:63;s:8:"function";s:6:"search";s:5:"class";s:33:"app\modules\api\models\ReportForm";s:4:"type";s:2:"->";}}i:5;i:7541680;}i:61;a:6:{i:0;s:118:"SELECT `id`, `model_number`, `pdf_path`, `pdf_at` FROM `cx_report` WHERE `user_id` IS NULL ORDER BY `id` DESC LIMIT 20";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231496.726981;i:4;a:2:{i:0;a:5:{s:4:"file";s:60:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\ReportForm.php";s:4:"line";i:85;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:71:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\ReportController.php";s:4:"line";i:63;s:8:"function";s:6:"search";s:5:"class";s:33:"app\modules\api\models\ReportForm";s:4:"type";s:2:"->";}}i:5;i:7543624;}i:63;a:6:{i:0;s:35:"SHOW FULL COLUMNS FROM `cx_api_log`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231496.727993;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7588560;}i:64;a:6:{i:0;s:35:"SHOW FULL COLUMNS FROM `cx_api_log`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231496.728862;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7611520;}i:66;a:6:{i:0;s:776:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_api_log' AND `kcu`.`TABLE_NAME` = 'cx_api_log'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231496.729339;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7614600;}i:67;a:6:{i:0;s:776:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_api_log' AND `kcu`.`TABLE_NAME` = 'cx_api_log'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231496.729802;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7617736;}i:69;a:6:{i:0;s:545:"INSERT INTO `cx_api_log` (`cx_mch_id`, `user_id`, `route`, `module_id`, `controller_id`, `action_id`, `url`, `method`, `method_param`, `ipv4`, `is_pass`, `request_date`, `request_time`, `response_time`, `process_consume_time`, `is_delete`, `created_at`) VALUES (0, '65', 'api/report/index', 'api', 'report', 'index', '/api/report/index?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124', 'GET', '[]', '127.0.0.1', 1, '2023-10-25', 1698231496632, 1698231496730, 98, 0, 1698231496)";i:1;i:80;i:2;s:23:"yii\db\Command::execute";i:3;d:1698231496.733561;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:125;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7768192;}i:70;a:6:{i:0;s:545:"INSERT INTO `cx_api_log` (`cx_mch_id`, `user_id`, `route`, `module_id`, `controller_id`, `action_id`, `url`, `method`, `method_param`, `ipv4`, `is_pass`, `request_date`, `request_time`, `response_time`, `process_consume_time`, `is_delete`, `created_at`) VALUES (0, '65', 'api/report/index', 'api', 'report', 'index', '/api/report/index?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124', 'GET', '[]', '127.0.0.1', 1, '2023-10-25', 1698231496632, 1698231496730, 98, 0, 1698231496)";i:1;i:96;i:2;s:23:"yii\db\Command::execute";i:3;d:1698231496.761532;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:125;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7770720;}}}";s:2:"db";s:24897:"a:1:{s:8:"messages";a:28:{i:24;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_wechat_app`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231496.656941;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6103920;}i:25;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_wechat_app`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231496.657827;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6119752;}i:27;a:6:{i:0;s:782:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_wechat_app' AND `kcu`.`TABLE_NAME` = 'cx_wechat_app'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231496.659558;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6142568;}i:28;a:6:{i:0;s:782:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_wechat_app' AND `kcu`.`TABLE_NAME` = 'cx_wechat_app'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231496.660115;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6144952;}i:30;a:6:{i:0;s:71:"SELECT * FROM `cx_wechat_app` WHERE (`cx_mch_id`=0) AND (`is_delete`=0)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231496.665985;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6477520;}i:31;a:6:{i:0;s:71:"SELECT * FROM `cx_wechat_app` WHERE (`cx_mch_id`=0) AND (`is_delete`=0)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231496.666355;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6484192;}i:34;a:6:{i:0;s:119:"SELECT * FROM `cx_user_token` WHERE ((`is_delete`=0) AND (`token`='SF5fP6gUUrct1a') AND (`cx_mch_id`=0)) AND (`type`=3)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231496.692665;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6983552;}i:35;a:6:{i:0;s:119:"SELECT * FROM `cx_user_token` WHERE ((`is_delete`=0) AND (`token`='SF5fP6gUUrct1a') AND (`cx_mch_id`=0)) AND (`type`=3)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231496.693236;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6987240;}i:37;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_user_token`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231496.693367;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6992360;}i:38;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_user_token`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231496.694093;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7004624;}i:40;a:6:{i:0;s:782:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_user_token' AND `kcu`.`TABLE_NAME` = 'cx_user_token'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231496.694396;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7007704;}i:41;a:6:{i:0;s:782:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_user_token' AND `kcu`.`TABLE_NAME` = 'cx_user_token'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231496.694841;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7010840;}i:43;a:6:{i:0;s:32:"SHOW FULL COLUMNS FROM `cx_user`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231496.695018;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7010088;}i:44;a:6:{i:0;s:32:"SHOW FULL COLUMNS FROM `cx_user`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231496.70237;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7040232;}i:46;a:6:{i:0;s:770:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_user' AND `kcu`.`TABLE_NAME` = 'cx_user'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231496.703041;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7033680;}i:47;a:6:{i:0;s:770:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_user' AND `kcu`.`TABLE_NAME` = 'cx_user'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231496.703622;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7036816;}i:49;a:6:{i:0;s:78:"SELECT * FROM `cx_user` WHERE (`id`='65') AND (`is_delete`=0) AND (`status`=0)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231496.703903;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7039800;}i:50;a:6:{i:0;s:78:"SELECT * FROM `cx_user` WHERE (`id`='65') AND (`is_delete`=0) AND (`status`=0)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231496.704282;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7046264;}i:57;a:6:{i:0;s:56:"SELECT COUNT(*) FROM `cx_report` WHERE `user_id` IS NULL";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231496.719516;i:4;a:2:{i:0;a:5:{s:4:"file";s:60:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\ReportForm.php";s:4:"line";i:83;s:8:"function";s:5:"count";s:5:"class";s:12:"yii\db\Query";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:71:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\ReportController.php";s:4:"line";i:63;s:8:"function";s:6:"search";s:5:"class";s:33:"app\modules\api\models\ReportForm";s:4:"type";s:2:"->";}}i:5;i:7504456;}i:58;a:6:{i:0;s:56:"SELECT COUNT(*) FROM `cx_report` WHERE `user_id` IS NULL";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231496.725088;i:4;a:2:{i:0;a:5:{s:4:"file";s:60:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\ReportForm.php";s:4:"line";i:83;s:8:"function";s:5:"count";s:5:"class";s:12:"yii\db\Query";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:71:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\ReportController.php";s:4:"line";i:63;s:8:"function";s:6:"search";s:5:"class";s:33:"app\modules\api\models\ReportForm";s:4:"type";s:2:"->";}}i:5;i:7506104;}i:60;a:6:{i:0;s:118:"SELECT `id`, `model_number`, `pdf_path`, `pdf_at` FROM `cx_report` WHERE `user_id` IS NULL ORDER BY `id` DESC LIMIT 20";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231496.726745;i:4;a:2:{i:0;a:5:{s:4:"file";s:60:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\ReportForm.php";s:4:"line";i:85;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:71:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\ReportController.php";s:4:"line";i:63;s:8:"function";s:6:"search";s:5:"class";s:33:"app\modules\api\models\ReportForm";s:4:"type";s:2:"->";}}i:5;i:7541680;}i:61;a:6:{i:0;s:118:"SELECT `id`, `model_number`, `pdf_path`, `pdf_at` FROM `cx_report` WHERE `user_id` IS NULL ORDER BY `id` DESC LIMIT 20";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231496.726981;i:4;a:2:{i:0;a:5:{s:4:"file";s:60:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\ReportForm.php";s:4:"line";i:85;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:71:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\ReportController.php";s:4:"line";i:63;s:8:"function";s:6:"search";s:5:"class";s:33:"app\modules\api\models\ReportForm";s:4:"type";s:2:"->";}}i:5;i:7543624;}i:63;a:6:{i:0;s:35:"SHOW FULL COLUMNS FROM `cx_api_log`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231496.727993;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7588560;}i:64;a:6:{i:0;s:35:"SHOW FULL COLUMNS FROM `cx_api_log`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231496.728862;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7611520;}i:66;a:6:{i:0;s:776:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_api_log' AND `kcu`.`TABLE_NAME` = 'cx_api_log'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231496.729339;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7614600;}i:67;a:6:{i:0;s:776:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_api_log' AND `kcu`.`TABLE_NAME` = 'cx_api_log'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231496.729802;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7617736;}i:69;a:6:{i:0;s:545:"INSERT INTO `cx_api_log` (`cx_mch_id`, `user_id`, `route`, `module_id`, `controller_id`, `action_id`, `url`, `method`, `method_param`, `ipv4`, `is_pass`, `request_date`, `request_time`, `response_time`, `process_consume_time`, `is_delete`, `created_at`) VALUES (0, '65', 'api/report/index', 'api', 'report', 'index', '/api/report/index?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124', 'GET', '[]', '127.0.0.1', 1, '2023-10-25', 1698231496632, 1698231496730, 98, 0, 1698231496)";i:1;i:80;i:2;s:23:"yii\db\Command::execute";i:3;d:1698231496.733561;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:125;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7768192;}i:70;a:6:{i:0;s:545:"INSERT INTO `cx_api_log` (`cx_mch_id`, `user_id`, `route`, `module_id`, `controller_id`, `action_id`, `url`, `method`, `method_param`, `ipv4`, `is_pass`, `request_date`, `request_time`, `response_time`, `process_consume_time`, `is_delete`, `created_at`) VALUES (0, '65', 'api/report/index', 'api', 'report', 'index', '/api/report/index?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124', 'GET', '[]', '127.0.0.1', 1, '2023-10-25', 1698231496632, 1698231496730, 98, 0, 1698231496)";i:1;i:96;i:2;s:23:"yii\db\Command::execute";i:3;d:1698231496.761532;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:125;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7770720;}}}";s:5:"event";s:5671:"a:32:{i:0;a:5:{s:4:"time";d:1698231496.620896;s:4:"name";s:9:"afterOpen";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:20:"yii\redis\Connection";}i:1;a:5:{s:4:"time";d:1698231496.626674;s:4:"name";s:13:"beforeRequest";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:19:"yii\web\Application";}i:2;a:5:{s:4:"time";d:1698231496.648102;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:3;a:5:{s:4:"time";d:1698231496.656898;s:4:"name";s:9:"afterOpen";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:17:"yii\db\Connection";}i:4;a:5:{s:4:"time";d:1698231496.666403;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:27:"app\models\wechat\WechatApp";}i:5;a:5:{s:4:"time";d:1698231496.666672;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:27:"app\models\wechat\WechatApp";}i:6;a:5:{s:4:"time";d:1698231496.683052;s:4:"name";s:12:"beforeAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:19:"yii\web\Application";}i:7;a:5:{s:4:"time";d:1698231496.683068;s:4:"name";s:12:"beforeAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:22:"app\modules\api\Module";}i:8;a:5:{s:4:"time";d:1698231496.690355;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:9;a:5:{s:4:"time";d:1698231496.693281;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:20:"app\models\UserToken";}i:10;a:5:{s:4:"time";d:1698231496.694907;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:20:"app\models\UserToken";}i:11;a:5:{s:4:"time";d:1698231496.694937;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:12;a:5:{s:4:"time";d:1698231496.704327;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:15:"app\models\User";}i:13;a:5:{s:4:"time";d:1698231496.704399;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:15:"app\models\User";}i:14;a:5:{s:4:"time";d:1698231496.705038;s:4:"name";s:11:"beforeLogin";s:5:"class";s:17:"yii\web\UserEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:12:"yii\web\User";}i:15;a:5:{s:4:"time";d:1698231496.711698;s:4:"name";s:10:"afterLogin";s:5:"class";s:17:"yii\web\UserEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:12:"yii\web\User";}i:16;a:5:{s:4:"time";d:1698231496.713416;s:4:"name";s:12:"beforeAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:44:"app\modules\api\controllers\ReportController";}i:17;a:5:{s:4:"time";d:1698231496.718523;s:4:"name";s:14:"beforeValidate";s:5:"class";s:19:"yii\base\ModelEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:33:"app\modules\api\models\ReportForm";}i:18;a:5:{s:4:"time";d:1698231496.718622;s:4:"name";s:13:"afterValidate";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:33:"app\modules\api\models\ReportForm";}i:19;a:5:{s:4:"time";d:1698231496.719345;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:20;a:5:{s:4:"time";d:1698231496.727917;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"app\models\log\ApiLog";}i:21;a:5:{s:4:"time";d:1698231496.730677;s:4:"name";s:14:"beforeValidate";s:5:"class";s:19:"yii\base\ModelEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"app\models\log\ApiLog";}i:22;a:5:{s:4:"time";d:1698231496.732229;s:4:"name";s:13:"afterValidate";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"app\models\log\ApiLog";}i:23;a:5:{s:4:"time";d:1698231496.732248;s:4:"name";s:12:"beforeInsert";s:5:"class";s:19:"yii\base\ModelEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"app\models\log\ApiLog";}i:24;a:5:{s:4:"time";d:1698231496.762353;s:4:"name";s:11:"afterInsert";s:5:"class";s:21:"yii\db\AfterSaveEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"app\models\log\ApiLog";}i:25;a:5:{s:4:"time";d:1698231496.762398;s:4:"name";s:11:"afterAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:44:"app\modules\api\controllers\ReportController";}i:26;a:5:{s:4:"time";d:1698231496.762412;s:4:"name";s:11:"afterAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:22:"app\modules\api\Module";}i:27;a:5:{s:4:"time";d:1698231496.762421;s:4:"name";s:11:"afterAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:19:"yii\web\Application";}i:28;a:5:{s:4:"time";d:1698231496.762436;s:4:"name";s:12:"afterRequest";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:19:"yii\web\Application";}i:29;a:5:{s:4:"time";d:1698231496.762447;s:4:"name";s:10:"beforeSend";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:16:"yii\web\Response";}i:30;a:5:{s:4:"time";d:1698231496.766166;s:4:"name";s:12:"afterPrepare";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:16:"yii\web\Response";}i:31;a:5:{s:4:"time";d:1698231496.766242;s:4:"name";s:9:"afterSend";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:16:"yii\web\Response";}}";s:4:"mail";s:6:"a:0:{}";s:8:"timeline";s:91:"a:3:{s:5:"start";d:1698231496.556376;s:3:"end";d:1698231496.770996;s:6:"memory";i:8459144;}";s:4:"dump";s:6:"a:0:{}";s:6:"router";s:1686:"a:3:{s:8:"messages";a:8:{i:10;a:6:{i:0;a:3:{s:4:"rule";s:3:"gii";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698231496.627416;i:4;a:0:{}i:5;i:4619864;}i:11;a:6:{i:0;a:3:{s:4:"rule";s:12:"gii/";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698231496.627432;i:4;a:0:{}i:5;i:4620616;}i:12;a:6:{i:0;a:3:{s:4:"rule";s:41:"gii//";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698231496.627441;i:4;a:0:{}i:5;i:4621368;}i:13;a:6:{i:0;a:3:{s:4:"rule";s:5:"debug";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698231496.627449;i:4;a:0:{}i:5;i:4622120;}i:14;a:6:{i:0;a:3:{s:4:"rule";s:43:"debug//";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698231496.627457;i:4;a:0:{}i:5;i:4622872;}i:15;a:6:{i:0;a:3:{s:4:"rule";s:38:"//";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698231496.627466;i:4;a:0:{}i:5;i:4623624;}i:16;a:6:{i:0;a:3:{s:4:"rule";s:29:"/";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698231496.627475;i:4;a:0:{}i:5;i:4624376;}i:17;a:6:{i:0;s:55:"No matching URL rules. Using default URL parsing logic.";i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698231496.62748;i:4;a:0:{}i:5;i:4625392;}}s:5:"route";s:16:"api/report/index";s:6:"action";s:59:"app\modules\api\controllers\ReportController::actionIndex()";}";s:7:"request";s:4885:"a:15:{s:7:"flashes";a:0:{}s:10:"statusCode";i:200;s:14:"requestHeaders";a:7:{s:4:"host";s:10:"cxfoot.com";s:6:"cookie";s:148:"_csrf=5380f14835a306be44981c98a1d604c2b7c72172408620c6660bceef06fc7cd8a:2:%7Bi:0;s:5:%22_csrf%22;i:1;s:32:%22GL6l1jpCLH4ksYb6XpivsovLxDyWHbtW%22;%7D";s:10:"connection";s:5:"close";s:15:"accept-encoding";s:17:"gzip, deflate, br";s:6:"accept";s:3:"*/*";s:13:"cache-control";s:8:"no-cache";s:10:"user-agent";s:35:"PostmanRuntime-ApipostRuntime/1.1.0";}s:15:"responseHeaders";a:6:{s:12:"X-Powered-By";s:9:"PHP/7.3.4";s:12:"Content-Type";s:31:"application/json; charset=UTF-8";s:11:"X-Debug-Tag";s:13:"6538f4c8965d8";s:16:"X-Debug-Duration";s:3:"211";s:12:"X-Debug-Link";s:37:"/debug/default/view?tag=6538f4c8965d8";s:10:"Set-Cookie";s:204:"_csrf=7e83ee622af87fca005057cb5cffafe5c63281f5a712ab17d9cce5461698394ea%3A2%3A%7Bi%3A0%3Bs%3A5%3A%22_csrf%22%3Bi%3A1%3Bs%3A32%3A%22KDtmA3ycauIB2bzeTV4ZiDvBDm_LTkKp%22%3B%7D; path=/; HttpOnly; SameSite=Lax";}s:5:"route";s:16:"api/report/index";s:6:"action";s:59:"app\modules\api\controllers\ReportController::actionIndex()";s:12:"actionParams";a:0:{}s:7:"general";a:5:{s:6:"method";s:3:"GET";s:6:"isAjax";b:0;s:6:"isPjax";b:0;s:7:"isFlash";b:0;s:18:"isSecureConnection";b:0;}s:11:"requestBody";a:0:{}s:6:"SERVER";a:41:{s:4:"PATH";s:954:"C:\imagemagick;C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\intel64_win\compiler;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;E:\anzhuang\QTSystem\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;D:\Git\cmd;D:\svn\bin;C:\Users\Administrator\AppData\Local\Programs\Python\Python311;C:\Users\Administrator\AppData\Local\Programs\Python\Python311\Scripts;D:\Xftp 7\;D:\微信web开发者工具\dll;C:\Users\Administrator\AppData\Local\Microsoft\WindowsApps;;D:\PhpStorm 2021.2.1\bin;;D:\Microsoft VS Code\bin;D:\phpstudy_pro\Extensions\php\php7.4.3nts;C:\Users\Administrator\AppData\Local\ComposerSetup\bin;C:\Users\Administrator\AppData\Roaming\Composer\vendor\bin";s:10:"SYSTEMROOT";s:10:"C:\WINDOWS";s:7:"COMSPEC";s:27:"C:\WINDOWS\system32\cmd.exe";s:7:"PATHEXT";s:53:".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC";s:6:"WINDIR";s:10:"C:\WINDOWS";s:5:"PHPRC";s:42:"D:/phpstudy_pro/Extensions/php/php7.3.4nts";s:21:"_FCGI_SHUTDOWN_EVENT_";s:4:"9080";s:11:"SCRIPT_NAME";s:10:"/index.php";s:11:"REQUEST_URI";s:133:"/api/report/index?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:12:"QUERY_STRING";s:115:"access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:14:"REQUEST_METHOD";s:3:"GET";s:15:"SERVER_PROTOCOL";s:8:"HTTP/1.1";s:17:"GATEWAY_INTERFACE";s:7:"CGI/1.1";s:21:"REDIRECT_QUERY_STRING";s:115:"access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:12:"REDIRECT_URL";s:17:"/api/report/index";s:11:"REMOTE_PORT";s:5:"61030";s:15:"SCRIPT_FILENAME";s:40:"D:/phpstudy_pro/WWW/cxfoot/web/index.php";s:12:"SERVER_ADMIN";s:17:"admin@example.com";s:21:"CONTEXT_DOCUMENT_ROOT";s:30:"D:/phpstudy_pro/WWW/cxfoot/web";s:14:"CONTEXT_PREFIX";s:0:"";s:14:"REQUEST_SCHEME";s:4:"http";s:13:"DOCUMENT_ROOT";s:30:"D:/phpstudy_pro/WWW/cxfoot/web";s:11:"REMOTE_ADDR";s:9:"127.0.0.1";s:11:"SERVER_PORT";s:2:"80";s:11:"SERVER_ADDR";s:9:"127.0.0.1";s:11:"SERVER_NAME";s:10:"cxfoot.com";s:15:"SERVER_SOFTWARE";s:73:"Apache/2.4.39 (Win64) OpenSSL/1.1.1b mod_fcgid/2.3.9a mod_log_rotate/1.02";s:16:"SERVER_SIGNATURE";s:0:"";s:10:"SystemRoot";s:10:"C:\WINDOWS";s:9:"HTTP_HOST";s:10:"cxfoot.com";s:11:"HTTP_COOKIE";s:148:"_csrf=5380f14835a306be44981c98a1d604c2b7c72172408620c6660bceef06fc7cd8a:2:%7Bi:0;s:5:%22_csrf%22;i:1;s:32:%22GL6l1jpCLH4ksYb6XpivsovLxDyWHbtW%22;%7D";s:15:"HTTP_CONNECTION";s:5:"close";s:20:"HTTP_ACCEPT_ENCODING";s:17:"gzip, deflate, br";s:11:"HTTP_ACCEPT";s:3:"*/*";s:18:"HTTP_CACHE_CONTROL";s:8:"no-cache";s:15:"HTTP_USER_AGENT";s:35:"PostmanRuntime-ApipostRuntime/1.1.0";s:15:"REDIRECT_STATUS";s:3:"200";s:9:"FCGI_ROLE";s:9:"RESPONDER";s:8:"PHP_SELF";s:10:"/index.php";s:18:"REQUEST_TIME_FLOAT";d:1698231496.520958;s:12:"REQUEST_TIME";i:1698231496;}s:3:"GET";a:2:{s:12:"access_token";s:60:"bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0=";s:6:"X-Csrf";s:32:"ag7x1Afy1r0q8j4y05vk3s4118hx7124";}s:4:"POST";a:0:{}s:6:"COOKIE";a:5:{s:5:"_csrf";s:72:"5380f14835a306be44981c98a1d604c2b7c72172408620c6660bceef06fc7cd8a:2:{i:0";s:11:"s:5:"_csrf"";s:0:"";s:3:"i:1";s:0:"";s:39:"s:32:"GL6l1jpCLH4ksYb6XpivsovLxDyWHbtW"";s:0:"";s:1:"}";s:0:"";}s:5:"FILES";a:0:{}s:7:"SESSION";a:0:{}}";s:4:"user";s:2944:"a:5:{s:2:"id";s:2:"65";s:8:"identity";a:26:{s:2:"id";s:4:"'65'";s:9:"cx_mch_id";s:3:"'0'";s:8:"username";s:9:"'Umcvqe1'";s:8:"password";s:62:"'$2y$13$h1rFZxffWh0BiJJtDs4gPum0Wsx5KfYJXAsqcPL8PNb4w8hd9hoPW'";s:8:"auth_key";s:34:"'MqDPRppFI2OgJpjwFE68C9Sn2SbeXAwV'";s:12:"access_token";s:34:"'bOxZSNi_gU02GsWLDJUjrP0wX2nQ7Qal'";s:8:"nickname";s:8:"'Umcvqe'";s:10:"avatar_url";s:28:"'/statics/images/avatar.jpg'";s:12:"mobile_phone";s:13:"'18111111112'";s:13:"mobile_prefix";s:4:"'86'";s:5:"email";s:2:"''";s:9:"real_name";s:8:"'张三'";s:4:"desc";s:2:"''";s:6:"gender";s:1:"1";s:8:"birthday";s:4:"null";s:6:"status";s:1:"0";s:9:"parent_id";s:3:"'0'";s:12:"is_modify_un";s:1:"1";s:9:"is_delete";s:1:"0";s:10:"country_id";s:1:"0";s:7:"city_id";s:1:"0";s:10:"created_at";s:10:"1698133733";s:10:"updated_at";s:10:"1698228126";s:4:"type";s:1:"0";s:8:"store_id";s:1:"0";s:7:"is_view";s:6:"'42.5'";}s:10:"attributes";a:26:{i:0;a:2:{s:9:"attribute";s:2:"id";s:5:"label";s:2:"ID";}i:1;a:2:{s:9:"attribute";s:9:"cx_mch_id";s:5:"label";s:14:"平台商户ID";}i:2;a:2:{s:9:"attribute";s:8:"username";s:5:"label";s:9:"用户名";}i:3;a:2:{s:9:"attribute";s:8:"password";s:5:"label";s:6:"密码";}i:4;a:2:{s:9:"attribute";s:8:"auth_key";s:5:"label";s:8:"AUTH_KEY";}i:5;a:2:{s:9:"attribute";s:12:"access_token";s:5:"label";s:12:"ACCESS_TOKEN";}i:6;a:2:{s:9:"attribute";s:8:"nickname";s:5:"label";s:6:"昵称";}i:7;a:2:{s:9:"attribute";s:10:"avatar_url";s:5:"label";s:6:"头像";}i:8;a:2:{s:9:"attribute";s:12:"mobile_phone";s:5:"label";s:9:"手机号";}i:9;a:2:{s:9:"attribute";s:13:"mobile_prefix";s:5:"label";s:21:"手机号国家代码";}i:10;a:2:{s:9:"attribute";s:5:"email";s:5:"label";s:6:"邮箱";}i:11;a:2:{s:9:"attribute";s:9:"real_name";s:5:"label";s:12:"真实姓名";}i:12;a:2:{s:9:"attribute";s:4:"desc";s:5:"label";s:12:"个性签名";}i:13;a:2:{s:9:"attribute";s:6:"gender";s:5:"label";s:33:"性别,0=女,1=男,2=保密";}i:14;a:2:{s:9:"attribute";s:8:"birthday";s:5:"label";s:6:"生日";}i:15;a:2:{s:9:"attribute";s:6:"status";s:5:"label";s:50:"状态,0=正常,1=封禁,2=挂起,3=注销";}i:16;a:2:{s:9:"attribute";s:9:"parent_id";s:5:"label";s:9:"PARENT_ID";}i:17;a:2:{s:9:"attribute";s:12:"is_modify_un";s:5:"label";s:43:"用户名是否可以修改,0=否,1=是";}i:18;a:2:{s:9:"attribute";s:9:"is_delete";s:5:"label";s:28:"是否删除,0=否,1=是";}i:19;a:2:{s:9:"attribute";s:10:"country_id";s:5:"label";s:8:"国家ID";}i:20;a:2:{s:9:"attribute";s:7:"city_id";s:5:"label";s:8:"城市ID";}i:21;a:2:{s:9:"attribute";s:10:"created_at";s:5:"label";s:12:"添加时间";}i:22;a:2:{s:9:"attribute";s:10:"updated_at";s:5:"label";s:12:"更新时间";}i:23;a:2:{s:9:"attribute";s:4:"type";s:5:"label";s:28:"0=普通用户,1=管理员";}i:24;a:2:{s:9:"attribute";s:8:"store_id";s:5:"label";s:8:"Store Id";}i:25;a:2:{s:9:"attribute";s:7:"is_view";s:5:"label";s:6:"鞋码";}}s:13:"rolesProvider";N;s:19:"permissionsProvider";N;}";s:5:"asset";s:6:"a:0:{}";s:7:"summary";a:12:{s:3:"tag";s:13:"6538f4c8965d8";s:3:"url";s:150:"http://cxfoot.com/api/report/index?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698231496.520958;s:10:"statusCode";i:200;s:8:"sqlCount";i:14;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:8459144;s:14:"processingTime";d:0.2143099308013916;}s:10:"exceptions";a:0:{}} \ No newline at end of file diff --git a/runtime/debug/6538f4eaef2c7.data b/runtime/debug/6538f4eaef2c7.data deleted file mode 100644 index e670838..0000000 --- a/runtime/debug/6538f4eaef2c7.data +++ /dev/null @@ -1,281 +0,0 @@ -a:14:{s:6:"config";s:1870:"a:5:{s:10:"phpVersion";s:5:"7.3.4";s:10:"yiiVersion";s:6:"2.0.46";s:11:"application";a:8:{s:3:"yii";s:6:"2.0.46";s:4:"name";s:14:"My Application";s:7:"version";s:3:"1.0";s:8:"language";s:5:"zh-CN";s:14:"sourceLanguage";s:5:"en-US";s:7:"charset";s:5:"UTF-8";s:3:"env";s:3:"dev";s:5:"debug";b:1;}s:3:"php";a:5:{s:7:"version";s:5:"7.3.4";s:6:"xdebug";b:0;s:3:"apc";b:0;s:8:"memcache";b:0;s:9:"memcached";b:0;}s:10:"extensions";a:7:{s:18:"yiisoft/yii2-faker";a:3:{s:4:"name";s:18:"yiisoft/yii2-faker";s:7:"version";s:7:"2.0.5.0";s:5:"alias";a:1:{s:10:"@yii/faker";s:56:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-faker/src";}}s:24:"yiisoft/yii2-swiftmailer";a:3:{s:4:"name";s:24:"yiisoft/yii2-swiftmailer";s:7:"version";s:7:"2.1.3.0";s:5:"alias";a:1:{s:16:"@yii/swiftmailer";s:62:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-swiftmailer/src";}}s:22:"yiisoft/yii2-bootstrap";a:3:{s:4:"name";s:22:"yiisoft/yii2-bootstrap";s:7:"version";s:8:"2.0.11.0";s:5:"alias";a:1:{s:14:"@yii/bootstrap";s:60:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-bootstrap/src";}}s:16:"yiisoft/yii2-gii";a:3:{s:4:"name";s:16:"yiisoft/yii2-gii";s:7:"version";s:7:"2.1.4.0";s:5:"alias";a:1:{s:8:"@yii/gii";s:54:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-gii/src";}}s:18:"yiisoft/yii2-redis";a:3:{s:4:"name";s:18:"yiisoft/yii2-redis";s:7:"version";s:8:"2.0.18.0";s:5:"alias";a:1:{s:10:"@yii/redis";s:56:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-redis/src";}}s:18:"yiisoft/yii2-debug";a:3:{s:4:"name";s:18:"yiisoft/yii2-debug";s:7:"version";s:8:"2.1.21.0";s:5:"alias";a:1:{s:10:"@yii/debug";s:56:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-debug/src";}}s:24:"jianyan74/yii2-websocket";a:3:{s:4:"name";s:24:"jianyan74/yii2-websocket";s:7:"version";s:7:"1.1.1.0";s:5:"alias";a:1:{s:18:"@jianyan/websocket";s:62:"D:\phpstudy_pro\WWW\cxfoot\vendor/jianyan74/yii2-websocket/src";}}}}";s:3:"log";s:16957:"a:1:{s:8:"messages";a:33:{i:0;a:6:{i:0;s:33:"Bootstrap with yii\log\Dispatcher";i:1;i:8;i:2;s:31:"yii\base\Application::bootstrap";i:3;d:1698231530.956819;i:4;a:0:{}i:5;i:2495616;}i:1;a:6:{i:0;s:21:"Loading module: debug";i:1;i:8;i:2;s:26:"yii\base\Module::getModule";i:3;d:1698231530.956839;i:4;a:0:{}i:5;i:2496792;}i:2;a:6:{i:0;s:44:"Bootstrap with yii\debug\Module::bootstrap()";i:1;i:8;i:2;s:31:"yii\base\Application::bootstrap";i:3;d:1698231530.978868;i:4;a:0:{}i:5;i:4072024;}i:3;a:6:{i:0;s:61:"Opening redis DB connection: tcp://127.0.0.1:6379, database=0";i:1;i:8;i:2;s:26:"yii\redis\Connection::open";i:3;d:1698231530.982548;i:4;a:0:{}i:5;i:4288472;}i:4;a:6:{i:0;s:31:"Executing Redis Command: SELECT";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698231530.982992;i:4;a:0:{}i:5;i:4290680;}i:5;a:6:{i:0;s:28:"Executing Redis Command: GET";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698231530.983274;i:4;a:0:{}i:5;i:4298864;}i:6;a:6:{i:0;s:28:"Executing Redis Command: GET";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698231530.984998;i:4;a:0:{}i:5;i:4371144;}i:7;a:6:{i:0;s:19:"Loading module: gii";i:1;i:8;i:2;s:26:"yii\base\Module::getModule";i:3;d:1698231530.985211;i:4;a:0:{}i:5;i:4371488;}i:8;a:6:{i:0;s:42:"Bootstrap with yii\gii\Module::bootstrap()";i:1;i:8;i:2;s:31:"yii\base\Application::bootstrap";i:3;d:1698231530.985822;i:4;a:0:{}i:5;i:4395512;}i:9;a:6:{i:0;s:28:"Executing Redis Command: GET";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698231530.985857;i:4;a:0:{}i:5;i:4401904;}i:18;a:6:{i:0;s:35:"Route requested: 'api/report/index'";i:1;i:8;i:2;s:34:"yii\web\Application::handleRequest";i:3;d:1698231530.988258;i:4;a:0:{}i:5;i:4625456;}i:19;a:6:{i:0;s:19:"Loading module: api";i:1;i:8;i:2;s:26:"yii\base\Module::getModule";i:3;d:1698231530.988269;i:4;a:0:{}i:5;i:4627080;}i:20;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_wechat_app`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698231531.010086;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6051344;}i:21;a:6:{i:0;s:57:"Opening DB connection: mysql:host=127.0.0.1;dbname=cxfoot";i:1;i:4;i:2;s:23:"yii\db\Connection::open";i:3;d:1698231531.010131;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6053776;}i:26;a:6:{i:0;s:782:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_wechat_app' AND `kcu`.`TABLE_NAME` = 'cx_wechat_app'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698231531.014107;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6140088;}i:29;a:6:{i:0;s:71:"SELECT * FROM `cx_wechat_app` WHERE (`cx_mch_id`=0) AND (`is_delete`=0)";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698231531.020901;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6476656;}i:32;a:6:{i:0;s:30:"Route to run: api/report/index";i:1;i:8;i:2;s:30:"yii\base\Controller::runAction";i:3;d:1698231531.029458;i:4;a:0:{}i:5;i:6705632;}i:33;a:6:{i:0;s:119:"SELECT * FROM `cx_user_token` WHERE ((`is_delete`=0) AND (`token`='SF5fP6gUUrct1a') AND (`cx_mch_id`=0)) AND (`type`=3)";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698231531.038027;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6982368;}i:36;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_user_token`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698231531.038732;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6990624;}i:39;a:6:{i:0;s:782:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_user_token' AND `kcu`.`TABLE_NAME` = 'cx_user_token'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698231531.039758;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7004472;}i:42;a:6:{i:0;s:32:"SHOW FULL COLUMNS FROM `cx_user`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698231531.040426;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7008352;}i:45;a:6:{i:0;s:770:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_user' AND `kcu`.`TABLE_NAME` = 'cx_user'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698231531.047407;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7030448;}i:48;a:6:{i:0;s:78:"SELECT * FROM `cx_user` WHERE (`id`='65') AND (`is_delete`=0) AND (`status`=0)";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698231531.049114;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7038432;}i:51;a:6:{i:0;s:56:"User '65' logged in from 127.0.0.1. Session not enabled.";i:1;i:4;i:2;s:19:"yii\web\User::login";i:3;d:1698231531.054793;i:4;a:2:{i:0;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7278416;}i:52;a:6:{i:0;s:28:"Executing Redis Command: GET";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698231531.055969;i:4;a:2:{i:0;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:56;s:8:"function";s:6:"__call";s:5:"class";s:20:"yii\redis\Connection";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7364760;}i:53;a:6:{i:0;s:75:"Running action: app\modules\api\controllers\ReportController::actionIndex()";i:1;i:8;i:2;s:36:"yii\base\InlineAction::runWithParams";i:3;d:1698231531.05624;i:4;a:0:{}i:5;i:7360840;}i:54;a:6:{i:0;s:85:"Failed to set unsafe attribute 'access_token' in 'app\modules\api\models\ReportForm'.";i:1;i:8;i:2;s:33:"yii\base\Model::onUnsafeAttribute";i:3;d:1698231531.058915;i:4;a:1:{i:0;a:5:{s:4:"file";s:71:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\ReportController.php";s:4:"line";i:61;s:8:"function";s:5:"__set";s:5:"class";s:18:"yii\base\Component";s:4:"type";s:2:"->";}}i:5;i:7472512;}i:55;a:6:{i:0;s:79:"Failed to set unsafe attribute 'X-Csrf' in 'app\modules\api\models\ReportForm'.";i:1;i:8;i:2;s:33:"yii\base\Model::onUnsafeAttribute";i:3;d:1698231531.058929;i:4;a:1:{i:0;a:5:{s:4:"file";s:71:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\ReportController.php";s:4:"line";i:61;s:8:"function";s:5:"__set";s:5:"class";s:18:"yii\base\Component";s:4:"type";s:2:"->";}}i:5;i:7473752;}i:56;a:6:{i:0;s:53:"SELECT COUNT(*) FROM `cx_report` WHERE `user_id`='65'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698231531.05989;i:4;a:2:{i:0;a:5:{s:4:"file";s:60:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\ReportForm.php";s:4:"line";i:83;s:8:"function";s:5:"count";s:5:"class";s:12:"yii\db\Query";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:71:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\ReportController.php";s:4:"line";i:64;s:8:"function";s:6:"search";s:5:"class";s:33:"app\modules\api\models\ReportForm";s:4:"type";s:2:"->";}}i:5;i:7504360;}i:59;a:6:{i:0;s:115:"SELECT `id`, `model_number`, `pdf_path`, `pdf_at` FROM `cx_report` WHERE `user_id`='65' ORDER BY `id` DESC LIMIT 20";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698231531.067587;i:4;a:2:{i:0;a:5:{s:4:"file";s:60:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\ReportForm.php";s:4:"line";i:85;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:71:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\ReportController.php";s:4:"line";i:64;s:8:"function";s:6:"search";s:5:"class";s:33:"app\modules\api\models\ReportForm";s:4:"type";s:2:"->";}}i:5;i:7541584;}i:62;a:6:{i:0;s:35:"SHOW FULL COLUMNS FROM `cx_api_log`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698231531.068651;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7587952;}i:65;a:6:{i:0;s:776:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_api_log' AND `kcu`.`TABLE_NAME` = 'cx_api_log'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698231531.07014;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7612496;}i:68;a:6:{i:0;s:545:"INSERT INTO `cx_api_log` (`cx_mch_id`, `user_id`, `route`, `module_id`, `controller_id`, `action_id`, `url`, `method`, `method_param`, `ipv4`, `is_pass`, `request_date`, `request_time`, `response_time`, `process_consume_time`, `is_delete`, `created_at`) VALUES (0, '65', 'api/report/index', 'api', 'report', 'index', '/api/report/index?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124', 'GET', '[]', '127.0.0.1', 1, '2023-10-25', 1698231530991, 1698231531071, 80, 0, 1698231531)";i:1;i:4;i:2;s:23:"yii\db\Command::execute";i:3;d:1698231531.07336;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:125;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7771344;}}}";s:9:"profiling";s:25686:"a:3:{s:6:"memory";i:8460656;s:4:"time";d:0.1691758632659912;s:8:"messages";a:30:{i:22;a:6:{i:0;s:57:"Opening DB connection: mysql:host=127.0.0.1;dbname=cxfoot";i:1;i:80;i:2;s:23:"yii\db\Connection::open";i:3;d:1698231531.010149;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6054904;}i:23;a:6:{i:0;s:57:"Opening DB connection: mysql:host=127.0.0.1;dbname=cxfoot";i:1;i:96;i:2;s:23:"yii\db\Connection::open";i:3;d:1698231531.011871;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6104064;}i:24;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_wechat_app`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231531.011901;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6104304;}i:25;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_wechat_app`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231531.012734;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6120136;}i:27;a:6:{i:0;s:782:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_wechat_app' AND `kcu`.`TABLE_NAME` = 'cx_wechat_app'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231531.014143;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6142952;}i:28;a:6:{i:0;s:782:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_wechat_app' AND `kcu`.`TABLE_NAME` = 'cx_wechat_app'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231531.015474;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6145336;}i:30;a:6:{i:0;s:71:"SELECT * FROM `cx_wechat_app` WHERE (`cx_mch_id`=0) AND (`is_delete`=0)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231531.020942;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6477904;}i:31;a:6:{i:0;s:71:"SELECT * FROM `cx_wechat_app` WHERE (`cx_mch_id`=0) AND (`is_delete`=0)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231531.021509;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6484576;}i:34;a:6:{i:0;s:119:"SELECT * FROM `cx_user_token` WHERE ((`is_delete`=0) AND (`token`='SF5fP6gUUrct1a') AND (`cx_mch_id`=0)) AND (`type`=3)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231531.038067;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6983936;}i:35;a:6:{i:0;s:119:"SELECT * FROM `cx_user_token` WHERE ((`is_delete`=0) AND (`token`='SF5fP6gUUrct1a') AND (`cx_mch_id`=0)) AND (`type`=3)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231531.038634;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6987624;}i:37;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_user_token`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231531.038758;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6992744;}i:38;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_user_token`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231531.039492;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7005008;}i:40;a:6:{i:0;s:782:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_user_token' AND `kcu`.`TABLE_NAME` = 'cx_user_token'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231531.039785;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7008088;}i:41;a:6:{i:0;s:782:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_user_token' AND `kcu`.`TABLE_NAME` = 'cx_user_token'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231531.040264;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7011224;}i:43;a:6:{i:0;s:32:"SHOW FULL COLUMNS FROM `cx_user`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231531.04045;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7010472;}i:44;a:6:{i:0;s:32:"SHOW FULL COLUMNS FROM `cx_user`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231531.046368;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7040616;}i:46;a:6:{i:0;s:770:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_user' AND `kcu`.`TABLE_NAME` = 'cx_user'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231531.047458;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7034064;}i:47;a:6:{i:0;s:770:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_user' AND `kcu`.`TABLE_NAME` = 'cx_user'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231531.048765;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7037200;}i:49;a:6:{i:0;s:78:"SELECT * FROM `cx_user` WHERE (`id`='65') AND (`is_delete`=0) AND (`status`=0)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231531.049147;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7040184;}i:50;a:6:{i:0;s:78:"SELECT * FROM `cx_user` WHERE (`id`='65') AND (`is_delete`=0) AND (`status`=0)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231531.049609;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7046648;}i:57;a:6:{i:0;s:53:"SELECT COUNT(*) FROM `cx_report` WHERE `user_id`='65'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231531.059919;i:4;a:2:{i:0;a:5:{s:4:"file";s:60:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\ReportForm.php";s:4:"line";i:83;s:8:"function";s:5:"count";s:5:"class";s:12:"yii\db\Query";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:71:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\ReportController.php";s:4:"line";i:64;s:8:"function";s:6:"search";s:5:"class";s:33:"app\modules\api\models\ReportForm";s:4:"type";s:2:"->";}}i:5;i:7506192;}i:58;a:6:{i:0;s:53:"SELECT COUNT(*) FROM `cx_report` WHERE `user_id`='65'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231531.066055;i:4;a:2:{i:0;a:5:{s:4:"file";s:60:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\ReportForm.php";s:4:"line";i:83;s:8:"function";s:5:"count";s:5:"class";s:12:"yii\db\Query";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:71:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\ReportController.php";s:4:"line";i:64;s:8:"function";s:6:"search";s:5:"class";s:33:"app\modules\api\models\ReportForm";s:4:"type";s:2:"->";}}i:5;i:7507904;}i:60;a:6:{i:0;s:115:"SELECT `id`, `model_number`, `pdf_path`, `pdf_at` FROM `cx_report` WHERE `user_id`='65' ORDER BY `id` DESC LIMIT 20";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231531.067617;i:4;a:2:{i:0;a:5:{s:4:"file";s:60:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\ReportForm.php";s:4:"line";i:85;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:71:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\ReportController.php";s:4:"line";i:64;s:8:"function";s:6:"search";s:5:"class";s:33:"app\modules\api\models\ReportForm";s:4:"type";s:2:"->";}}i:5;i:7543568;}i:61;a:6:{i:0;s:115:"SELECT `id`, `model_number`, `pdf_path`, `pdf_at` FROM `cx_report` WHERE `user_id`='65' ORDER BY `id` DESC LIMIT 20";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231531.06798;i:4;a:2:{i:0;a:5:{s:4:"file";s:60:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\ReportForm.php";s:4:"line";i:85;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:71:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\ReportController.php";s:4:"line";i:64;s:8:"function";s:6:"search";s:5:"class";s:33:"app\modules\api\models\ReportForm";s:4:"type";s:2:"->";}}i:5;i:7546440;}i:63;a:6:{i:0;s:35:"SHOW FULL COLUMNS FROM `cx_api_log`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231531.068676;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7590072;}i:64;a:6:{i:0;s:35:"SHOW FULL COLUMNS FROM `cx_api_log`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231531.06968;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7613032;}i:66;a:6:{i:0;s:776:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_api_log' AND `kcu`.`TABLE_NAME` = 'cx_api_log'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231531.070168;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7616112;}i:67;a:6:{i:0;s:776:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_api_log' AND `kcu`.`TABLE_NAME` = 'cx_api_log'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231531.070654;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7619248;}i:69;a:6:{i:0;s:545:"INSERT INTO `cx_api_log` (`cx_mch_id`, `user_id`, `route`, `module_id`, `controller_id`, `action_id`, `url`, `method`, `method_param`, `ipv4`, `is_pass`, `request_date`, `request_time`, `response_time`, `process_consume_time`, `is_delete`, `created_at`) VALUES (0, '65', 'api/report/index', 'api', 'report', 'index', '/api/report/index?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124', 'GET', '[]', '127.0.0.1', 1, '2023-10-25', 1698231530991, 1698231531071, 80, 0, 1698231531)";i:1;i:80;i:2;s:23:"yii\db\Command::execute";i:3;d:1698231531.073392;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:125;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7769704;}i:70;a:6:{i:0;s:545:"INSERT INTO `cx_api_log` (`cx_mch_id`, `user_id`, `route`, `module_id`, `controller_id`, `action_id`, `url`, `method`, `method_param`, `ipv4`, `is_pass`, `request_date`, `request_time`, `response_time`, `process_consume_time`, `is_delete`, `created_at`) VALUES (0, '65', 'api/report/index', 'api', 'report', 'index', '/api/report/index?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124', 'GET', '[]', '127.0.0.1', 1, '2023-10-25', 1698231530991, 1698231531071, 80, 0, 1698231531)";i:1;i:96;i:2;s:23:"yii\db\Command::execute";i:3;d:1698231531.101339;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:125;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7772232;}}}";s:2:"db";s:24883:"a:1:{s:8:"messages";a:28:{i:24;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_wechat_app`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231531.011901;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6104304;}i:25;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_wechat_app`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231531.012734;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6120136;}i:27;a:6:{i:0;s:782:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_wechat_app' AND `kcu`.`TABLE_NAME` = 'cx_wechat_app'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231531.014143;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6142952;}i:28;a:6:{i:0;s:782:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_wechat_app' AND `kcu`.`TABLE_NAME` = 'cx_wechat_app'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231531.015474;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6145336;}i:30;a:6:{i:0;s:71:"SELECT * FROM `cx_wechat_app` WHERE (`cx_mch_id`=0) AND (`is_delete`=0)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231531.020942;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6477904;}i:31;a:6:{i:0;s:71:"SELECT * FROM `cx_wechat_app` WHERE (`cx_mch_id`=0) AND (`is_delete`=0)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231531.021509;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6484576;}i:34;a:6:{i:0;s:119:"SELECT * FROM `cx_user_token` WHERE ((`is_delete`=0) AND (`token`='SF5fP6gUUrct1a') AND (`cx_mch_id`=0)) AND (`type`=3)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231531.038067;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6983936;}i:35;a:6:{i:0;s:119:"SELECT * FROM `cx_user_token` WHERE ((`is_delete`=0) AND (`token`='SF5fP6gUUrct1a') AND (`cx_mch_id`=0)) AND (`type`=3)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231531.038634;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6987624;}i:37;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_user_token`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231531.038758;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6992744;}i:38;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_user_token`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231531.039492;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7005008;}i:40;a:6:{i:0;s:782:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_user_token' AND `kcu`.`TABLE_NAME` = 'cx_user_token'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231531.039785;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7008088;}i:41;a:6:{i:0;s:782:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_user_token' AND `kcu`.`TABLE_NAME` = 'cx_user_token'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231531.040264;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7011224;}i:43;a:6:{i:0;s:32:"SHOW FULL COLUMNS FROM `cx_user`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231531.04045;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7010472;}i:44;a:6:{i:0;s:32:"SHOW FULL COLUMNS FROM `cx_user`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231531.046368;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7040616;}i:46;a:6:{i:0;s:770:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_user' AND `kcu`.`TABLE_NAME` = 'cx_user'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231531.047458;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7034064;}i:47;a:6:{i:0;s:770:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_user' AND `kcu`.`TABLE_NAME` = 'cx_user'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231531.048765;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7037200;}i:49;a:6:{i:0;s:78:"SELECT * FROM `cx_user` WHERE (`id`='65') AND (`is_delete`=0) AND (`status`=0)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231531.049147;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7040184;}i:50;a:6:{i:0;s:78:"SELECT * FROM `cx_user` WHERE (`id`='65') AND (`is_delete`=0) AND (`status`=0)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231531.049609;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7046648;}i:57;a:6:{i:0;s:53:"SELECT COUNT(*) FROM `cx_report` WHERE `user_id`='65'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231531.059919;i:4;a:2:{i:0;a:5:{s:4:"file";s:60:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\ReportForm.php";s:4:"line";i:83;s:8:"function";s:5:"count";s:5:"class";s:12:"yii\db\Query";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:71:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\ReportController.php";s:4:"line";i:64;s:8:"function";s:6:"search";s:5:"class";s:33:"app\modules\api\models\ReportForm";s:4:"type";s:2:"->";}}i:5;i:7506192;}i:58;a:6:{i:0;s:53:"SELECT COUNT(*) FROM `cx_report` WHERE `user_id`='65'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231531.066055;i:4;a:2:{i:0;a:5:{s:4:"file";s:60:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\ReportForm.php";s:4:"line";i:83;s:8:"function";s:5:"count";s:5:"class";s:12:"yii\db\Query";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:71:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\ReportController.php";s:4:"line";i:64;s:8:"function";s:6:"search";s:5:"class";s:33:"app\modules\api\models\ReportForm";s:4:"type";s:2:"->";}}i:5;i:7507904;}i:60;a:6:{i:0;s:115:"SELECT `id`, `model_number`, `pdf_path`, `pdf_at` FROM `cx_report` WHERE `user_id`='65' ORDER BY `id` DESC LIMIT 20";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231531.067617;i:4;a:2:{i:0;a:5:{s:4:"file";s:60:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\ReportForm.php";s:4:"line";i:85;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:71:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\ReportController.php";s:4:"line";i:64;s:8:"function";s:6:"search";s:5:"class";s:33:"app\modules\api\models\ReportForm";s:4:"type";s:2:"->";}}i:5;i:7543568;}i:61;a:6:{i:0;s:115:"SELECT `id`, `model_number`, `pdf_path`, `pdf_at` FROM `cx_report` WHERE `user_id`='65' ORDER BY `id` DESC LIMIT 20";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231531.06798;i:4;a:2:{i:0;a:5:{s:4:"file";s:60:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\ReportForm.php";s:4:"line";i:85;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:71:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\ReportController.php";s:4:"line";i:64;s:8:"function";s:6:"search";s:5:"class";s:33:"app\modules\api\models\ReportForm";s:4:"type";s:2:"->";}}i:5;i:7546440;}i:63;a:6:{i:0;s:35:"SHOW FULL COLUMNS FROM `cx_api_log`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231531.068676;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7590072;}i:64;a:6:{i:0;s:35:"SHOW FULL COLUMNS FROM `cx_api_log`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231531.06968;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7613032;}i:66;a:6:{i:0;s:776:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_api_log' AND `kcu`.`TABLE_NAME` = 'cx_api_log'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231531.070168;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7616112;}i:67;a:6:{i:0;s:776:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_api_log' AND `kcu`.`TABLE_NAME` = 'cx_api_log'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231531.070654;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7619248;}i:69;a:6:{i:0;s:545:"INSERT INTO `cx_api_log` (`cx_mch_id`, `user_id`, `route`, `module_id`, `controller_id`, `action_id`, `url`, `method`, `method_param`, `ipv4`, `is_pass`, `request_date`, `request_time`, `response_time`, `process_consume_time`, `is_delete`, `created_at`) VALUES (0, '65', 'api/report/index', 'api', 'report', 'index', '/api/report/index?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124', 'GET', '[]', '127.0.0.1', 1, '2023-10-25', 1698231530991, 1698231531071, 80, 0, 1698231531)";i:1;i:80;i:2;s:23:"yii\db\Command::execute";i:3;d:1698231531.073392;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:125;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7769704;}i:70;a:6:{i:0;s:545:"INSERT INTO `cx_api_log` (`cx_mch_id`, `user_id`, `route`, `module_id`, `controller_id`, `action_id`, `url`, `method`, `method_param`, `ipv4`, `is_pass`, `request_date`, `request_time`, `response_time`, `process_consume_time`, `is_delete`, `created_at`) VALUES (0, '65', 'api/report/index', 'api', 'report', 'index', '/api/report/index?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124', 'GET', '[]', '127.0.0.1', 1, '2023-10-25', 1698231530991, 1698231531071, 80, 0, 1698231531)";i:1;i:96;i:2;s:23:"yii\db\Command::execute";i:3;d:1698231531.101339;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:125;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7772232;}}}";s:5:"event";s:5667:"a:32:{i:0;a:5:{s:4:"time";d:1698231530.983257;s:4:"name";s:9:"afterOpen";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:20:"yii\redis\Connection";}i:1;a:5:{s:4:"time";d:1698231530.987632;s:4:"name";s:13:"beforeRequest";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:19:"yii\web\Application";}i:2;a:5:{s:4:"time";d:1698231531.005583;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:3;a:5:{s:4:"time";d:1698231531.011863;s:4:"name";s:9:"afterOpen";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:17:"yii\db\Connection";}i:4;a:5:{s:4:"time";d:1698231531.021562;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:27:"app\models\wechat\WechatApp";}i:5;a:5:{s:4:"time";d:1698231531.021629;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:27:"app\models\wechat\WechatApp";}i:6;a:5:{s:4:"time";d:1698231531.029805;s:4:"name";s:12:"beforeAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:19:"yii\web\Application";}i:7;a:5:{s:4:"time";d:1698231531.029819;s:4:"name";s:12:"beforeAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:22:"app\modules\api\Module";}i:8;a:5:{s:4:"time";d:1698231531.036391;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:9;a:5:{s:4:"time";d:1698231531.03868;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:20:"app\models\UserToken";}i:10;a:5:{s:4:"time";d:1698231531.040334;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:20:"app\models\UserToken";}i:11;a:5:{s:4:"time";d:1698231531.040368;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:12;a:5:{s:4:"time";d:1698231531.049658;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:15:"app\models\User";}i:13;a:5:{s:4:"time";d:1698231531.049744;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:15:"app\models\User";}i:14;a:5:{s:4:"time";d:1698231531.050258;s:4:"name";s:11:"beforeLogin";s:5:"class";s:17:"yii\web\UserEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:12:"yii\web\User";}i:15;a:5:{s:4:"time";d:1698231531.054826;s:4:"name";s:10:"afterLogin";s:5:"class";s:17:"yii\web\UserEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:12:"yii\web\User";}i:16;a:5:{s:4:"time";d:1698231531.05622;s:4:"name";s:12:"beforeAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:44:"app\modules\api\controllers\ReportController";}i:17;a:5:{s:4:"time";d:1698231531.059253;s:4:"name";s:14:"beforeValidate";s:5:"class";s:19:"yii\base\ModelEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:33:"app\modules\api\models\ReportForm";}i:18;a:5:{s:4:"time";d:1698231531.059339;s:4:"name";s:13:"afterValidate";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:33:"app\modules\api\models\ReportForm";}i:19;a:5:{s:4:"time";d:1698231531.059741;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:20;a:5:{s:4:"time";d:1698231531.0686;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"app\models\log\ApiLog";}i:21;a:5:{s:4:"time";d:1698231531.071361;s:4:"name";s:14:"beforeValidate";s:5:"class";s:19:"yii\base\ModelEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"app\models\log\ApiLog";}i:22;a:5:{s:4:"time";d:1698231531.072509;s:4:"name";s:13:"afterValidate";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"app\models\log\ApiLog";}i:23;a:5:{s:4:"time";d:1698231531.072527;s:4:"name";s:12:"beforeInsert";s:5:"class";s:19:"yii\base\ModelEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"app\models\log\ApiLog";}i:24;a:5:{s:4:"time";d:1698231531.101931;s:4:"name";s:11:"afterInsert";s:5:"class";s:21:"yii\db\AfterSaveEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"app\models\log\ApiLog";}i:25;a:5:{s:4:"time";d:1698231531.101974;s:4:"name";s:11:"afterAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:44:"app\modules\api\controllers\ReportController";}i:26;a:5:{s:4:"time";d:1698231531.101987;s:4:"name";s:11:"afterAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:22:"app\modules\api\Module";}i:27;a:5:{s:4:"time";d:1698231531.101996;s:4:"name";s:11:"afterAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:19:"yii\web\Application";}i:28;a:5:{s:4:"time";d:1698231531.102011;s:4:"name";s:12:"afterRequest";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:19:"yii\web\Application";}i:29;a:5:{s:4:"time";d:1698231531.102022;s:4:"name";s:10:"beforeSend";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:16:"yii\web\Response";}i:30;a:5:{s:4:"time";d:1698231531.104656;s:4:"name";s:12:"afterPrepare";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:16:"yii\web\Response";}i:31;a:5:{s:4:"time";d:1698231531.104732;s:4:"name";s:9:"afterSend";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:16:"yii\web\Response";}}";s:4:"mail";s:6:"a:0:{}";s:8:"timeline";s:91:"a:3:{s:5:"start";d:1698231530.938393;s:3:"end";d:1698231531.107878;s:6:"memory";i:8460656;}";s:4:"dump";s:6:"a:0:{}";s:6:"router";s:1687:"a:3:{s:8:"messages";a:8:{i:10;a:6:{i:0;a:3:{s:4:"rule";s:3:"gii";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698231530.988184;i:4;a:0:{}i:5;i:4619864;}i:11;a:6:{i:0;a:3:{s:4:"rule";s:12:"gii/";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698231530.988199;i:4;a:0:{}i:5;i:4620616;}i:12;a:6:{i:0;a:3:{s:4:"rule";s:41:"gii//";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698231530.988208;i:4;a:0:{}i:5;i:4621368;}i:13;a:6:{i:0;a:3:{s:4:"rule";s:5:"debug";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698231530.988216;i:4;a:0:{}i:5;i:4622120;}i:14;a:6:{i:0;a:3:{s:4:"rule";s:43:"debug//";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698231530.988224;i:4;a:0:{}i:5;i:4622872;}i:15;a:6:{i:0;a:3:{s:4:"rule";s:38:"//";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698231530.988233;i:4;a:0:{}i:5;i:4623624;}i:16;a:6:{i:0;a:3:{s:4:"rule";s:29:"/";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698231530.988242;i:4;a:0:{}i:5;i:4624376;}i:17;a:6:{i:0;s:55:"No matching URL rules. Using default URL parsing logic.";i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698231530.988247;i:4;a:0:{}i:5;i:4625392;}}s:5:"route";s:16:"api/report/index";s:6:"action";s:59:"app\modules\api\controllers\ReportController::actionIndex()";}";s:7:"request";s:4885:"a:15:{s:7:"flashes";a:0:{}s:10:"statusCode";i:200;s:14:"requestHeaders";a:7:{s:4:"host";s:10:"cxfoot.com";s:6:"cookie";s:148:"_csrf=7e83ee622af87fca005057cb5cffafe5c63281f5a712ab17d9cce5461698394ea:2:%7Bi:0;s:5:%22_csrf%22;i:1;s:32:%22KDtmA3ycauIB2bzeTV4ZiDvBDm_LTkKp%22;%7D";s:10:"connection";s:5:"close";s:15:"accept-encoding";s:17:"gzip, deflate, br";s:6:"accept";s:3:"*/*";s:13:"cache-control";s:8:"no-cache";s:10:"user-agent";s:35:"PostmanRuntime-ApipostRuntime/1.1.0";}s:15:"responseHeaders";a:6:{s:12:"X-Powered-By";s:9:"PHP/7.3.4";s:12:"Content-Type";s:31:"application/json; charset=UTF-8";s:11:"X-Debug-Tag";s:13:"6538f4eaef2c7";s:16:"X-Debug-Duration";s:3:"167";s:12:"X-Debug-Link";s:37:"/debug/default/view?tag=6538f4eaef2c7";s:10:"Set-Cookie";s:204:"_csrf=9e2e387b6f8f127550958af4783312246cb09c08a7a748c117fb1b1f96ab5868a%3A2%3A%7Bi%3A0%3Bs%3A5%3A%22_csrf%22%3Bi%3A1%3Bs%3A32%3A%22fC3N3ua7ZIkMnoYOHuR_eox7xAWXoIAN%22%3B%7D; path=/; HttpOnly; SameSite=Lax";}s:5:"route";s:16:"api/report/index";s:6:"action";s:59:"app\modules\api\controllers\ReportController::actionIndex()";s:12:"actionParams";a:0:{}s:7:"general";a:5:{s:6:"method";s:3:"GET";s:6:"isAjax";b:0;s:6:"isPjax";b:0;s:7:"isFlash";b:0;s:18:"isSecureConnection";b:0;}s:11:"requestBody";a:0:{}s:6:"SERVER";a:41:{s:4:"PATH";s:954:"C:\imagemagick;C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\intel64_win\compiler;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;E:\anzhuang\QTSystem\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;D:\Git\cmd;D:\svn\bin;C:\Users\Administrator\AppData\Local\Programs\Python\Python311;C:\Users\Administrator\AppData\Local\Programs\Python\Python311\Scripts;D:\Xftp 7\;D:\微信web开发者工具\dll;C:\Users\Administrator\AppData\Local\Microsoft\WindowsApps;;D:\PhpStorm 2021.2.1\bin;;D:\Microsoft VS Code\bin;D:\phpstudy_pro\Extensions\php\php7.4.3nts;C:\Users\Administrator\AppData\Local\ComposerSetup\bin;C:\Users\Administrator\AppData\Roaming\Composer\vendor\bin";s:10:"SYSTEMROOT";s:10:"C:\WINDOWS";s:7:"COMSPEC";s:27:"C:\WINDOWS\system32\cmd.exe";s:7:"PATHEXT";s:53:".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC";s:6:"WINDIR";s:10:"C:\WINDOWS";s:5:"PHPRC";s:42:"D:/phpstudy_pro/Extensions/php/php7.3.4nts";s:21:"_FCGI_SHUTDOWN_EVENT_";s:4:"9184";s:11:"SCRIPT_NAME";s:10:"/index.php";s:11:"REQUEST_URI";s:133:"/api/report/index?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:12:"QUERY_STRING";s:115:"access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:14:"REQUEST_METHOD";s:3:"GET";s:15:"SERVER_PROTOCOL";s:8:"HTTP/1.1";s:17:"GATEWAY_INTERFACE";s:7:"CGI/1.1";s:21:"REDIRECT_QUERY_STRING";s:115:"access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:12:"REDIRECT_URL";s:17:"/api/report/index";s:11:"REMOTE_PORT";s:5:"61063";s:15:"SCRIPT_FILENAME";s:40:"D:/phpstudy_pro/WWW/cxfoot/web/index.php";s:12:"SERVER_ADMIN";s:17:"admin@example.com";s:21:"CONTEXT_DOCUMENT_ROOT";s:30:"D:/phpstudy_pro/WWW/cxfoot/web";s:14:"CONTEXT_PREFIX";s:0:"";s:14:"REQUEST_SCHEME";s:4:"http";s:13:"DOCUMENT_ROOT";s:30:"D:/phpstudy_pro/WWW/cxfoot/web";s:11:"REMOTE_ADDR";s:9:"127.0.0.1";s:11:"SERVER_PORT";s:2:"80";s:11:"SERVER_ADDR";s:9:"127.0.0.1";s:11:"SERVER_NAME";s:10:"cxfoot.com";s:15:"SERVER_SOFTWARE";s:73:"Apache/2.4.39 (Win64) OpenSSL/1.1.1b mod_fcgid/2.3.9a mod_log_rotate/1.02";s:16:"SERVER_SIGNATURE";s:0:"";s:10:"SystemRoot";s:10:"C:\WINDOWS";s:9:"HTTP_HOST";s:10:"cxfoot.com";s:11:"HTTP_COOKIE";s:148:"_csrf=7e83ee622af87fca005057cb5cffafe5c63281f5a712ab17d9cce5461698394ea:2:%7Bi:0;s:5:%22_csrf%22;i:1;s:32:%22KDtmA3ycauIB2bzeTV4ZiDvBDm_LTkKp%22;%7D";s:15:"HTTP_CONNECTION";s:5:"close";s:20:"HTTP_ACCEPT_ENCODING";s:17:"gzip, deflate, br";s:11:"HTTP_ACCEPT";s:3:"*/*";s:18:"HTTP_CACHE_CONTROL";s:8:"no-cache";s:15:"HTTP_USER_AGENT";s:35:"PostmanRuntime-ApipostRuntime/1.1.0";s:15:"REDIRECT_STATUS";s:3:"200";s:9:"FCGI_ROLE";s:9:"RESPONDER";s:8:"PHP_SELF";s:10:"/index.php";s:18:"REQUEST_TIME_FLOAT";d:1698231530.922274;s:12:"REQUEST_TIME";i:1698231530;}s:3:"GET";a:2:{s:12:"access_token";s:60:"bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0=";s:6:"X-Csrf";s:32:"ag7x1Afy1r0q8j4y05vk3s4118hx7124";}s:4:"POST";a:0:{}s:6:"COOKIE";a:5:{s:5:"_csrf";s:72:"7e83ee622af87fca005057cb5cffafe5c63281f5a712ab17d9cce5461698394ea:2:{i:0";s:11:"s:5:"_csrf"";s:0:"";s:3:"i:1";s:0:"";s:39:"s:32:"KDtmA3ycauIB2bzeTV4ZiDvBDm_LTkKp"";s:0:"";s:1:"}";s:0:"";}s:5:"FILES";a:0:{}s:7:"SESSION";a:0:{}}";s:4:"user";s:2944:"a:5:{s:2:"id";s:2:"65";s:8:"identity";a:26:{s:2:"id";s:4:"'65'";s:9:"cx_mch_id";s:3:"'0'";s:8:"username";s:9:"'Umcvqe1'";s:8:"password";s:62:"'$2y$13$h1rFZxffWh0BiJJtDs4gPum0Wsx5KfYJXAsqcPL8PNb4w8hd9hoPW'";s:8:"auth_key";s:34:"'MqDPRppFI2OgJpjwFE68C9Sn2SbeXAwV'";s:12:"access_token";s:34:"'bOxZSNi_gU02GsWLDJUjrP0wX2nQ7Qal'";s:8:"nickname";s:8:"'Umcvqe'";s:10:"avatar_url";s:28:"'/statics/images/avatar.jpg'";s:12:"mobile_phone";s:13:"'18111111112'";s:13:"mobile_prefix";s:4:"'86'";s:5:"email";s:2:"''";s:9:"real_name";s:8:"'张三'";s:4:"desc";s:2:"''";s:6:"gender";s:1:"1";s:8:"birthday";s:4:"null";s:6:"status";s:1:"0";s:9:"parent_id";s:3:"'0'";s:12:"is_modify_un";s:1:"1";s:9:"is_delete";s:1:"0";s:10:"country_id";s:1:"0";s:7:"city_id";s:1:"0";s:10:"created_at";s:10:"1698133733";s:10:"updated_at";s:10:"1698228126";s:4:"type";s:1:"0";s:8:"store_id";s:1:"0";s:7:"is_view";s:6:"'42.5'";}s:10:"attributes";a:26:{i:0;a:2:{s:9:"attribute";s:2:"id";s:5:"label";s:2:"ID";}i:1;a:2:{s:9:"attribute";s:9:"cx_mch_id";s:5:"label";s:14:"平台商户ID";}i:2;a:2:{s:9:"attribute";s:8:"username";s:5:"label";s:9:"用户名";}i:3;a:2:{s:9:"attribute";s:8:"password";s:5:"label";s:6:"密码";}i:4;a:2:{s:9:"attribute";s:8:"auth_key";s:5:"label";s:8:"AUTH_KEY";}i:5;a:2:{s:9:"attribute";s:12:"access_token";s:5:"label";s:12:"ACCESS_TOKEN";}i:6;a:2:{s:9:"attribute";s:8:"nickname";s:5:"label";s:6:"昵称";}i:7;a:2:{s:9:"attribute";s:10:"avatar_url";s:5:"label";s:6:"头像";}i:8;a:2:{s:9:"attribute";s:12:"mobile_phone";s:5:"label";s:9:"手机号";}i:9;a:2:{s:9:"attribute";s:13:"mobile_prefix";s:5:"label";s:21:"手机号国家代码";}i:10;a:2:{s:9:"attribute";s:5:"email";s:5:"label";s:6:"邮箱";}i:11;a:2:{s:9:"attribute";s:9:"real_name";s:5:"label";s:12:"真实姓名";}i:12;a:2:{s:9:"attribute";s:4:"desc";s:5:"label";s:12:"个性签名";}i:13;a:2:{s:9:"attribute";s:6:"gender";s:5:"label";s:33:"性别,0=女,1=男,2=保密";}i:14;a:2:{s:9:"attribute";s:8:"birthday";s:5:"label";s:6:"生日";}i:15;a:2:{s:9:"attribute";s:6:"status";s:5:"label";s:50:"状态,0=正常,1=封禁,2=挂起,3=注销";}i:16;a:2:{s:9:"attribute";s:9:"parent_id";s:5:"label";s:9:"PARENT_ID";}i:17;a:2:{s:9:"attribute";s:12:"is_modify_un";s:5:"label";s:43:"用户名是否可以修改,0=否,1=是";}i:18;a:2:{s:9:"attribute";s:9:"is_delete";s:5:"label";s:28:"是否删除,0=否,1=是";}i:19;a:2:{s:9:"attribute";s:10:"country_id";s:5:"label";s:8:"国家ID";}i:20;a:2:{s:9:"attribute";s:7:"city_id";s:5:"label";s:8:"城市ID";}i:21;a:2:{s:9:"attribute";s:10:"created_at";s:5:"label";s:12:"添加时间";}i:22;a:2:{s:9:"attribute";s:10:"updated_at";s:5:"label";s:12:"更新时间";}i:23;a:2:{s:9:"attribute";s:4:"type";s:5:"label";s:28:"0=普通用户,1=管理员";}i:24;a:2:{s:9:"attribute";s:8:"store_id";s:5:"label";s:8:"Store Id";}i:25;a:2:{s:9:"attribute";s:7:"is_view";s:5:"label";s:6:"鞋码";}}s:13:"rolesProvider";N;s:19:"permissionsProvider";N;}";s:5:"asset";s:6:"a:0:{}";s:7:"summary";a:12:{s:3:"tag";s:13:"6538f4eaef2c7";s:3:"url";s:150:"http://cxfoot.com/api/report/index?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698231530.922274;s:10:"statusCode";i:200;s:8:"sqlCount";i:14;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:8460656;s:14:"processingTime";d:0.1691758632659912;}s:10:"exceptions";a:0:{}} \ No newline at end of file diff --git a/runtime/debug/6538f501458c2.data b/runtime/debug/6538f501458c2.data deleted file mode 100644 index a10590f..0000000 --- a/runtime/debug/6538f501458c2.data +++ /dev/null @@ -1,281 +0,0 @@ -a:14:{s:6:"config";s:1870:"a:5:{s:10:"phpVersion";s:5:"7.3.4";s:10:"yiiVersion";s:6:"2.0.46";s:11:"application";a:8:{s:3:"yii";s:6:"2.0.46";s:4:"name";s:14:"My Application";s:7:"version";s:3:"1.0";s:8:"language";s:5:"zh-CN";s:14:"sourceLanguage";s:5:"en-US";s:7:"charset";s:5:"UTF-8";s:3:"env";s:3:"dev";s:5:"debug";b:1;}s:3:"php";a:5:{s:7:"version";s:5:"7.3.4";s:6:"xdebug";b:0;s:3:"apc";b:0;s:8:"memcache";b:0;s:9:"memcached";b:0;}s:10:"extensions";a:7:{s:18:"yiisoft/yii2-faker";a:3:{s:4:"name";s:18:"yiisoft/yii2-faker";s:7:"version";s:7:"2.0.5.0";s:5:"alias";a:1:{s:10:"@yii/faker";s:56:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-faker/src";}}s:24:"yiisoft/yii2-swiftmailer";a:3:{s:4:"name";s:24:"yiisoft/yii2-swiftmailer";s:7:"version";s:7:"2.1.3.0";s:5:"alias";a:1:{s:16:"@yii/swiftmailer";s:62:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-swiftmailer/src";}}s:22:"yiisoft/yii2-bootstrap";a:3:{s:4:"name";s:22:"yiisoft/yii2-bootstrap";s:7:"version";s:8:"2.0.11.0";s:5:"alias";a:1:{s:14:"@yii/bootstrap";s:60:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-bootstrap/src";}}s:16:"yiisoft/yii2-gii";a:3:{s:4:"name";s:16:"yiisoft/yii2-gii";s:7:"version";s:7:"2.1.4.0";s:5:"alias";a:1:{s:8:"@yii/gii";s:54:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-gii/src";}}s:18:"yiisoft/yii2-redis";a:3:{s:4:"name";s:18:"yiisoft/yii2-redis";s:7:"version";s:8:"2.0.18.0";s:5:"alias";a:1:{s:10:"@yii/redis";s:56:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-redis/src";}}s:18:"yiisoft/yii2-debug";a:3:{s:4:"name";s:18:"yiisoft/yii2-debug";s:7:"version";s:8:"2.1.21.0";s:5:"alias";a:1:{s:10:"@yii/debug";s:56:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-debug/src";}}s:24:"jianyan74/yii2-websocket";a:3:{s:4:"name";s:24:"jianyan74/yii2-websocket";s:7:"version";s:7:"1.1.1.0";s:5:"alias";a:1:{s:18:"@jianyan/websocket";s:62:"D:\phpstudy_pro\WWW\cxfoot\vendor/jianyan74/yii2-websocket/src";}}}}";s:3:"log";s:16958:"a:1:{s:8:"messages";a:33:{i:0;a:6:{i:0;s:33:"Bootstrap with yii\log\Dispatcher";i:1;i:8;i:2;s:31:"yii\base\Application::bootstrap";i:3;d:1698231553.251783;i:4;a:0:{}i:5;i:2495616;}i:1;a:6:{i:0;s:21:"Loading module: debug";i:1;i:8;i:2;s:26:"yii\base\Module::getModule";i:3;d:1698231553.251805;i:4;a:0:{}i:5;i:2496792;}i:2;a:6:{i:0;s:44:"Bootstrap with yii\debug\Module::bootstrap()";i:1;i:8;i:2;s:31:"yii\base\Application::bootstrap";i:3;d:1698231553.283987;i:4;a:0:{}i:5;i:4072024;}i:3;a:6:{i:0;s:61:"Opening redis DB connection: tcp://127.0.0.1:6379, database=0";i:1;i:8;i:2;s:26:"yii\redis\Connection::open";i:3;d:1698231553.291521;i:4;a:0:{}i:5;i:4288472;}i:4;a:6:{i:0;s:31:"Executing Redis Command: SELECT";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698231553.292284;i:4;a:0:{}i:5;i:4290680;}i:5;a:6:{i:0;s:28:"Executing Redis Command: GET";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698231553.292518;i:4;a:0:{}i:5;i:4298864;}i:6;a:6:{i:0;s:28:"Executing Redis Command: GET";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698231553.29445;i:4;a:0:{}i:5;i:4371144;}i:7;a:6:{i:0;s:19:"Loading module: gii";i:1;i:8;i:2;s:26:"yii\base\Module::getModule";i:3;d:1698231553.294677;i:4;a:0:{}i:5;i:4371488;}i:8;a:6:{i:0;s:42:"Bootstrap with yii\gii\Module::bootstrap()";i:1;i:8;i:2;s:31:"yii\base\Application::bootstrap";i:3;d:1698231553.296585;i:4;a:0:{}i:5;i:4395512;}i:9;a:6:{i:0;s:28:"Executing Redis Command: GET";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698231553.296882;i:4;a:0:{}i:5;i:4401904;}i:18;a:6:{i:0;s:35:"Route requested: 'api/report/index'";i:1;i:8;i:2;s:34:"yii\web\Application::handleRequest";i:3;d:1698231553.301239;i:4;a:0:{}i:5;i:4625456;}i:19;a:6:{i:0;s:19:"Loading module: api";i:1;i:8;i:2;s:26:"yii\base\Module::getModule";i:3;d:1698231553.301254;i:4;a:0:{}i:5;i:4627080;}i:20;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_wechat_app`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698231553.326981;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6051344;}i:21;a:6:{i:0;s:57:"Opening DB connection: mysql:host=127.0.0.1;dbname=cxfoot";i:1;i:4;i:2;s:23:"yii\db\Connection::open";i:3;d:1698231553.327032;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6053776;}i:26;a:6:{i:0;s:782:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_wechat_app' AND `kcu`.`TABLE_NAME` = 'cx_wechat_app'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698231553.331476;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6140088;}i:29;a:6:{i:0;s:71:"SELECT * FROM `cx_wechat_app` WHERE (`cx_mch_id`=0) AND (`is_delete`=0)";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698231553.336712;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6476656;}i:32;a:6:{i:0;s:30:"Route to run: api/report/index";i:1;i:8;i:2;s:30:"yii\base\Controller::runAction";i:3;d:1698231553.347398;i:4;a:0:{}i:5;i:6705632;}i:33;a:6:{i:0;s:119:"SELECT * FROM `cx_user_token` WHERE ((`is_delete`=0) AND (`token`='SF5fP6gUUrct1a') AND (`cx_mch_id`=0)) AND (`type`=3)";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698231553.353398;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6982368;}i:36;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_user_token`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698231553.354193;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6990624;}i:39;a:6:{i:0;s:782:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_user_token' AND `kcu`.`TABLE_NAME` = 'cx_user_token'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698231553.355936;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7004472;}i:42;a:6:{i:0;s:32:"SHOW FULL COLUMNS FROM `cx_user`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698231553.356984;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7008352;}i:45;a:6:{i:0;s:770:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_user' AND `kcu`.`TABLE_NAME` = 'cx_user'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698231553.364123;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7030448;}i:48;a:6:{i:0;s:78:"SELECT * FROM `cx_user` WHERE (`id`='65') AND (`is_delete`=0) AND (`status`=0)";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698231553.36503;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7038432;}i:51;a:6:{i:0;s:56:"User '65' logged in from 127.0.0.1. Session not enabled.";i:1;i:4;i:2;s:19:"yii\web\User::login";i:3;d:1698231553.370728;i:4;a:2:{i:0;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7278416;}i:52;a:6:{i:0;s:28:"Executing Redis Command: GET";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698231553.372259;i:4;a:2:{i:0;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:56;s:8:"function";s:6:"__call";s:5:"class";s:20:"yii\redis\Connection";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7364760;}i:53;a:6:{i:0;s:75:"Running action: app\modules\api\controllers\ReportController::actionIndex()";i:1;i:8;i:2;s:36:"yii\base\InlineAction::runWithParams";i:3;d:1698231553.372721;i:4;a:0:{}i:5;i:7360840;}i:54;a:6:{i:0;s:85:"Failed to set unsafe attribute 'access_token' in 'app\modules\api\models\ReportForm'.";i:1;i:8;i:2;s:33:"yii\base\Model::onUnsafeAttribute";i:3;d:1698231553.380238;i:4;a:1:{i:0;a:5:{s:4:"file";s:71:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\ReportController.php";s:4:"line";i:61;s:8:"function";s:5:"__set";s:5:"class";s:18:"yii\base\Component";s:4:"type";s:2:"->";}}i:5;i:7472456;}i:55;a:6:{i:0;s:79:"Failed to set unsafe attribute 'X-Csrf' in 'app\modules\api\models\ReportForm'.";i:1;i:8;i:2;s:33:"yii\base\Model::onUnsafeAttribute";i:3;d:1698231553.38026;i:4;a:1:{i:0;a:5:{s:4:"file";s:71:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\ReportController.php";s:4:"line";i:61;s:8:"function";s:5:"__set";s:5:"class";s:18:"yii\base\Component";s:4:"type";s:2:"->";}}i:5;i:7473696;}i:56;a:6:{i:0;s:53:"SELECT COUNT(*) FROM `cx_report` WHERE `user_id`='65'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698231553.381347;i:4;a:2:{i:0;a:5:{s:4:"file";s:60:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\ReportForm.php";s:4:"line";i:81;s:8:"function";s:5:"count";s:5:"class";s:12:"yii\db\Query";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:71:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\ReportController.php";s:4:"line";i:64;s:8:"function";s:6:"search";s:5:"class";s:33:"app\modules\api\models\ReportForm";s:4:"type";s:2:"->";}}i:5;i:7504304;}i:59;a:6:{i:0;s:115:"SELECT `id`, `model_number`, `pdf_path`, `pdf_at` FROM `cx_report` WHERE `user_id`='65' ORDER BY `id` DESC LIMIT 20";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698231553.388379;i:4;a:2:{i:0;a:5:{s:4:"file";s:60:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\ReportForm.php";s:4:"line";i:83;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:71:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\ReportController.php";s:4:"line";i:64;s:8:"function";s:6:"search";s:5:"class";s:33:"app\modules\api\models\ReportForm";s:4:"type";s:2:"->";}}i:5;i:7541528;}i:62;a:6:{i:0;s:35:"SHOW FULL COLUMNS FROM `cx_api_log`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698231553.391996;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7587896;}i:65;a:6:{i:0;s:776:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_api_log' AND `kcu`.`TABLE_NAME` = 'cx_api_log'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698231553.393616;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7612440;}i:68;a:6:{i:0;s:545:"INSERT INTO `cx_api_log` (`cx_mch_id`, `user_id`, `route`, `module_id`, `controller_id`, `action_id`, `url`, `method`, `method_param`, `ipv4`, `is_pass`, `request_date`, `request_time`, `response_time`, `process_consume_time`, `is_delete`, `created_at`) VALUES (0, '65', 'api/report/index', 'api', 'report', 'index', '/api/report/index?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124', 'GET', '[]', '127.0.0.1', 1, '2023-10-25', 1698231553304, 1698231553395, 91, 0, 1698231553)";i:1;i:4;i:2;s:23:"yii\db\Command::execute";i:3;d:1698231553.397386;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:125;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7771288;}}}";s:9:"profiling";s:25686:"a:3:{s:6:"memory";i:8460584;s:4:"time";d:0.1976020336151123;s:8:"messages";a:30:{i:22;a:6:{i:0;s:57:"Opening DB connection: mysql:host=127.0.0.1;dbname=cxfoot";i:1;i:80;i:2;s:23:"yii\db\Connection::open";i:3;d:1698231553.32705;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6054904;}i:23;a:6:{i:0;s:57:"Opening DB connection: mysql:host=127.0.0.1;dbname=cxfoot";i:1;i:96;i:2;s:23:"yii\db\Connection::open";i:3;d:1698231553.32922;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6104064;}i:24;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_wechat_app`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231553.329259;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6104304;}i:25;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_wechat_app`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231553.330188;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6120136;}i:27;a:6:{i:0;s:782:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_wechat_app' AND `kcu`.`TABLE_NAME` = 'cx_wechat_app'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231553.331512;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6142952;}i:28;a:6:{i:0;s:782:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_wechat_app' AND `kcu`.`TABLE_NAME` = 'cx_wechat_app'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231553.332066;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6145336;}i:30;a:6:{i:0;s:71:"SELECT * FROM `cx_wechat_app` WHERE (`cx_mch_id`=0) AND (`is_delete`=0)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231553.336755;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6477904;}i:31;a:6:{i:0;s:71:"SELECT * FROM `cx_wechat_app` WHERE (`cx_mch_id`=0) AND (`is_delete`=0)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231553.337359;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6484576;}i:34;a:6:{i:0;s:119:"SELECT * FROM `cx_user_token` WHERE ((`is_delete`=0) AND (`token`='SF5fP6gUUrct1a') AND (`cx_mch_id`=0)) AND (`type`=3)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231553.353444;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6983936;}i:35;a:6:{i:0;s:119:"SELECT * FROM `cx_user_token` WHERE ((`is_delete`=0) AND (`token`='SF5fP6gUUrct1a') AND (`cx_mch_id`=0)) AND (`type`=3)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231553.354084;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6987624;}i:37;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_user_token`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231553.354221;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6992744;}i:38;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_user_token`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231553.355625;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7005008;}i:40;a:6:{i:0;s:782:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_user_token' AND `kcu`.`TABLE_NAME` = 'cx_user_token'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231553.355973;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7008088;}i:41;a:6:{i:0;s:782:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_user_token' AND `kcu`.`TABLE_NAME` = 'cx_user_token'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231553.356719;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7011224;}i:43;a:6:{i:0;s:32:"SHOW FULL COLUMNS FROM `cx_user`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231553.357014;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7010472;}i:44;a:6:{i:0;s:32:"SHOW FULL COLUMNS FROM `cx_user`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231553.363436;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7040616;}i:46;a:6:{i:0;s:770:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_user' AND `kcu`.`TABLE_NAME` = 'cx_user'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231553.36416;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7034064;}i:47;a:6:{i:0;s:770:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_user' AND `kcu`.`TABLE_NAME` = 'cx_user'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231553.364755;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7037200;}i:49;a:6:{i:0;s:78:"SELECT * FROM `cx_user` WHERE (`id`='65') AND (`is_delete`=0) AND (`status`=0)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231553.365055;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7040184;}i:50;a:6:{i:0;s:78:"SELECT * FROM `cx_user` WHERE (`id`='65') AND (`is_delete`=0) AND (`status`=0)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231553.365406;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7046648;}i:57;a:6:{i:0;s:53:"SELECT COUNT(*) FROM `cx_report` WHERE `user_id`='65'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231553.381378;i:4;a:2:{i:0;a:5:{s:4:"file";s:60:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\ReportForm.php";s:4:"line";i:81;s:8:"function";s:5:"count";s:5:"class";s:12:"yii\db\Query";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:71:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\ReportController.php";s:4:"line";i:64;s:8:"function";s:6:"search";s:5:"class";s:33:"app\modules\api\models\ReportForm";s:4:"type";s:2:"->";}}i:5;i:7506136;}i:58;a:6:{i:0;s:53:"SELECT COUNT(*) FROM `cx_report` WHERE `user_id`='65'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231553.387027;i:4;a:2:{i:0;a:5:{s:4:"file";s:60:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\ReportForm.php";s:4:"line";i:81;s:8:"function";s:5:"count";s:5:"class";s:12:"yii\db\Query";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:71:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\ReportController.php";s:4:"line";i:64;s:8:"function";s:6:"search";s:5:"class";s:33:"app\modules\api\models\ReportForm";s:4:"type";s:2:"->";}}i:5;i:7507848;}i:60;a:6:{i:0;s:115:"SELECT `id`, `model_number`, `pdf_path`, `pdf_at` FROM `cx_report` WHERE `user_id`='65' ORDER BY `id` DESC LIMIT 20";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231553.389213;i:4;a:2:{i:0;a:5:{s:4:"file";s:60:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\ReportForm.php";s:4:"line";i:83;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:71:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\ReportController.php";s:4:"line";i:64;s:8:"function";s:6:"search";s:5:"class";s:33:"app\modules\api\models\ReportForm";s:4:"type";s:2:"->";}}i:5;i:7543512;}i:61;a:6:{i:0;s:115:"SELECT `id`, `model_number`, `pdf_path`, `pdf_at` FROM `cx_report` WHERE `user_id`='65' ORDER BY `id` DESC LIMIT 20";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231553.390491;i:4;a:2:{i:0;a:5:{s:4:"file";s:60:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\ReportForm.php";s:4:"line";i:83;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:71:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\ReportController.php";s:4:"line";i:64;s:8:"function";s:6:"search";s:5:"class";s:33:"app\modules\api\models\ReportForm";s:4:"type";s:2:"->";}}i:5;i:7546384;}i:63;a:6:{i:0;s:35:"SHOW FULL COLUMNS FROM `cx_api_log`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231553.392053;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7590016;}i:64;a:6:{i:0;s:35:"SHOW FULL COLUMNS FROM `cx_api_log`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231553.393139;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7612976;}i:66;a:6:{i:0;s:776:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_api_log' AND `kcu`.`TABLE_NAME` = 'cx_api_log'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231553.393645;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7616056;}i:67;a:6:{i:0;s:776:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_api_log' AND `kcu`.`TABLE_NAME` = 'cx_api_log'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231553.394224;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7619192;}i:69;a:6:{i:0;s:545:"INSERT INTO `cx_api_log` (`cx_mch_id`, `user_id`, `route`, `module_id`, `controller_id`, `action_id`, `url`, `method`, `method_param`, `ipv4`, `is_pass`, `request_date`, `request_time`, `response_time`, `process_consume_time`, `is_delete`, `created_at`) VALUES (0, '65', 'api/report/index', 'api', 'report', 'index', '/api/report/index?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124', 'GET', '[]', '127.0.0.1', 1, '2023-10-25', 1698231553304, 1698231553395, 91, 0, 1698231553)";i:1;i:80;i:2;s:23:"yii\db\Command::execute";i:3;d:1698231553.397429;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:125;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7769648;}i:70;a:6:{i:0;s:545:"INSERT INTO `cx_api_log` (`cx_mch_id`, `user_id`, `route`, `module_id`, `controller_id`, `action_id`, `url`, `method`, `method_param`, `ipv4`, `is_pass`, `request_date`, `request_time`, `response_time`, `process_consume_time`, `is_delete`, `created_at`) VALUES (0, '65', 'api/report/index', 'api', 'report', 'index', '/api/report/index?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124', 'GET', '[]', '127.0.0.1', 1, '2023-10-25', 1698231553304, 1698231553395, 91, 0, 1698231553)";i:1;i:96;i:2;s:23:"yii\db\Command::execute";i:3;d:1698231553.419815;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:125;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7772176;}}}";s:2:"db";s:24885:"a:1:{s:8:"messages";a:28:{i:24;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_wechat_app`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231553.329259;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6104304;}i:25;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_wechat_app`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231553.330188;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6120136;}i:27;a:6:{i:0;s:782:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_wechat_app' AND `kcu`.`TABLE_NAME` = 'cx_wechat_app'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231553.331512;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6142952;}i:28;a:6:{i:0;s:782:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_wechat_app' AND `kcu`.`TABLE_NAME` = 'cx_wechat_app'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231553.332066;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6145336;}i:30;a:6:{i:0;s:71:"SELECT * FROM `cx_wechat_app` WHERE (`cx_mch_id`=0) AND (`is_delete`=0)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231553.336755;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6477904;}i:31;a:6:{i:0;s:71:"SELECT * FROM `cx_wechat_app` WHERE (`cx_mch_id`=0) AND (`is_delete`=0)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231553.337359;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6484576;}i:34;a:6:{i:0;s:119:"SELECT * FROM `cx_user_token` WHERE ((`is_delete`=0) AND (`token`='SF5fP6gUUrct1a') AND (`cx_mch_id`=0)) AND (`type`=3)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231553.353444;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6983936;}i:35;a:6:{i:0;s:119:"SELECT * FROM `cx_user_token` WHERE ((`is_delete`=0) AND (`token`='SF5fP6gUUrct1a') AND (`cx_mch_id`=0)) AND (`type`=3)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231553.354084;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6987624;}i:37;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_user_token`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231553.354221;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6992744;}i:38;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_user_token`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231553.355625;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7005008;}i:40;a:6:{i:0;s:782:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_user_token' AND `kcu`.`TABLE_NAME` = 'cx_user_token'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231553.355973;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7008088;}i:41;a:6:{i:0;s:782:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_user_token' AND `kcu`.`TABLE_NAME` = 'cx_user_token'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231553.356719;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7011224;}i:43;a:6:{i:0;s:32:"SHOW FULL COLUMNS FROM `cx_user`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231553.357014;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7010472;}i:44;a:6:{i:0;s:32:"SHOW FULL COLUMNS FROM `cx_user`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231553.363436;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7040616;}i:46;a:6:{i:0;s:770:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_user' AND `kcu`.`TABLE_NAME` = 'cx_user'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231553.36416;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7034064;}i:47;a:6:{i:0;s:770:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_user' AND `kcu`.`TABLE_NAME` = 'cx_user'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231553.364755;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7037200;}i:49;a:6:{i:0;s:78:"SELECT * FROM `cx_user` WHERE (`id`='65') AND (`is_delete`=0) AND (`status`=0)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231553.365055;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7040184;}i:50;a:6:{i:0;s:78:"SELECT * FROM `cx_user` WHERE (`id`='65') AND (`is_delete`=0) AND (`status`=0)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231553.365406;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7046648;}i:57;a:6:{i:0;s:53:"SELECT COUNT(*) FROM `cx_report` WHERE `user_id`='65'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231553.381378;i:4;a:2:{i:0;a:5:{s:4:"file";s:60:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\ReportForm.php";s:4:"line";i:81;s:8:"function";s:5:"count";s:5:"class";s:12:"yii\db\Query";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:71:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\ReportController.php";s:4:"line";i:64;s:8:"function";s:6:"search";s:5:"class";s:33:"app\modules\api\models\ReportForm";s:4:"type";s:2:"->";}}i:5;i:7506136;}i:58;a:6:{i:0;s:53:"SELECT COUNT(*) FROM `cx_report` WHERE `user_id`='65'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231553.387027;i:4;a:2:{i:0;a:5:{s:4:"file";s:60:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\ReportForm.php";s:4:"line";i:81;s:8:"function";s:5:"count";s:5:"class";s:12:"yii\db\Query";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:71:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\ReportController.php";s:4:"line";i:64;s:8:"function";s:6:"search";s:5:"class";s:33:"app\modules\api\models\ReportForm";s:4:"type";s:2:"->";}}i:5;i:7507848;}i:60;a:6:{i:0;s:115:"SELECT `id`, `model_number`, `pdf_path`, `pdf_at` FROM `cx_report` WHERE `user_id`='65' ORDER BY `id` DESC LIMIT 20";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231553.389213;i:4;a:2:{i:0;a:5:{s:4:"file";s:60:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\ReportForm.php";s:4:"line";i:83;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:71:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\ReportController.php";s:4:"line";i:64;s:8:"function";s:6:"search";s:5:"class";s:33:"app\modules\api\models\ReportForm";s:4:"type";s:2:"->";}}i:5;i:7543512;}i:61;a:6:{i:0;s:115:"SELECT `id`, `model_number`, `pdf_path`, `pdf_at` FROM `cx_report` WHERE `user_id`='65' ORDER BY `id` DESC LIMIT 20";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231553.390491;i:4;a:2:{i:0;a:5:{s:4:"file";s:60:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\ReportForm.php";s:4:"line";i:83;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:71:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\ReportController.php";s:4:"line";i:64;s:8:"function";s:6:"search";s:5:"class";s:33:"app\modules\api\models\ReportForm";s:4:"type";s:2:"->";}}i:5;i:7546384;}i:63;a:6:{i:0;s:35:"SHOW FULL COLUMNS FROM `cx_api_log`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231553.392053;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7590016;}i:64;a:6:{i:0;s:35:"SHOW FULL COLUMNS FROM `cx_api_log`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231553.393139;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7612976;}i:66;a:6:{i:0;s:776:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_api_log' AND `kcu`.`TABLE_NAME` = 'cx_api_log'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231553.393645;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7616056;}i:67;a:6:{i:0;s:776:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_api_log' AND `kcu`.`TABLE_NAME` = 'cx_api_log'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231553.394224;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7619192;}i:69;a:6:{i:0;s:545:"INSERT INTO `cx_api_log` (`cx_mch_id`, `user_id`, `route`, `module_id`, `controller_id`, `action_id`, `url`, `method`, `method_param`, `ipv4`, `is_pass`, `request_date`, `request_time`, `response_time`, `process_consume_time`, `is_delete`, `created_at`) VALUES (0, '65', 'api/report/index', 'api', 'report', 'index', '/api/report/index?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124', 'GET', '[]', '127.0.0.1', 1, '2023-10-25', 1698231553304, 1698231553395, 91, 0, 1698231553)";i:1;i:80;i:2;s:23:"yii\db\Command::execute";i:3;d:1698231553.397429;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:125;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7769648;}i:70;a:6:{i:0;s:545:"INSERT INTO `cx_api_log` (`cx_mch_id`, `user_id`, `route`, `module_id`, `controller_id`, `action_id`, `url`, `method`, `method_param`, `ipv4`, `is_pass`, `request_date`, `request_time`, `response_time`, `process_consume_time`, `is_delete`, `created_at`) VALUES (0, '65', 'api/report/index', 'api', 'report', 'index', '/api/report/index?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124', 'GET', '[]', '127.0.0.1', 1, '2023-10-25', 1698231553304, 1698231553395, 91, 0, 1698231553)";i:1;i:96;i:2;s:23:"yii\db\Command::execute";i:3;d:1698231553.419815;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:125;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7772176;}}}";s:5:"event";s:5668:"a:32:{i:0;a:5:{s:4:"time";d:1698231553.292504;s:4:"name";s:9:"afterOpen";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:20:"yii\redis\Connection";}i:1;a:5:{s:4:"time";d:1698231553.300536;s:4:"name";s:13:"beforeRequest";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:19:"yii\web\Application";}i:2;a:5:{s:4:"time";d:1698231553.3211;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:3;a:5:{s:4:"time";d:1698231553.32921;s:4:"name";s:9:"afterOpen";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:17:"yii\db\Connection";}i:4;a:5:{s:4:"time";d:1698231553.337423;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:27:"app\models\wechat\WechatApp";}i:5;a:5:{s:4:"time";d:1698231553.337495;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:27:"app\models\wechat\WechatApp";}i:6;a:5:{s:4:"time";d:1698231553.347773;s:4:"name";s:12:"beforeAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:19:"yii\web\Application";}i:7;a:5:{s:4:"time";d:1698231553.347789;s:4:"name";s:12:"beforeAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:22:"app\modules\api\Module";}i:8;a:5:{s:4:"time";d:1698231553.351756;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:9;a:5:{s:4:"time";d:1698231553.354137;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:20:"app\models\UserToken";}i:10;a:5:{s:4:"time";d:1698231553.356832;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:20:"app\models\UserToken";}i:11;a:5:{s:4:"time";d:1698231553.356877;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:12;a:5:{s:4:"time";d:1698231553.365457;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:15:"app\models\User";}i:13;a:5:{s:4:"time";d:1698231553.365533;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:15:"app\models\User";}i:14;a:5:{s:4:"time";d:1698231553.365992;s:4:"name";s:11:"beforeLogin";s:5:"class";s:17:"yii\web\UserEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:12:"yii\web\User";}i:15;a:5:{s:4:"time";d:1698231553.370776;s:4:"name";s:10:"afterLogin";s:5:"class";s:17:"yii\web\UserEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:12:"yii\web\User";}i:16;a:5:{s:4:"time";d:1698231553.372696;s:4:"name";s:12:"beforeAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:44:"app\modules\api\controllers\ReportController";}i:17;a:5:{s:4:"time";d:1698231553.380634;s:4:"name";s:14:"beforeValidate";s:5:"class";s:19:"yii\base\ModelEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:33:"app\modules\api\models\ReportForm";}i:18;a:5:{s:4:"time";d:1698231553.380728;s:4:"name";s:13:"afterValidate";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:33:"app\modules\api\models\ReportForm";}i:19;a:5:{s:4:"time";d:1698231553.381143;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:20;a:5:{s:4:"time";d:1698231553.391898;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"app\models\log\ApiLog";}i:21;a:5:{s:4:"time";d:1698231553.395062;s:4:"name";s:14:"beforeValidate";s:5:"class";s:19:"yii\base\ModelEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"app\models\log\ApiLog";}i:22;a:5:{s:4:"time";d:1698231553.396266;s:4:"name";s:13:"afterValidate";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"app\models\log\ApiLog";}i:23;a:5:{s:4:"time";d:1698231553.396287;s:4:"name";s:12:"beforeInsert";s:5:"class";s:19:"yii\base\ModelEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"app\models\log\ApiLog";}i:24;a:5:{s:4:"time";d:1698231553.420747;s:4:"name";s:11:"afterInsert";s:5:"class";s:21:"yii\db\AfterSaveEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"app\models\log\ApiLog";}i:25;a:5:{s:4:"time";d:1698231553.420796;s:4:"name";s:11:"afterAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:44:"app\modules\api\controllers\ReportController";}i:26;a:5:{s:4:"time";d:1698231553.420809;s:4:"name";s:11:"afterAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:22:"app\modules\api\Module";}i:27;a:5:{s:4:"time";d:1698231553.420819;s:4:"name";s:11:"afterAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:19:"yii\web\Application";}i:28;a:5:{s:4:"time";d:1698231553.420834;s:4:"name";s:12:"afterRequest";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:19:"yii\web\Application";}i:29;a:5:{s:4:"time";d:1698231553.420846;s:4:"name";s:10:"beforeSend";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:16:"yii\web\Response";}i:30;a:5:{s:4:"time";d:1698231553.426038;s:4:"name";s:12:"afterPrepare";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:16:"yii\web\Response";}i:31;a:5:{s:4:"time";d:1698231553.426132;s:4:"name";s:9:"afterSend";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:16:"yii\web\Response";}}";s:4:"mail";s:6:"a:0:{}";s:8:"timeline";s:91:"a:3:{s:5:"start";d:1698231553.231719;s:3:"end";d:1698231553.429639;s:6:"memory";i:8460584;}";s:4:"dump";s:6:"a:0:{}";s:6:"router";s:1683:"a:3:{s:8:"messages";a:8:{i:10;a:6:{i:0;a:3:{s:4:"rule";s:3:"gii";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698231553.301147;i:4;a:0:{}i:5;i:4619864;}i:11;a:6:{i:0;a:3:{s:4:"rule";s:12:"gii/";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698231553.301171;i:4;a:0:{}i:5;i:4620616;}i:12;a:6:{i:0;a:3:{s:4:"rule";s:41:"gii//";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698231553.301182;i:4;a:0:{}i:5;i:4621368;}i:13;a:6:{i:0;a:3:{s:4:"rule";s:5:"debug";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698231553.30119;i:4;a:0:{}i:5;i:4622120;}i:14;a:6:{i:0;a:3:{s:4:"rule";s:43:"debug//";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698231553.3012;i:4;a:0:{}i:5;i:4622872;}i:15;a:6:{i:0;a:3:{s:4:"rule";s:38:"//";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698231553.30121;i:4;a:0:{}i:5;i:4623624;}i:16;a:6:{i:0;a:3:{s:4:"rule";s:29:"/";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698231553.301219;i:4;a:0:{}i:5;i:4624376;}i:17;a:6:{i:0;s:55:"No matching URL rules. Using default URL parsing logic.";i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698231553.301224;i:4;a:0:{}i:5;i:4625392;}}s:5:"route";s:16:"api/report/index";s:6:"action";s:59:"app\modules\api\controllers\ReportController::actionIndex()";}";s:7:"request";s:4885:"a:15:{s:7:"flashes";a:0:{}s:10:"statusCode";i:200;s:14:"requestHeaders";a:7:{s:4:"host";s:10:"cxfoot.com";s:6:"cookie";s:148:"_csrf=9e2e387b6f8f127550958af4783312246cb09c08a7a748c117fb1b1f96ab5868a:2:%7Bi:0;s:5:%22_csrf%22;i:1;s:32:%22fC3N3ua7ZIkMnoYOHuR_eox7xAWXoIAN%22;%7D";s:10:"connection";s:5:"close";s:15:"accept-encoding";s:17:"gzip, deflate, br";s:6:"accept";s:3:"*/*";s:13:"cache-control";s:8:"no-cache";s:10:"user-agent";s:35:"PostmanRuntime-ApipostRuntime/1.1.0";}s:15:"responseHeaders";a:6:{s:12:"X-Powered-By";s:9:"PHP/7.3.4";s:12:"Content-Type";s:31:"application/json; charset=UTF-8";s:11:"X-Debug-Tag";s:13:"6538f501458c2";s:16:"X-Debug-Duration";s:3:"195";s:12:"X-Debug-Link";s:37:"/debug/default/view?tag=6538f501458c2";s:10:"Set-Cookie";s:204:"_csrf=9a82d5aa34cf20214a7e4690fc8a037f9396142298bb023497c19744742fae38a%3A2%3A%7Bi%3A0%3Bs%3A5%3A%22_csrf%22%3Bi%3A1%3Bs%3A32%3A%22rpseiqycnrm8XgyH7XuGbX-HTZzp9r13%22%3B%7D; path=/; HttpOnly; SameSite=Lax";}s:5:"route";s:16:"api/report/index";s:6:"action";s:59:"app\modules\api\controllers\ReportController::actionIndex()";s:12:"actionParams";a:0:{}s:7:"general";a:5:{s:6:"method";s:3:"GET";s:6:"isAjax";b:0;s:6:"isPjax";b:0;s:7:"isFlash";b:0;s:18:"isSecureConnection";b:0;}s:11:"requestBody";a:0:{}s:6:"SERVER";a:41:{s:4:"PATH";s:954:"C:\imagemagick;C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\intel64_win\compiler;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;E:\anzhuang\QTSystem\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;D:\Git\cmd;D:\svn\bin;C:\Users\Administrator\AppData\Local\Programs\Python\Python311;C:\Users\Administrator\AppData\Local\Programs\Python\Python311\Scripts;D:\Xftp 7\;D:\微信web开发者工具\dll;C:\Users\Administrator\AppData\Local\Microsoft\WindowsApps;;D:\PhpStorm 2021.2.1\bin;;D:\Microsoft VS Code\bin;D:\phpstudy_pro\Extensions\php\php7.4.3nts;C:\Users\Administrator\AppData\Local\ComposerSetup\bin;C:\Users\Administrator\AppData\Roaming\Composer\vendor\bin";s:10:"SYSTEMROOT";s:10:"C:\WINDOWS";s:7:"COMSPEC";s:27:"C:\WINDOWS\system32\cmd.exe";s:7:"PATHEXT";s:53:".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC";s:6:"WINDIR";s:10:"C:\WINDOWS";s:5:"PHPRC";s:42:"D:/phpstudy_pro/Extensions/php/php7.3.4nts";s:21:"_FCGI_SHUTDOWN_EVENT_";s:4:"9080";s:11:"SCRIPT_NAME";s:10:"/index.php";s:11:"REQUEST_URI";s:133:"/api/report/index?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:12:"QUERY_STRING";s:115:"access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:14:"REQUEST_METHOD";s:3:"GET";s:15:"SERVER_PROTOCOL";s:8:"HTTP/1.1";s:17:"GATEWAY_INTERFACE";s:7:"CGI/1.1";s:21:"REDIRECT_QUERY_STRING";s:115:"access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:12:"REDIRECT_URL";s:17:"/api/report/index";s:11:"REMOTE_PORT";s:5:"61075";s:15:"SCRIPT_FILENAME";s:40:"D:/phpstudy_pro/WWW/cxfoot/web/index.php";s:12:"SERVER_ADMIN";s:17:"admin@example.com";s:21:"CONTEXT_DOCUMENT_ROOT";s:30:"D:/phpstudy_pro/WWW/cxfoot/web";s:14:"CONTEXT_PREFIX";s:0:"";s:14:"REQUEST_SCHEME";s:4:"http";s:13:"DOCUMENT_ROOT";s:30:"D:/phpstudy_pro/WWW/cxfoot/web";s:11:"REMOTE_ADDR";s:9:"127.0.0.1";s:11:"SERVER_PORT";s:2:"80";s:11:"SERVER_ADDR";s:9:"127.0.0.1";s:11:"SERVER_NAME";s:10:"cxfoot.com";s:15:"SERVER_SOFTWARE";s:73:"Apache/2.4.39 (Win64) OpenSSL/1.1.1b mod_fcgid/2.3.9a mod_log_rotate/1.02";s:16:"SERVER_SIGNATURE";s:0:"";s:10:"SystemRoot";s:10:"C:\WINDOWS";s:9:"HTTP_HOST";s:10:"cxfoot.com";s:11:"HTTP_COOKIE";s:148:"_csrf=9e2e387b6f8f127550958af4783312246cb09c08a7a748c117fb1b1f96ab5868a:2:%7Bi:0;s:5:%22_csrf%22;i:1;s:32:%22fC3N3ua7ZIkMnoYOHuR_eox7xAWXoIAN%22;%7D";s:15:"HTTP_CONNECTION";s:5:"close";s:20:"HTTP_ACCEPT_ENCODING";s:17:"gzip, deflate, br";s:11:"HTTP_ACCEPT";s:3:"*/*";s:18:"HTTP_CACHE_CONTROL";s:8:"no-cache";s:15:"HTTP_USER_AGENT";s:35:"PostmanRuntime-ApipostRuntime/1.1.0";s:15:"REDIRECT_STATUS";s:3:"200";s:9:"FCGI_ROLE";s:9:"RESPONDER";s:8:"PHP_SELF";s:10:"/index.php";s:18:"REQUEST_TIME_FLOAT";d:1698231553.215699;s:12:"REQUEST_TIME";i:1698231553;}s:3:"GET";a:2:{s:12:"access_token";s:60:"bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0=";s:6:"X-Csrf";s:32:"ag7x1Afy1r0q8j4y05vk3s4118hx7124";}s:4:"POST";a:0:{}s:6:"COOKIE";a:5:{s:5:"_csrf";s:72:"9e2e387b6f8f127550958af4783312246cb09c08a7a748c117fb1b1f96ab5868a:2:{i:0";s:11:"s:5:"_csrf"";s:0:"";s:3:"i:1";s:0:"";s:39:"s:32:"fC3N3ua7ZIkMnoYOHuR_eox7xAWXoIAN"";s:0:"";s:1:"}";s:0:"";}s:5:"FILES";a:0:{}s:7:"SESSION";a:0:{}}";s:4:"user";s:2944:"a:5:{s:2:"id";s:2:"65";s:8:"identity";a:26:{s:2:"id";s:4:"'65'";s:9:"cx_mch_id";s:3:"'0'";s:8:"username";s:9:"'Umcvqe1'";s:8:"password";s:62:"'$2y$13$h1rFZxffWh0BiJJtDs4gPum0Wsx5KfYJXAsqcPL8PNb4w8hd9hoPW'";s:8:"auth_key";s:34:"'MqDPRppFI2OgJpjwFE68C9Sn2SbeXAwV'";s:12:"access_token";s:34:"'bOxZSNi_gU02GsWLDJUjrP0wX2nQ7Qal'";s:8:"nickname";s:8:"'Umcvqe'";s:10:"avatar_url";s:28:"'/statics/images/avatar.jpg'";s:12:"mobile_phone";s:13:"'18111111112'";s:13:"mobile_prefix";s:4:"'86'";s:5:"email";s:2:"''";s:9:"real_name";s:8:"'张三'";s:4:"desc";s:2:"''";s:6:"gender";s:1:"1";s:8:"birthday";s:4:"null";s:6:"status";s:1:"0";s:9:"parent_id";s:3:"'0'";s:12:"is_modify_un";s:1:"1";s:9:"is_delete";s:1:"0";s:10:"country_id";s:1:"0";s:7:"city_id";s:1:"0";s:10:"created_at";s:10:"1698133733";s:10:"updated_at";s:10:"1698228126";s:4:"type";s:1:"0";s:8:"store_id";s:1:"0";s:7:"is_view";s:6:"'42.5'";}s:10:"attributes";a:26:{i:0;a:2:{s:9:"attribute";s:2:"id";s:5:"label";s:2:"ID";}i:1;a:2:{s:9:"attribute";s:9:"cx_mch_id";s:5:"label";s:14:"平台商户ID";}i:2;a:2:{s:9:"attribute";s:8:"username";s:5:"label";s:9:"用户名";}i:3;a:2:{s:9:"attribute";s:8:"password";s:5:"label";s:6:"密码";}i:4;a:2:{s:9:"attribute";s:8:"auth_key";s:5:"label";s:8:"AUTH_KEY";}i:5;a:2:{s:9:"attribute";s:12:"access_token";s:5:"label";s:12:"ACCESS_TOKEN";}i:6;a:2:{s:9:"attribute";s:8:"nickname";s:5:"label";s:6:"昵称";}i:7;a:2:{s:9:"attribute";s:10:"avatar_url";s:5:"label";s:6:"头像";}i:8;a:2:{s:9:"attribute";s:12:"mobile_phone";s:5:"label";s:9:"手机号";}i:9;a:2:{s:9:"attribute";s:13:"mobile_prefix";s:5:"label";s:21:"手机号国家代码";}i:10;a:2:{s:9:"attribute";s:5:"email";s:5:"label";s:6:"邮箱";}i:11;a:2:{s:9:"attribute";s:9:"real_name";s:5:"label";s:12:"真实姓名";}i:12;a:2:{s:9:"attribute";s:4:"desc";s:5:"label";s:12:"个性签名";}i:13;a:2:{s:9:"attribute";s:6:"gender";s:5:"label";s:33:"性别,0=女,1=男,2=保密";}i:14;a:2:{s:9:"attribute";s:8:"birthday";s:5:"label";s:6:"生日";}i:15;a:2:{s:9:"attribute";s:6:"status";s:5:"label";s:50:"状态,0=正常,1=封禁,2=挂起,3=注销";}i:16;a:2:{s:9:"attribute";s:9:"parent_id";s:5:"label";s:9:"PARENT_ID";}i:17;a:2:{s:9:"attribute";s:12:"is_modify_un";s:5:"label";s:43:"用户名是否可以修改,0=否,1=是";}i:18;a:2:{s:9:"attribute";s:9:"is_delete";s:5:"label";s:28:"是否删除,0=否,1=是";}i:19;a:2:{s:9:"attribute";s:10:"country_id";s:5:"label";s:8:"国家ID";}i:20;a:2:{s:9:"attribute";s:7:"city_id";s:5:"label";s:8:"城市ID";}i:21;a:2:{s:9:"attribute";s:10:"created_at";s:5:"label";s:12:"添加时间";}i:22;a:2:{s:9:"attribute";s:10:"updated_at";s:5:"label";s:12:"更新时间";}i:23;a:2:{s:9:"attribute";s:4:"type";s:5:"label";s:28:"0=普通用户,1=管理员";}i:24;a:2:{s:9:"attribute";s:8:"store_id";s:5:"label";s:8:"Store Id";}i:25;a:2:{s:9:"attribute";s:7:"is_view";s:5:"label";s:6:"鞋码";}}s:13:"rolesProvider";N;s:19:"permissionsProvider";N;}";s:5:"asset";s:6:"a:0:{}";s:7:"summary";a:12:{s:3:"tag";s:13:"6538f501458c2";s:3:"url";s:150:"http://cxfoot.com/api/report/index?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698231553.215699;s:10:"statusCode";i:200;s:8:"sqlCount";i:14;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:8460584;s:14:"processingTime";d:0.1976020336151123;}s:10:"exceptions";a:0:{}} \ No newline at end of file diff --git a/runtime/debug/6538f59a02587.data b/runtime/debug/6538f59a02587.data deleted file mode 100644 index 299eb04..0000000 --- a/runtime/debug/6538f59a02587.data +++ /dev/null @@ -1,281 +0,0 @@ -a:14:{s:6:"config";s:1870:"a:5:{s:10:"phpVersion";s:5:"7.3.4";s:10:"yiiVersion";s:6:"2.0.46";s:11:"application";a:8:{s:3:"yii";s:6:"2.0.46";s:4:"name";s:14:"My Application";s:7:"version";s:3:"1.0";s:8:"language";s:5:"zh-CN";s:14:"sourceLanguage";s:5:"en-US";s:7:"charset";s:5:"UTF-8";s:3:"env";s:3:"dev";s:5:"debug";b:1;}s:3:"php";a:5:{s:7:"version";s:5:"7.3.4";s:6:"xdebug";b:0;s:3:"apc";b:0;s:8:"memcache";b:0;s:9:"memcached";b:0;}s:10:"extensions";a:7:{s:18:"yiisoft/yii2-faker";a:3:{s:4:"name";s:18:"yiisoft/yii2-faker";s:7:"version";s:7:"2.0.5.0";s:5:"alias";a:1:{s:10:"@yii/faker";s:56:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-faker/src";}}s:24:"yiisoft/yii2-swiftmailer";a:3:{s:4:"name";s:24:"yiisoft/yii2-swiftmailer";s:7:"version";s:7:"2.1.3.0";s:5:"alias";a:1:{s:16:"@yii/swiftmailer";s:62:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-swiftmailer/src";}}s:22:"yiisoft/yii2-bootstrap";a:3:{s:4:"name";s:22:"yiisoft/yii2-bootstrap";s:7:"version";s:8:"2.0.11.0";s:5:"alias";a:1:{s:14:"@yii/bootstrap";s:60:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-bootstrap/src";}}s:16:"yiisoft/yii2-gii";a:3:{s:4:"name";s:16:"yiisoft/yii2-gii";s:7:"version";s:7:"2.1.4.0";s:5:"alias";a:1:{s:8:"@yii/gii";s:54:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-gii/src";}}s:18:"yiisoft/yii2-redis";a:3:{s:4:"name";s:18:"yiisoft/yii2-redis";s:7:"version";s:8:"2.0.18.0";s:5:"alias";a:1:{s:10:"@yii/redis";s:56:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-redis/src";}}s:18:"yiisoft/yii2-debug";a:3:{s:4:"name";s:18:"yiisoft/yii2-debug";s:7:"version";s:8:"2.1.21.0";s:5:"alias";a:1:{s:10:"@yii/debug";s:56:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-debug/src";}}s:24:"jianyan74/yii2-websocket";a:3:{s:4:"name";s:24:"jianyan74/yii2-websocket";s:7:"version";s:7:"1.1.1.0";s:5:"alias";a:1:{s:18:"@jianyan/websocket";s:62:"D:\phpstudy_pro\WWW\cxfoot\vendor/jianyan74/yii2-websocket/src";}}}}";s:3:"log";s:16959:"a:1:{s:8:"messages";a:33:{i:0;a:6:{i:0;s:33:"Bootstrap with yii\log\Dispatcher";i:1;i:8;i:2;s:31:"yii\base\Application::bootstrap";i:3;d:1698231705.970227;i:4;a:0:{}i:5;i:2495616;}i:1;a:6:{i:0;s:21:"Loading module: debug";i:1;i:8;i:2;s:26:"yii\base\Module::getModule";i:3;d:1698231705.970248;i:4;a:0:{}i:5;i:2496792;}i:2;a:6:{i:0;s:44:"Bootstrap with yii\debug\Module::bootstrap()";i:1;i:8;i:2;s:31:"yii\base\Application::bootstrap";i:3;d:1698231706.008448;i:4;a:0:{}i:5;i:4072024;}i:3;a:6:{i:0;s:61:"Opening redis DB connection: tcp://127.0.0.1:6379, database=0";i:1;i:8;i:2;s:26:"yii\redis\Connection::open";i:3;d:1698231706.012724;i:4;a:0:{}i:5;i:4288472;}i:4;a:6:{i:0;s:31:"Executing Redis Command: SELECT";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698231706.013236;i:4;a:0:{}i:5;i:4290680;}i:5;a:6:{i:0;s:28:"Executing Redis Command: GET";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698231706.013461;i:4;a:0:{}i:5;i:4298864;}i:6;a:6:{i:0;s:28:"Executing Redis Command: GET";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698231706.015491;i:4;a:0:{}i:5;i:4371144;}i:7;a:6:{i:0;s:19:"Loading module: gii";i:1;i:8;i:2;s:26:"yii\base\Module::getModule";i:3;d:1698231706.015691;i:4;a:0:{}i:5;i:4371488;}i:8;a:6:{i:0;s:42:"Bootstrap with yii\gii\Module::bootstrap()";i:1;i:8;i:2;s:31:"yii\base\Application::bootstrap";i:3;d:1698231706.016787;i:4;a:0:{}i:5;i:4395512;}i:9;a:6:{i:0;s:28:"Executing Redis Command: GET";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698231706.016822;i:4;a:0:{}i:5;i:4401904;}i:18;a:6:{i:0;s:35:"Route requested: 'api/report/index'";i:1;i:8;i:2;s:34:"yii\web\Application::handleRequest";i:3;d:1698231706.019733;i:4;a:0:{}i:5;i:4625456;}i:19;a:6:{i:0;s:19:"Loading module: api";i:1;i:8;i:2;s:26:"yii\base\Module::getModule";i:3;d:1698231706.019743;i:4;a:0:{}i:5;i:4627080;}i:20;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_wechat_app`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698231706.048531;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6051344;}i:21;a:6:{i:0;s:57:"Opening DB connection: mysql:host=127.0.0.1;dbname=cxfoot";i:1;i:4;i:2;s:23:"yii\db\Connection::open";i:3;d:1698231706.04858;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6053776;}i:26;a:6:{i:0;s:782:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_wechat_app' AND `kcu`.`TABLE_NAME` = 'cx_wechat_app'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698231706.053339;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6140088;}i:29;a:6:{i:0;s:71:"SELECT * FROM `cx_wechat_app` WHERE (`cx_mch_id`=0) AND (`is_delete`=0)";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698231706.060709;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6476656;}i:32;a:6:{i:0;s:30:"Route to run: api/report/index";i:1;i:8;i:2;s:30:"yii\base\Controller::runAction";i:3;d:1698231706.078027;i:4;a:0:{}i:5;i:6705632;}i:33;a:6:{i:0;s:119:"SELECT * FROM `cx_user_token` WHERE ((`is_delete`=0) AND (`token`='SF5fP6gUUrct1a') AND (`cx_mch_id`=0)) AND (`type`=3)";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698231706.08777;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6982368;}i:36;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_user_token`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698231706.088865;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6990624;}i:39;a:6:{i:0;s:782:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_user_token' AND `kcu`.`TABLE_NAME` = 'cx_user_token'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698231706.090004;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7004472;}i:42;a:6:{i:0;s:32:"SHOW FULL COLUMNS FROM `cx_user`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698231706.090668;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7008352;}i:45;a:6:{i:0;s:770:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_user' AND `kcu`.`TABLE_NAME` = 'cx_user'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698231706.092077;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7030448;}i:48;a:6:{i:0;s:78:"SELECT * FROM `cx_user` WHERE (`id`='65') AND (`is_delete`=0) AND (`status`=0)";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698231706.092767;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7038432;}i:51;a:6:{i:0;s:56:"User '65' logged in from 127.0.0.1. Session not enabled.";i:1;i:4;i:2;s:19:"yii\web\User::login";i:3;d:1698231706.100641;i:4;a:2:{i:0;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7278416;}i:52;a:6:{i:0;s:28:"Executing Redis Command: GET";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698231706.102205;i:4;a:2:{i:0;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:56;s:8:"function";s:6:"__call";s:5:"class";s:20:"yii\redis\Connection";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7364760;}i:53;a:6:{i:0;s:75:"Running action: app\modules\api\controllers\ReportController::actionIndex()";i:1;i:8;i:2;s:36:"yii\base\InlineAction::runWithParams";i:3;d:1698231706.102474;i:4;a:0:{}i:5;i:7360840;}i:54;a:6:{i:0;s:85:"Failed to set unsafe attribute 'access_token' in 'app\modules\api\models\ReportForm'.";i:1;i:8;i:2;s:33:"yii\base\Model::onUnsafeAttribute";i:3;d:1698231706.106542;i:4;a:1:{i:0;a:5:{s:4:"file";s:71:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\ReportController.php";s:4:"line";i:61;s:8:"function";s:5:"__set";s:5:"class";s:18:"yii\base\Component";s:4:"type";s:2:"->";}}i:5;i:7472616;}i:55;a:6:{i:0;s:79:"Failed to set unsafe attribute 'X-Csrf' in 'app\modules\api\models\ReportForm'.";i:1;i:8;i:2;s:33:"yii\base\Model::onUnsafeAttribute";i:3;d:1698231706.106558;i:4;a:1:{i:0;a:5:{s:4:"file";s:71:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\ReportController.php";s:4:"line";i:61;s:8:"function";s:5:"__set";s:5:"class";s:18:"yii\base\Component";s:4:"type";s:2:"->";}}i:5;i:7473856;}i:56;a:6:{i:0;s:53:"SELECT COUNT(*) FROM `cx_report` WHERE `user_id`='65'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698231706.107893;i:4;a:2:{i:0;a:5:{s:4:"file";s:60:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\ReportForm.php";s:4:"line";i:81;s:8:"function";s:5:"count";s:5:"class";s:12:"yii\db\Query";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:71:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\ReportController.php";s:4:"line";i:64;s:8:"function";s:6:"search";s:5:"class";s:33:"app\modules\api\models\ReportForm";s:4:"type";s:2:"->";}}i:5;i:7504464;}i:59;a:6:{i:0;s:115:"SELECT `id`, `model_number`, `pdf_path`, `pdf_at` FROM `cx_report` WHERE `user_id`='65' ORDER BY `id` DESC LIMIT 20";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698231706.114767;i:4;a:2:{i:0;a:5:{s:4:"file";s:60:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\ReportForm.php";s:4:"line";i:83;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:71:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\ReportController.php";s:4:"line";i:64;s:8:"function";s:6:"search";s:5:"class";s:33:"app\modules\api\models\ReportForm";s:4:"type";s:2:"->";}}i:5;i:7541688;}i:62;a:6:{i:0;s:35:"SHOW FULL COLUMNS FROM `cx_api_log`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698231706.116033;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7588024;}i:65;a:6:{i:0;s:776:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_api_log' AND `kcu`.`TABLE_NAME` = 'cx_api_log'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698231706.117488;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7612568;}i:68;a:6:{i:0;s:545:"INSERT INTO `cx_api_log` (`cx_mch_id`, `user_id`, `route`, `module_id`, `controller_id`, `action_id`, `url`, `method`, `method_param`, `ipv4`, `is_pass`, `request_date`, `request_time`, `response_time`, `process_consume_time`, `is_delete`, `created_at`) VALUES (0, '65', 'api/report/index', 'api', 'report', 'index', '/api/report/index?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124', 'GET', '[]', '127.0.0.1', 1, '2023-10-25', 1698231706026, 1698231706118, 92, 0, 1698231706)";i:1;i:4;i:2;s:23:"yii\db\Command::execute";i:3;d:1698231706.121444;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:125;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7771416;}}}";s:9:"profiling";s:25686:"a:3:{s:6:"memory";i:8460728;s:4:"time";d:0.20880699157714844;s:8:"messages";a:30:{i:22;a:6:{i:0;s:57:"Opening DB connection: mysql:host=127.0.0.1;dbname=cxfoot";i:1;i:80;i:2;s:23:"yii\db\Connection::open";i:3;d:1698231706.048598;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6054904;}i:23;a:6:{i:0;s:57:"Opening DB connection: mysql:host=127.0.0.1;dbname=cxfoot";i:1;i:96;i:2;s:23:"yii\db\Connection::open";i:3;d:1698231706.050388;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6104064;}i:24;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_wechat_app`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231706.050422;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6104304;}i:25;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_wechat_app`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231706.051548;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6120136;}i:27;a:6:{i:0;s:782:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_wechat_app' AND `kcu`.`TABLE_NAME` = 'cx_wechat_app'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231706.053377;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6142952;}i:28;a:6:{i:0;s:782:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_wechat_app' AND `kcu`.`TABLE_NAME` = 'cx_wechat_app'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231706.054065;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6145336;}i:30;a:6:{i:0;s:71:"SELECT * FROM `cx_wechat_app` WHERE (`cx_mch_id`=0) AND (`is_delete`=0)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231706.06075;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6477904;}i:31;a:6:{i:0;s:71:"SELECT * FROM `cx_wechat_app` WHERE (`cx_mch_id`=0) AND (`is_delete`=0)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231706.061413;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6484576;}i:34;a:6:{i:0;s:119:"SELECT * FROM `cx_user_token` WHERE ((`is_delete`=0) AND (`token`='SF5fP6gUUrct1a') AND (`cx_mch_id`=0)) AND (`type`=3)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231706.087807;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6983936;}i:35;a:6:{i:0;s:119:"SELECT * FROM `cx_user_token` WHERE ((`is_delete`=0) AND (`token`='SF5fP6gUUrct1a') AND (`cx_mch_id`=0)) AND (`type`=3)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231706.088563;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6987624;}i:37;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_user_token`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231706.088894;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6992744;}i:38;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_user_token`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231706.089729;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7005008;}i:40;a:6:{i:0;s:782:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_user_token' AND `kcu`.`TABLE_NAME` = 'cx_user_token'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231706.090031;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7008088;}i:41;a:6:{i:0;s:782:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_user_token' AND `kcu`.`TABLE_NAME` = 'cx_user_token'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231706.090508;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7011224;}i:43;a:6:{i:0;s:32:"SHOW FULL COLUMNS FROM `cx_user`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231706.090693;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7010472;}i:44;a:6:{i:0;s:32:"SHOW FULL COLUMNS FROM `cx_user`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231706.091512;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7040616;}i:46;a:6:{i:0;s:770:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_user' AND `kcu`.`TABLE_NAME` = 'cx_user'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231706.092104;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7034064;}i:47;a:6:{i:0;s:770:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_user' AND `kcu`.`TABLE_NAME` = 'cx_user'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231706.092528;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7037200;}i:49;a:6:{i:0;s:78:"SELECT * FROM `cx_user` WHERE (`id`='65') AND (`is_delete`=0) AND (`status`=0)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231706.09279;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7040184;}i:50;a:6:{i:0;s:78:"SELECT * FROM `cx_user` WHERE (`id`='65') AND (`is_delete`=0) AND (`status`=0)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231706.09311;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7046648;}i:57;a:6:{i:0;s:53:"SELECT COUNT(*) FROM `cx_report` WHERE `user_id`='65'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231706.107923;i:4;a:2:{i:0;a:5:{s:4:"file";s:60:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\ReportForm.php";s:4:"line";i:81;s:8:"function";s:5:"count";s:5:"class";s:12:"yii\db\Query";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:71:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\ReportController.php";s:4:"line";i:64;s:8:"function";s:6:"search";s:5:"class";s:33:"app\modules\api\models\ReportForm";s:4:"type";s:2:"->";}}i:5;i:7506296;}i:58;a:6:{i:0;s:53:"SELECT COUNT(*) FROM `cx_report` WHERE `user_id`='65'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231706.113216;i:4;a:2:{i:0;a:5:{s:4:"file";s:60:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\ReportForm.php";s:4:"line";i:81;s:8:"function";s:5:"count";s:5:"class";s:12:"yii\db\Query";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:71:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\ReportController.php";s:4:"line";i:64;s:8:"function";s:6:"search";s:5:"class";s:33:"app\modules\api\models\ReportForm";s:4:"type";s:2:"->";}}i:5;i:7508008;}i:60;a:6:{i:0;s:115:"SELECT `id`, `model_number`, `pdf_path`, `pdf_at` FROM `cx_report` WHERE `user_id`='65' ORDER BY `id` DESC LIMIT 20";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231706.11479;i:4;a:2:{i:0;a:5:{s:4:"file";s:60:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\ReportForm.php";s:4:"line";i:83;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:71:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\ReportController.php";s:4:"line";i:64;s:8:"function";s:6:"search";s:5:"class";s:33:"app\modules\api\models\ReportForm";s:4:"type";s:2:"->";}}i:5;i:7543672;}i:61;a:6:{i:0;s:115:"SELECT `id`, `model_number`, `pdf_path`, `pdf_at` FROM `cx_report` WHERE `user_id`='65' ORDER BY `id` DESC LIMIT 20";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231706.115052;i:4;a:2:{i:0;a:5:{s:4:"file";s:60:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\ReportForm.php";s:4:"line";i:83;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:71:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\ReportController.php";s:4:"line";i:64;s:8:"function";s:6:"search";s:5:"class";s:33:"app\modules\api\models\ReportForm";s:4:"type";s:2:"->";}}i:5;i:7546512;}i:63;a:6:{i:0;s:35:"SHOW FULL COLUMNS FROM `cx_api_log`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231706.116058;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7590144;}i:64;a:6:{i:0;s:35:"SHOW FULL COLUMNS FROM `cx_api_log`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231706.117039;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7613104;}i:66;a:6:{i:0;s:776:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_api_log' AND `kcu`.`TABLE_NAME` = 'cx_api_log'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231706.117517;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7616184;}i:67;a:6:{i:0;s:776:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_api_log' AND `kcu`.`TABLE_NAME` = 'cx_api_log'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231706.118006;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7619320;}i:69;a:6:{i:0;s:545:"INSERT INTO `cx_api_log` (`cx_mch_id`, `user_id`, `route`, `module_id`, `controller_id`, `action_id`, `url`, `method`, `method_param`, `ipv4`, `is_pass`, `request_date`, `request_time`, `response_time`, `process_consume_time`, `is_delete`, `created_at`) VALUES (0, '65', 'api/report/index', 'api', 'report', 'index', '/api/report/index?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124', 'GET', '[]', '127.0.0.1', 1, '2023-10-25', 1698231706026, 1698231706118, 92, 0, 1698231706)";i:1;i:80;i:2;s:23:"yii\db\Command::execute";i:3;d:1698231706.121477;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:125;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7769776;}i:70;a:6:{i:0;s:545:"INSERT INTO `cx_api_log` (`cx_mch_id`, `user_id`, `route`, `module_id`, `controller_id`, `action_id`, `url`, `method`, `method_param`, `ipv4`, `is_pass`, `request_date`, `request_time`, `response_time`, `process_consume_time`, `is_delete`, `created_at`) VALUES (0, '65', 'api/report/index', 'api', 'report', 'index', '/api/report/index?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124', 'GET', '[]', '127.0.0.1', 1, '2023-10-25', 1698231706026, 1698231706118, 92, 0, 1698231706)";i:1;i:96;i:2;s:23:"yii\db\Command::execute";i:3;d:1698231706.144004;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:125;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7772304;}}}";s:2:"db";s:24882:"a:1:{s:8:"messages";a:28:{i:24;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_wechat_app`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231706.050422;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6104304;}i:25;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_wechat_app`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231706.051548;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6120136;}i:27;a:6:{i:0;s:782:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_wechat_app' AND `kcu`.`TABLE_NAME` = 'cx_wechat_app'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231706.053377;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6142952;}i:28;a:6:{i:0;s:782:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_wechat_app' AND `kcu`.`TABLE_NAME` = 'cx_wechat_app'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231706.054065;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6145336;}i:30;a:6:{i:0;s:71:"SELECT * FROM `cx_wechat_app` WHERE (`cx_mch_id`=0) AND (`is_delete`=0)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231706.06075;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6477904;}i:31;a:6:{i:0;s:71:"SELECT * FROM `cx_wechat_app` WHERE (`cx_mch_id`=0) AND (`is_delete`=0)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231706.061413;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6484576;}i:34;a:6:{i:0;s:119:"SELECT * FROM `cx_user_token` WHERE ((`is_delete`=0) AND (`token`='SF5fP6gUUrct1a') AND (`cx_mch_id`=0)) AND (`type`=3)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231706.087807;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6983936;}i:35;a:6:{i:0;s:119:"SELECT * FROM `cx_user_token` WHERE ((`is_delete`=0) AND (`token`='SF5fP6gUUrct1a') AND (`cx_mch_id`=0)) AND (`type`=3)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231706.088563;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6987624;}i:37;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_user_token`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231706.088894;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6992744;}i:38;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_user_token`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231706.089729;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7005008;}i:40;a:6:{i:0;s:782:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_user_token' AND `kcu`.`TABLE_NAME` = 'cx_user_token'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231706.090031;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7008088;}i:41;a:6:{i:0;s:782:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_user_token' AND `kcu`.`TABLE_NAME` = 'cx_user_token'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231706.090508;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7011224;}i:43;a:6:{i:0;s:32:"SHOW FULL COLUMNS FROM `cx_user`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231706.090693;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7010472;}i:44;a:6:{i:0;s:32:"SHOW FULL COLUMNS FROM `cx_user`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231706.091512;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7040616;}i:46;a:6:{i:0;s:770:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_user' AND `kcu`.`TABLE_NAME` = 'cx_user'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231706.092104;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7034064;}i:47;a:6:{i:0;s:770:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_user' AND `kcu`.`TABLE_NAME` = 'cx_user'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231706.092528;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7037200;}i:49;a:6:{i:0;s:78:"SELECT * FROM `cx_user` WHERE (`id`='65') AND (`is_delete`=0) AND (`status`=0)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231706.09279;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7040184;}i:50;a:6:{i:0;s:78:"SELECT * FROM `cx_user` WHERE (`id`='65') AND (`is_delete`=0) AND (`status`=0)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231706.09311;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7046648;}i:57;a:6:{i:0;s:53:"SELECT COUNT(*) FROM `cx_report` WHERE `user_id`='65'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231706.107923;i:4;a:2:{i:0;a:5:{s:4:"file";s:60:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\ReportForm.php";s:4:"line";i:81;s:8:"function";s:5:"count";s:5:"class";s:12:"yii\db\Query";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:71:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\ReportController.php";s:4:"line";i:64;s:8:"function";s:6:"search";s:5:"class";s:33:"app\modules\api\models\ReportForm";s:4:"type";s:2:"->";}}i:5;i:7506296;}i:58;a:6:{i:0;s:53:"SELECT COUNT(*) FROM `cx_report` WHERE `user_id`='65'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231706.113216;i:4;a:2:{i:0;a:5:{s:4:"file";s:60:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\ReportForm.php";s:4:"line";i:81;s:8:"function";s:5:"count";s:5:"class";s:12:"yii\db\Query";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:71:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\ReportController.php";s:4:"line";i:64;s:8:"function";s:6:"search";s:5:"class";s:33:"app\modules\api\models\ReportForm";s:4:"type";s:2:"->";}}i:5;i:7508008;}i:60;a:6:{i:0;s:115:"SELECT `id`, `model_number`, `pdf_path`, `pdf_at` FROM `cx_report` WHERE `user_id`='65' ORDER BY `id` DESC LIMIT 20";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231706.11479;i:4;a:2:{i:0;a:5:{s:4:"file";s:60:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\ReportForm.php";s:4:"line";i:83;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:71:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\ReportController.php";s:4:"line";i:64;s:8:"function";s:6:"search";s:5:"class";s:33:"app\modules\api\models\ReportForm";s:4:"type";s:2:"->";}}i:5;i:7543672;}i:61;a:6:{i:0;s:115:"SELECT `id`, `model_number`, `pdf_path`, `pdf_at` FROM `cx_report` WHERE `user_id`='65' ORDER BY `id` DESC LIMIT 20";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231706.115052;i:4;a:2:{i:0;a:5:{s:4:"file";s:60:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\ReportForm.php";s:4:"line";i:83;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:71:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\ReportController.php";s:4:"line";i:64;s:8:"function";s:6:"search";s:5:"class";s:33:"app\modules\api\models\ReportForm";s:4:"type";s:2:"->";}}i:5;i:7546512;}i:63;a:6:{i:0;s:35:"SHOW FULL COLUMNS FROM `cx_api_log`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231706.116058;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7590144;}i:64;a:6:{i:0;s:35:"SHOW FULL COLUMNS FROM `cx_api_log`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231706.117039;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7613104;}i:66;a:6:{i:0;s:776:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_api_log' AND `kcu`.`TABLE_NAME` = 'cx_api_log'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231706.117517;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7616184;}i:67;a:6:{i:0;s:776:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_api_log' AND `kcu`.`TABLE_NAME` = 'cx_api_log'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231706.118006;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7619320;}i:69;a:6:{i:0;s:545:"INSERT INTO `cx_api_log` (`cx_mch_id`, `user_id`, `route`, `module_id`, `controller_id`, `action_id`, `url`, `method`, `method_param`, `ipv4`, `is_pass`, `request_date`, `request_time`, `response_time`, `process_consume_time`, `is_delete`, `created_at`) VALUES (0, '65', 'api/report/index', 'api', 'report', 'index', '/api/report/index?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124', 'GET', '[]', '127.0.0.1', 1, '2023-10-25', 1698231706026, 1698231706118, 92, 0, 1698231706)";i:1;i:80;i:2;s:23:"yii\db\Command::execute";i:3;d:1698231706.121477;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:125;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7769776;}i:70;a:6:{i:0;s:545:"INSERT INTO `cx_api_log` (`cx_mch_id`, `user_id`, `route`, `module_id`, `controller_id`, `action_id`, `url`, `method`, `method_param`, `ipv4`, `is_pass`, `request_date`, `request_time`, `response_time`, `process_consume_time`, `is_delete`, `created_at`) VALUES (0, '65', 'api/report/index', 'api', 'report', 'index', '/api/report/index?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124', 'GET', '[]', '127.0.0.1', 1, '2023-10-25', 1698231706026, 1698231706118, 92, 0, 1698231706)";i:1;i:96;i:2;s:23:"yii\db\Command::execute";i:3;d:1698231706.144004;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:125;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7772304;}}}";s:5:"event";s:5668:"a:32:{i:0;a:5:{s:4:"time";d:1698231706.013449;s:4:"name";s:9:"afterOpen";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:20:"yii\redis\Connection";}i:1;a:5:{s:4:"time";d:1698231706.018931;s:4:"name";s:13:"beforeRequest";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:19:"yii\web\Application";}i:2;a:5:{s:4:"time";d:1698231706.042586;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:3;a:5:{s:4:"time";d:1698231706.050378;s:4:"name";s:9:"afterOpen";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:17:"yii\db\Connection";}i:4;a:5:{s:4:"time";d:1698231706.061467;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:27:"app\models\wechat\WechatApp";}i:5;a:5:{s:4:"time";d:1698231706.061534;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:27:"app\models\wechat\WechatApp";}i:6;a:5:{s:4:"time";d:1698231706.078572;s:4:"name";s:12:"beforeAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:19:"yii\web\Application";}i:7;a:5:{s:4:"time";d:1698231706.078588;s:4:"name";s:12:"beforeAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:22:"app\modules\api\Module";}i:8;a:5:{s:4:"time";d:1698231706.085353;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:9;a:5:{s:4:"time";d:1698231706.088769;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:20:"app\models\UserToken";}i:10;a:5:{s:4:"time";d:1698231706.090578;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:20:"app\models\UserToken";}i:11;a:5:{s:4:"time";d:1698231706.09061;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:12;a:5:{s:4:"time";d:1698231706.093148;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:15:"app\models\User";}i:13;a:5:{s:4:"time";d:1698231706.093219;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:15:"app\models\User";}i:14;a:5:{s:4:"time";d:1698231706.093808;s:4:"name";s:11:"beforeLogin";s:5:"class";s:17:"yii\web\UserEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:12:"yii\web\User";}i:15;a:5:{s:4:"time";d:1698231706.100675;s:4:"name";s:10:"afterLogin";s:5:"class";s:17:"yii\web\UserEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:12:"yii\web\User";}i:16;a:5:{s:4:"time";d:1698231706.102453;s:4:"name";s:12:"beforeAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:44:"app\modules\api\controllers\ReportController";}i:17;a:5:{s:4:"time";d:1698231706.10707;s:4:"name";s:14:"beforeValidate";s:5:"class";s:19:"yii\base\ModelEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:33:"app\modules\api\models\ReportForm";}i:18;a:5:{s:4:"time";d:1698231706.107158;s:4:"name";s:13:"afterValidate";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:33:"app\modules\api\models\ReportForm";}i:19;a:5:{s:4:"time";d:1698231706.107732;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:20;a:5:{s:4:"time";d:1698231706.115984;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"app\models\log\ApiLog";}i:21;a:5:{s:4:"time";d:1698231706.118884;s:4:"name";s:14:"beforeValidate";s:5:"class";s:19:"yii\base\ModelEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"app\models\log\ApiLog";}i:22;a:5:{s:4:"time";d:1698231706.12041;s:4:"name";s:13:"afterValidate";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"app\models\log\ApiLog";}i:23;a:5:{s:4:"time";d:1698231706.120429;s:4:"name";s:12:"beforeInsert";s:5:"class";s:19:"yii\base\ModelEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"app\models\log\ApiLog";}i:24;a:5:{s:4:"time";d:1698231706.144774;s:4:"name";s:11:"afterInsert";s:5:"class";s:21:"yii\db\AfterSaveEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"app\models\log\ApiLog";}i:25;a:5:{s:4:"time";d:1698231706.144818;s:4:"name";s:11:"afterAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:44:"app\modules\api\controllers\ReportController";}i:26;a:5:{s:4:"time";d:1698231706.144831;s:4:"name";s:11:"afterAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:22:"app\modules\api\Module";}i:27;a:5:{s:4:"time";d:1698231706.144841;s:4:"name";s:11:"afterAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:19:"yii\web\Application";}i:28;a:5:{s:4:"time";d:1698231706.144855;s:4:"name";s:12:"afterRequest";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:19:"yii\web\Application";}i:29;a:5:{s:4:"time";d:1698231706.144866;s:4:"name";s:10:"beforeSend";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:16:"yii\web\Response";}i:30;a:5:{s:4:"time";d:1698231706.149223;s:4:"name";s:12:"afterPrepare";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:16:"yii\web\Response";}i:31;a:5:{s:4:"time";d:1698231706.149306;s:4:"name";s:9:"afterSend";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:16:"yii\web\Response";}}";s:4:"mail";s:6:"a:0:{}";s:8:"timeline";s:91:"a:3:{s:5:"start";d:1698231705.944292;s:3:"end";d:1698231706.153409;s:6:"memory";i:8460728;}";s:4:"dump";s:6:"a:0:{}";s:6:"router";s:1686:"a:3:{s:8:"messages";a:8:{i:10;a:6:{i:0;a:3:{s:4:"rule";s:3:"gii";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698231706.019658;i:4;a:0:{}i:5;i:4619864;}i:11;a:6:{i:0;a:3:{s:4:"rule";s:12:"gii/";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698231706.019673;i:4;a:0:{}i:5;i:4620616;}i:12;a:6:{i:0;a:3:{s:4:"rule";s:41:"gii//";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698231706.019682;i:4;a:0:{}i:5;i:4621368;}i:13;a:6:{i:0;a:3:{s:4:"rule";s:5:"debug";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698231706.01969;i:4;a:0:{}i:5;i:4622120;}i:14;a:6:{i:0;a:3:{s:4:"rule";s:43:"debug//";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698231706.019698;i:4;a:0:{}i:5;i:4622872;}i:15;a:6:{i:0;a:3:{s:4:"rule";s:38:"//";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698231706.019708;i:4;a:0:{}i:5;i:4623624;}i:16;a:6:{i:0;a:3:{s:4:"rule";s:29:"/";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698231706.019716;i:4;a:0:{}i:5;i:4624376;}i:17;a:6:{i:0;s:55:"No matching URL rules. Using default URL parsing logic.";i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698231706.019721;i:4;a:0:{}i:5;i:4625392;}}s:5:"route";s:16:"api/report/index";s:6:"action";s:59:"app\modules\api\controllers\ReportController::actionIndex()";}";s:7:"request";s:4885:"a:15:{s:7:"flashes";a:0:{}s:10:"statusCode";i:200;s:14:"requestHeaders";a:7:{s:4:"host";s:10:"cxfoot.com";s:6:"cookie";s:148:"_csrf=9a82d5aa34cf20214a7e4690fc8a037f9396142298bb023497c19744742fae38a:2:%7Bi:0;s:5:%22_csrf%22;i:1;s:32:%22rpseiqycnrm8XgyH7XuGbX-HTZzp9r13%22;%7D";s:10:"connection";s:5:"close";s:15:"accept-encoding";s:17:"gzip, deflate, br";s:6:"accept";s:3:"*/*";s:13:"cache-control";s:8:"no-cache";s:10:"user-agent";s:35:"PostmanRuntime-ApipostRuntime/1.1.0";}s:15:"responseHeaders";a:6:{s:12:"X-Powered-By";s:9:"PHP/7.3.4";s:12:"Content-Type";s:31:"application/json; charset=UTF-8";s:11:"X-Debug-Tag";s:13:"6538f59a02587";s:16:"X-Debug-Duration";s:3:"206";s:12:"X-Debug-Link";s:37:"/debug/default/view?tag=6538f59a02587";s:10:"Set-Cookie";s:204:"_csrf=310f85cdd54f65139737cfc3538d2df84b1976e3df15765048b67c4399ed4eaea%3A2%3A%7Bi%3A0%3Bs%3A5%3A%22_csrf%22%3Bi%3A1%3Bs%3A32%3A%225z6mZhCrKhvvcVB4ntQOZPs1_EhrdI0X%22%3B%7D; path=/; HttpOnly; SameSite=Lax";}s:5:"route";s:16:"api/report/index";s:6:"action";s:59:"app\modules\api\controllers\ReportController::actionIndex()";s:12:"actionParams";a:0:{}s:7:"general";a:5:{s:6:"method";s:3:"GET";s:6:"isAjax";b:0;s:6:"isPjax";b:0;s:7:"isFlash";b:0;s:18:"isSecureConnection";b:0;}s:11:"requestBody";a:0:{}s:6:"SERVER";a:41:{s:4:"PATH";s:954:"C:\imagemagick;C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\intel64_win\compiler;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;E:\anzhuang\QTSystem\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;D:\Git\cmd;D:\svn\bin;C:\Users\Administrator\AppData\Local\Programs\Python\Python311;C:\Users\Administrator\AppData\Local\Programs\Python\Python311\Scripts;D:\Xftp 7\;D:\微信web开发者工具\dll;C:\Users\Administrator\AppData\Local\Microsoft\WindowsApps;;D:\PhpStorm 2021.2.1\bin;;D:\Microsoft VS Code\bin;D:\phpstudy_pro\Extensions\php\php7.4.3nts;C:\Users\Administrator\AppData\Local\ComposerSetup\bin;C:\Users\Administrator\AppData\Roaming\Composer\vendor\bin";s:10:"SYSTEMROOT";s:10:"C:\WINDOWS";s:7:"COMSPEC";s:27:"C:\WINDOWS\system32\cmd.exe";s:7:"PATHEXT";s:53:".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC";s:6:"WINDIR";s:10:"C:\WINDOWS";s:5:"PHPRC";s:42:"D:/phpstudy_pro/Extensions/php/php7.3.4nts";s:21:"_FCGI_SHUTDOWN_EVENT_";s:4:"9184";s:11:"SCRIPT_NAME";s:10:"/index.php";s:11:"REQUEST_URI";s:133:"/api/report/index?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:12:"QUERY_STRING";s:115:"access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:14:"REQUEST_METHOD";s:3:"GET";s:15:"SERVER_PROTOCOL";s:8:"HTTP/1.1";s:17:"GATEWAY_INTERFACE";s:7:"CGI/1.1";s:21:"REDIRECT_QUERY_STRING";s:115:"access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:12:"REDIRECT_URL";s:17:"/api/report/index";s:11:"REMOTE_PORT";s:5:"61202";s:15:"SCRIPT_FILENAME";s:40:"D:/phpstudy_pro/WWW/cxfoot/web/index.php";s:12:"SERVER_ADMIN";s:17:"admin@example.com";s:21:"CONTEXT_DOCUMENT_ROOT";s:30:"D:/phpstudy_pro/WWW/cxfoot/web";s:14:"CONTEXT_PREFIX";s:0:"";s:14:"REQUEST_SCHEME";s:4:"http";s:13:"DOCUMENT_ROOT";s:30:"D:/phpstudy_pro/WWW/cxfoot/web";s:11:"REMOTE_ADDR";s:9:"127.0.0.1";s:11:"SERVER_PORT";s:2:"80";s:11:"SERVER_ADDR";s:9:"127.0.0.1";s:11:"SERVER_NAME";s:10:"cxfoot.com";s:15:"SERVER_SOFTWARE";s:73:"Apache/2.4.39 (Win64) OpenSSL/1.1.1b mod_fcgid/2.3.9a mod_log_rotate/1.02";s:16:"SERVER_SIGNATURE";s:0:"";s:10:"SystemRoot";s:10:"C:\WINDOWS";s:9:"HTTP_HOST";s:10:"cxfoot.com";s:11:"HTTP_COOKIE";s:148:"_csrf=9a82d5aa34cf20214a7e4690fc8a037f9396142298bb023497c19744742fae38a:2:%7Bi:0;s:5:%22_csrf%22;i:1;s:32:%22rpseiqycnrm8XgyH7XuGbX-HTZzp9r13%22;%7D";s:15:"HTTP_CONNECTION";s:5:"close";s:20:"HTTP_ACCEPT_ENCODING";s:17:"gzip, deflate, br";s:11:"HTTP_ACCEPT";s:3:"*/*";s:18:"HTTP_CACHE_CONTROL";s:8:"no-cache";s:15:"HTTP_USER_AGENT";s:35:"PostmanRuntime-ApipostRuntime/1.1.0";s:15:"REDIRECT_STATUS";s:3:"200";s:9:"FCGI_ROLE";s:9:"RESPONDER";s:8:"PHP_SELF";s:10:"/index.php";s:18:"REQUEST_TIME_FLOAT";d:1698231705.908482;s:12:"REQUEST_TIME";i:1698231705;}s:3:"GET";a:2:{s:12:"access_token";s:60:"bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0=";s:6:"X-Csrf";s:32:"ag7x1Afy1r0q8j4y05vk3s4118hx7124";}s:4:"POST";a:0:{}s:6:"COOKIE";a:5:{s:5:"_csrf";s:72:"9a82d5aa34cf20214a7e4690fc8a037f9396142298bb023497c19744742fae38a:2:{i:0";s:11:"s:5:"_csrf"";s:0:"";s:3:"i:1";s:0:"";s:39:"s:32:"rpseiqycnrm8XgyH7XuGbX-HTZzp9r13"";s:0:"";s:1:"}";s:0:"";}s:5:"FILES";a:0:{}s:7:"SESSION";a:0:{}}";s:4:"user";s:2944:"a:5:{s:2:"id";s:2:"65";s:8:"identity";a:26:{s:2:"id";s:4:"'65'";s:9:"cx_mch_id";s:3:"'0'";s:8:"username";s:9:"'Umcvqe1'";s:8:"password";s:62:"'$2y$13$h1rFZxffWh0BiJJtDs4gPum0Wsx5KfYJXAsqcPL8PNb4w8hd9hoPW'";s:8:"auth_key";s:34:"'MqDPRppFI2OgJpjwFE68C9Sn2SbeXAwV'";s:12:"access_token";s:34:"'bOxZSNi_gU02GsWLDJUjrP0wX2nQ7Qal'";s:8:"nickname";s:8:"'Umcvqe'";s:10:"avatar_url";s:28:"'/statics/images/avatar.jpg'";s:12:"mobile_phone";s:13:"'18111111112'";s:13:"mobile_prefix";s:4:"'86'";s:5:"email";s:2:"''";s:9:"real_name";s:8:"'张三'";s:4:"desc";s:2:"''";s:6:"gender";s:1:"1";s:8:"birthday";s:4:"null";s:6:"status";s:1:"0";s:9:"parent_id";s:3:"'0'";s:12:"is_modify_un";s:1:"1";s:9:"is_delete";s:1:"0";s:10:"country_id";s:1:"0";s:7:"city_id";s:1:"0";s:10:"created_at";s:10:"1698133733";s:10:"updated_at";s:10:"1698228126";s:4:"type";s:1:"0";s:8:"store_id";s:1:"0";s:7:"is_view";s:6:"'42.5'";}s:10:"attributes";a:26:{i:0;a:2:{s:9:"attribute";s:2:"id";s:5:"label";s:2:"ID";}i:1;a:2:{s:9:"attribute";s:9:"cx_mch_id";s:5:"label";s:14:"平台商户ID";}i:2;a:2:{s:9:"attribute";s:8:"username";s:5:"label";s:9:"用户名";}i:3;a:2:{s:9:"attribute";s:8:"password";s:5:"label";s:6:"密码";}i:4;a:2:{s:9:"attribute";s:8:"auth_key";s:5:"label";s:8:"AUTH_KEY";}i:5;a:2:{s:9:"attribute";s:12:"access_token";s:5:"label";s:12:"ACCESS_TOKEN";}i:6;a:2:{s:9:"attribute";s:8:"nickname";s:5:"label";s:6:"昵称";}i:7;a:2:{s:9:"attribute";s:10:"avatar_url";s:5:"label";s:6:"头像";}i:8;a:2:{s:9:"attribute";s:12:"mobile_phone";s:5:"label";s:9:"手机号";}i:9;a:2:{s:9:"attribute";s:13:"mobile_prefix";s:5:"label";s:21:"手机号国家代码";}i:10;a:2:{s:9:"attribute";s:5:"email";s:5:"label";s:6:"邮箱";}i:11;a:2:{s:9:"attribute";s:9:"real_name";s:5:"label";s:12:"真实姓名";}i:12;a:2:{s:9:"attribute";s:4:"desc";s:5:"label";s:12:"个性签名";}i:13;a:2:{s:9:"attribute";s:6:"gender";s:5:"label";s:33:"性别,0=女,1=男,2=保密";}i:14;a:2:{s:9:"attribute";s:8:"birthday";s:5:"label";s:6:"生日";}i:15;a:2:{s:9:"attribute";s:6:"status";s:5:"label";s:50:"状态,0=正常,1=封禁,2=挂起,3=注销";}i:16;a:2:{s:9:"attribute";s:9:"parent_id";s:5:"label";s:9:"PARENT_ID";}i:17;a:2:{s:9:"attribute";s:12:"is_modify_un";s:5:"label";s:43:"用户名是否可以修改,0=否,1=是";}i:18;a:2:{s:9:"attribute";s:9:"is_delete";s:5:"label";s:28:"是否删除,0=否,1=是";}i:19;a:2:{s:9:"attribute";s:10:"country_id";s:5:"label";s:8:"国家ID";}i:20;a:2:{s:9:"attribute";s:7:"city_id";s:5:"label";s:8:"城市ID";}i:21;a:2:{s:9:"attribute";s:10:"created_at";s:5:"label";s:12:"添加时间";}i:22;a:2:{s:9:"attribute";s:10:"updated_at";s:5:"label";s:12:"更新时间";}i:23;a:2:{s:9:"attribute";s:4:"type";s:5:"label";s:28:"0=普通用户,1=管理员";}i:24;a:2:{s:9:"attribute";s:8:"store_id";s:5:"label";s:8:"Store Id";}i:25;a:2:{s:9:"attribute";s:7:"is_view";s:5:"label";s:6:"鞋码";}}s:13:"rolesProvider";N;s:19:"permissionsProvider";N;}";s:5:"asset";s:6:"a:0:{}";s:7:"summary";a:12:{s:3:"tag";s:13:"6538f59a02587";s:3:"url";s:150:"http://cxfoot.com/api/report/index?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698231705.908482;s:10:"statusCode";i:200;s:8:"sqlCount";i:14;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:8460728;s:14:"processingTime";d:0.20880699157714844;}s:10:"exceptions";a:0:{}} \ No newline at end of file diff --git a/runtime/debug/6538f5a7e9b8f.data b/runtime/debug/6538f5a7e9b8f.data deleted file mode 100644 index ff8a1a4..0000000 --- a/runtime/debug/6538f5a7e9b8f.data +++ /dev/null @@ -1,281 +0,0 @@ -a:14:{s:6:"config";s:1870:"a:5:{s:10:"phpVersion";s:5:"7.3.4";s:10:"yiiVersion";s:6:"2.0.46";s:11:"application";a:8:{s:3:"yii";s:6:"2.0.46";s:4:"name";s:14:"My Application";s:7:"version";s:3:"1.0";s:8:"language";s:5:"zh-CN";s:14:"sourceLanguage";s:5:"en-US";s:7:"charset";s:5:"UTF-8";s:3:"env";s:3:"dev";s:5:"debug";b:1;}s:3:"php";a:5:{s:7:"version";s:5:"7.3.4";s:6:"xdebug";b:0;s:3:"apc";b:0;s:8:"memcache";b:0;s:9:"memcached";b:0;}s:10:"extensions";a:7:{s:18:"yiisoft/yii2-faker";a:3:{s:4:"name";s:18:"yiisoft/yii2-faker";s:7:"version";s:7:"2.0.5.0";s:5:"alias";a:1:{s:10:"@yii/faker";s:56:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-faker/src";}}s:24:"yiisoft/yii2-swiftmailer";a:3:{s:4:"name";s:24:"yiisoft/yii2-swiftmailer";s:7:"version";s:7:"2.1.3.0";s:5:"alias";a:1:{s:16:"@yii/swiftmailer";s:62:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-swiftmailer/src";}}s:22:"yiisoft/yii2-bootstrap";a:3:{s:4:"name";s:22:"yiisoft/yii2-bootstrap";s:7:"version";s:8:"2.0.11.0";s:5:"alias";a:1:{s:14:"@yii/bootstrap";s:60:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-bootstrap/src";}}s:16:"yiisoft/yii2-gii";a:3:{s:4:"name";s:16:"yiisoft/yii2-gii";s:7:"version";s:7:"2.1.4.0";s:5:"alias";a:1:{s:8:"@yii/gii";s:54:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-gii/src";}}s:18:"yiisoft/yii2-redis";a:3:{s:4:"name";s:18:"yiisoft/yii2-redis";s:7:"version";s:8:"2.0.18.0";s:5:"alias";a:1:{s:10:"@yii/redis";s:56:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-redis/src";}}s:18:"yiisoft/yii2-debug";a:3:{s:4:"name";s:18:"yiisoft/yii2-debug";s:7:"version";s:8:"2.1.21.0";s:5:"alias";a:1:{s:10:"@yii/debug";s:56:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-debug/src";}}s:24:"jianyan74/yii2-websocket";a:3:{s:4:"name";s:24:"jianyan74/yii2-websocket";s:7:"version";s:7:"1.1.1.0";s:5:"alias";a:1:{s:18:"@jianyan/websocket";s:62:"D:\phpstudy_pro\WWW\cxfoot\vendor/jianyan74/yii2-websocket/src";}}}}";s:3:"log";s:16966:"a:1:{s:8:"messages";a:33:{i:0;a:6:{i:0;s:33:"Bootstrap with yii\log\Dispatcher";i:1;i:8;i:2;s:31:"yii\base\Application::bootstrap";i:3;d:1698231719.921283;i:4;a:0:{}i:5;i:2495616;}i:1;a:6:{i:0;s:21:"Loading module: debug";i:1;i:8;i:2;s:26:"yii\base\Module::getModule";i:3;d:1698231719.921306;i:4;a:0:{}i:5;i:2496792;}i:2;a:6:{i:0;s:44:"Bootstrap with yii\debug\Module::bootstrap()";i:1;i:8;i:2;s:31:"yii\base\Application::bootstrap";i:3;d:1698231719.956403;i:4;a:0:{}i:5;i:4072024;}i:3;a:6:{i:0;s:61:"Opening redis DB connection: tcp://127.0.0.1:6379, database=0";i:1;i:8;i:2;s:26:"yii\redis\Connection::open";i:3;d:1698231719.960176;i:4;a:0:{}i:5;i:4288472;}i:4;a:6:{i:0;s:31:"Executing Redis Command: SELECT";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698231719.977369;i:4;a:0:{}i:5;i:4290680;}i:5;a:6:{i:0;s:28:"Executing Redis Command: GET";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698231719.977702;i:4;a:0:{}i:5;i:4298864;}i:6;a:6:{i:0;s:28:"Executing Redis Command: GET";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698231719.979915;i:4;a:0:{}i:5;i:4371144;}i:7;a:6:{i:0;s:19:"Loading module: gii";i:1;i:8;i:2;s:26:"yii\base\Module::getModule";i:3;d:1698231719.980104;i:4;a:0:{}i:5;i:4371488;}i:8;a:6:{i:0;s:42:"Bootstrap with yii\gii\Module::bootstrap()";i:1;i:8;i:2;s:31:"yii\base\Application::bootstrap";i:3;d:1698231719.981397;i:4;a:0:{}i:5;i:4395512;}i:9;a:6:{i:0;s:28:"Executing Redis Command: GET";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698231719.981435;i:4;a:0:{}i:5;i:4401904;}i:18;a:6:{i:0;s:35:"Route requested: 'api/report/index'";i:1;i:8;i:2;s:34:"yii\web\Application::handleRequest";i:3;d:1698231719.9849;i:4;a:0:{}i:5;i:4625456;}i:19;a:6:{i:0;s:19:"Loading module: api";i:1;i:8;i:2;s:26:"yii\base\Module::getModule";i:3;d:1698231719.984913;i:4;a:0:{}i:5;i:4627080;}i:20;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_wechat_app`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698231720.011213;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6051344;}i:21;a:6:{i:0;s:57:"Opening DB connection: mysql:host=127.0.0.1;dbname=cxfoot";i:1;i:4;i:2;s:23:"yii\db\Connection::open";i:3;d:1698231720.011266;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6053776;}i:26;a:6:{i:0;s:782:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_wechat_app' AND `kcu`.`TABLE_NAME` = 'cx_wechat_app'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698231720.016638;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6140088;}i:29;a:6:{i:0;s:71:"SELECT * FROM `cx_wechat_app` WHERE (`cx_mch_id`=0) AND (`is_delete`=0)";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698231720.024118;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6476656;}i:32;a:6:{i:0;s:30:"Route to run: api/report/index";i:1;i:8;i:2;s:30:"yii\base\Controller::runAction";i:3;d:1698231720.041247;i:4;a:0:{}i:5;i:6705632;}i:33;a:6:{i:0;s:119:"SELECT * FROM `cx_user_token` WHERE ((`is_delete`=0) AND (`token`='SF5fP6gUUrct1a') AND (`cx_mch_id`=0)) AND (`type`=3)";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698231720.052176;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6982368;}i:36;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_user_token`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698231720.052931;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6990624;}i:39;a:6:{i:0;s:782:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_user_token' AND `kcu`.`TABLE_NAME` = 'cx_user_token'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698231720.054007;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7004472;}i:42;a:6:{i:0;s:32:"SHOW FULL COLUMNS FROM `cx_user`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698231720.054686;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7008352;}i:45;a:6:{i:0;s:770:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_user' AND `kcu`.`TABLE_NAME` = 'cx_user'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698231720.061212;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7030448;}i:48;a:6:{i:0;s:78:"SELECT * FROM `cx_user` WHERE (`id`='65') AND (`is_delete`=0) AND (`status`=0)";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698231720.061987;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7038432;}i:51;a:6:{i:0;s:56:"User '65' logged in from 127.0.0.1. Session not enabled.";i:1;i:4;i:2;s:19:"yii\web\User::login";i:3;d:1698231720.070396;i:4;a:2:{i:0;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7278416;}i:52;a:6:{i:0;s:28:"Executing Redis Command: GET";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698231720.07201;i:4;a:2:{i:0;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:56;s:8:"function";s:6:"__call";s:5:"class";s:20:"yii\redis\Connection";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7364760;}i:53;a:6:{i:0;s:75:"Running action: app\modules\api\controllers\ReportController::actionIndex()";i:1;i:8;i:2;s:36:"yii\base\InlineAction::runWithParams";i:3;d:1698231720.072303;i:4;a:0:{}i:5;i:7360840;}i:54;a:6:{i:0;s:85:"Failed to set unsafe attribute 'access_token' in 'app\modules\api\models\ReportForm'.";i:1;i:8;i:2;s:33:"yii\base\Model::onUnsafeAttribute";i:3;d:1698231720.076278;i:4;a:1:{i:0;a:5:{s:4:"file";s:71:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\ReportController.php";s:4:"line";i:61;s:8:"function";s:5:"__set";s:5:"class";s:18:"yii\base\Component";s:4:"type";s:2:"->";}}i:5;i:7472624;}i:55;a:6:{i:0;s:79:"Failed to set unsafe attribute 'X-Csrf' in 'app\modules\api\models\ReportForm'.";i:1;i:8;i:2;s:33:"yii\base\Model::onUnsafeAttribute";i:3;d:1698231720.076294;i:4;a:1:{i:0;a:5:{s:4:"file";s:71:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\ReportController.php";s:4:"line";i:61;s:8:"function";s:5:"__set";s:5:"class";s:18:"yii\base\Component";s:4:"type";s:2:"->";}}i:5;i:7473864;}i:56;a:6:{i:0;s:53:"SELECT COUNT(*) FROM `cx_report` WHERE `user_id`='65'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698231720.077614;i:4;a:2:{i:0;a:5:{s:4:"file";s:60:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\ReportForm.php";s:4:"line";i:81;s:8:"function";s:5:"count";s:5:"class";s:12:"yii\db\Query";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:71:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\ReportController.php";s:4:"line";i:64;s:8:"function";s:6:"search";s:5:"class";s:33:"app\modules\api\models\ReportForm";s:4:"type";s:2:"->";}}i:5;i:7504504;}i:59;a:6:{i:0;s:123:"SELECT `id`, `model_number`, `pdf_path`, `pdf_at`, `step` FROM `cx_report` WHERE `user_id`='65' ORDER BY `id` DESC LIMIT 20";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698231720.08565;i:4;a:2:{i:0;a:5:{s:4:"file";s:60:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\ReportForm.php";s:4:"line";i:83;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:71:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\ReportController.php";s:4:"line";i:64;s:8:"function";s:6:"search";s:5:"class";s:33:"app\modules\api\models\ReportForm";s:4:"type";s:2:"->";}}i:5;i:7541760;}i:62;a:6:{i:0;s:35:"SHOW FULL COLUMNS FROM `cx_api_log`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698231720.087087;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7588160;}i:65;a:6:{i:0;s:776:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_api_log' AND `kcu`.`TABLE_NAME` = 'cx_api_log'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698231720.088517;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7612704;}i:68;a:6:{i:0;s:546:"INSERT INTO `cx_api_log` (`cx_mch_id`, `user_id`, `route`, `module_id`, `controller_id`, `action_id`, `url`, `method`, `method_param`, `ipv4`, `is_pass`, `request_date`, `request_time`, `response_time`, `process_consume_time`, `is_delete`, `created_at`) VALUES (0, '65', 'api/report/index', 'api', 'report', 'index', '/api/report/index?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124', 'GET', '[]', '127.0.0.1', 1, '2023-10-25', 1698231719989, 1698231720089, 100, 0, 1698231720)";i:1;i:4;i:2;s:23:"yii\db\Command::execute";i:3;d:1698231720.092471;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:125;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7771552;}}}";s:9:"profiling";s:25704:"a:3:{s:6:"memory";i:8460864;s:4:"time";d:0.2283000946044922;s:8:"messages";a:30:{i:22;a:6:{i:0;s:57:"Opening DB connection: mysql:host=127.0.0.1;dbname=cxfoot";i:1;i:80;i:2;s:23:"yii\db\Connection::open";i:3;d:1698231720.011284;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6054904;}i:23;a:6:{i:0;s:57:"Opening DB connection: mysql:host=127.0.0.1;dbname=cxfoot";i:1;i:96;i:2;s:23:"yii\db\Connection::open";i:3;d:1698231720.013194;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6104064;}i:24;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_wechat_app`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231720.013238;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6104304;}i:25;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_wechat_app`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231720.014247;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6120136;}i:27;a:6:{i:0;s:782:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_wechat_app' AND `kcu`.`TABLE_NAME` = 'cx_wechat_app'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231720.016688;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6142952;}i:28;a:6:{i:0;s:782:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_wechat_app' AND `kcu`.`TABLE_NAME` = 'cx_wechat_app'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231720.017618;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6145336;}i:30;a:6:{i:0;s:71:"SELECT * FROM `cx_wechat_app` WHERE (`cx_mch_id`=0) AND (`is_delete`=0)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231720.024205;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6477904;}i:31;a:6:{i:0;s:71:"SELECT * FROM `cx_wechat_app` WHERE (`cx_mch_id`=0) AND (`is_delete`=0)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231720.02481;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6484576;}i:34;a:6:{i:0;s:119:"SELECT * FROM `cx_user_token` WHERE ((`is_delete`=0) AND (`token`='SF5fP6gUUrct1a') AND (`cx_mch_id`=0)) AND (`type`=3)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231720.052217;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6983936;}i:35;a:6:{i:0;s:119:"SELECT * FROM `cx_user_token` WHERE ((`is_delete`=0) AND (`token`='SF5fP6gUUrct1a') AND (`cx_mch_id`=0)) AND (`type`=3)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231720.052826;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6987624;}i:37;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_user_token`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231720.052957;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6992744;}i:38;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_user_token`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231720.053733;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7005008;}i:40;a:6:{i:0;s:782:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_user_token' AND `kcu`.`TABLE_NAME` = 'cx_user_token'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231720.054033;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7008088;}i:41;a:6:{i:0;s:782:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_user_token' AND `kcu`.`TABLE_NAME` = 'cx_user_token'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231720.054525;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7011224;}i:43;a:6:{i:0;s:32:"SHOW FULL COLUMNS FROM `cx_user`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231720.054712;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7010472;}i:44;a:6:{i:0;s:32:"SHOW FULL COLUMNS FROM `cx_user`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231720.06062;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7040616;}i:46;a:6:{i:0;s:770:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_user' AND `kcu`.`TABLE_NAME` = 'cx_user'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231720.061247;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7034064;}i:47;a:6:{i:0;s:770:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_user' AND `kcu`.`TABLE_NAME` = 'cx_user'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231720.061743;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7037200;}i:49;a:6:{i:0;s:78:"SELECT * FROM `cx_user` WHERE (`id`='65') AND (`is_delete`=0) AND (`status`=0)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231720.062012;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7040184;}i:50;a:6:{i:0;s:78:"SELECT * FROM `cx_user` WHERE (`id`='65') AND (`is_delete`=0) AND (`status`=0)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231720.062362;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7046648;}i:57;a:6:{i:0;s:53:"SELECT COUNT(*) FROM `cx_report` WHERE `user_id`='65'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231720.077644;i:4;a:2:{i:0;a:5:{s:4:"file";s:60:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\ReportForm.php";s:4:"line";i:81;s:8:"function";s:5:"count";s:5:"class";s:12:"yii\db\Query";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:71:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\ReportController.php";s:4:"line";i:64;s:8:"function";s:6:"search";s:5:"class";s:33:"app\modules\api\models\ReportForm";s:4:"type";s:2:"->";}}i:5;i:7506336;}i:58;a:6:{i:0;s:53:"SELECT COUNT(*) FROM `cx_report` WHERE `user_id`='65'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231720.08391;i:4;a:2:{i:0;a:5:{s:4:"file";s:60:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\ReportForm.php";s:4:"line";i:81;s:8:"function";s:5:"count";s:5:"class";s:12:"yii\db\Query";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:71:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\ReportController.php";s:4:"line";i:64;s:8:"function";s:6:"search";s:5:"class";s:33:"app\modules\api\models\ReportForm";s:4:"type";s:2:"->";}}i:5;i:7508048;}i:60;a:6:{i:0;s:123:"SELECT `id`, `model_number`, `pdf_path`, `pdf_at`, `step` FROM `cx_report` WHERE `user_id`='65' ORDER BY `id` DESC LIMIT 20";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231720.085681;i:4;a:2:{i:0;a:5:{s:4:"file";s:60:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\ReportForm.php";s:4:"line";i:83;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:71:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\ReportController.php";s:4:"line";i:64;s:8:"function";s:6:"search";s:5:"class";s:33:"app\modules\api\models\ReportForm";s:4:"type";s:2:"->";}}i:5;i:7543744;}i:61;a:6:{i:0;s:123:"SELECT `id`, `model_number`, `pdf_path`, `pdf_at`, `step` FROM `cx_report` WHERE `user_id`='65' ORDER BY `id` DESC LIMIT 20";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231720.086014;i:4;a:2:{i:0;a:5:{s:4:"file";s:60:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\ReportForm.php";s:4:"line";i:83;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:71:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\ReportController.php";s:4:"line";i:64;s:8:"function";s:6:"search";s:5:"class";s:33:"app\modules\api\models\ReportForm";s:4:"type";s:2:"->";}}i:5;i:7546680;}i:63;a:6:{i:0;s:35:"SHOW FULL COLUMNS FROM `cx_api_log`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231720.087114;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7590280;}i:64;a:6:{i:0;s:35:"SHOW FULL COLUMNS FROM `cx_api_log`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231720.088066;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7613240;}i:66;a:6:{i:0;s:776:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_api_log' AND `kcu`.`TABLE_NAME` = 'cx_api_log'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231720.088545;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7616320;}i:67;a:6:{i:0;s:776:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_api_log' AND `kcu`.`TABLE_NAME` = 'cx_api_log'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231720.089036;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7619456;}i:69;a:6:{i:0;s:546:"INSERT INTO `cx_api_log` (`cx_mch_id`, `user_id`, `route`, `module_id`, `controller_id`, `action_id`, `url`, `method`, `method_param`, `ipv4`, `is_pass`, `request_date`, `request_time`, `response_time`, `process_consume_time`, `is_delete`, `created_at`) VALUES (0, '65', 'api/report/index', 'api', 'report', 'index', '/api/report/index?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124', 'GET', '[]', '127.0.0.1', 1, '2023-10-25', 1698231719989, 1698231720089, 100, 0, 1698231720)";i:1;i:80;i:2;s:23:"yii\db\Command::execute";i:3;d:1698231720.092511;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:125;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7769912;}i:70;a:6:{i:0;s:546:"INSERT INTO `cx_api_log` (`cx_mch_id`, `user_id`, `route`, `module_id`, `controller_id`, `action_id`, `url`, `method`, `method_param`, `ipv4`, `is_pass`, `request_date`, `request_time`, `response_time`, `process_consume_time`, `is_delete`, `created_at`) VALUES (0, '65', 'api/report/index', 'api', 'report', 'index', '/api/report/index?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124', 'GET', '[]', '127.0.0.1', 1, '2023-10-25', 1698231719989, 1698231720089, 100, 0, 1698231720)";i:1;i:96;i:2;s:23:"yii\db\Command::execute";i:3;d:1698231720.109865;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:125;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7772440;}}}";s:2:"db";s:24901:"a:1:{s:8:"messages";a:28:{i:24;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_wechat_app`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231720.013238;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6104304;}i:25;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_wechat_app`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231720.014247;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6120136;}i:27;a:6:{i:0;s:782:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_wechat_app' AND `kcu`.`TABLE_NAME` = 'cx_wechat_app'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231720.016688;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6142952;}i:28;a:6:{i:0;s:782:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_wechat_app' AND `kcu`.`TABLE_NAME` = 'cx_wechat_app'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231720.017618;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6145336;}i:30;a:6:{i:0;s:71:"SELECT * FROM `cx_wechat_app` WHERE (`cx_mch_id`=0) AND (`is_delete`=0)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231720.024205;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6477904;}i:31;a:6:{i:0;s:71:"SELECT * FROM `cx_wechat_app` WHERE (`cx_mch_id`=0) AND (`is_delete`=0)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231720.02481;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6484576;}i:34;a:6:{i:0;s:119:"SELECT * FROM `cx_user_token` WHERE ((`is_delete`=0) AND (`token`='SF5fP6gUUrct1a') AND (`cx_mch_id`=0)) AND (`type`=3)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231720.052217;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6983936;}i:35;a:6:{i:0;s:119:"SELECT * FROM `cx_user_token` WHERE ((`is_delete`=0) AND (`token`='SF5fP6gUUrct1a') AND (`cx_mch_id`=0)) AND (`type`=3)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231720.052826;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6987624;}i:37;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_user_token`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231720.052957;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6992744;}i:38;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_user_token`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231720.053733;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7005008;}i:40;a:6:{i:0;s:782:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_user_token' AND `kcu`.`TABLE_NAME` = 'cx_user_token'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231720.054033;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7008088;}i:41;a:6:{i:0;s:782:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_user_token' AND `kcu`.`TABLE_NAME` = 'cx_user_token'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231720.054525;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7011224;}i:43;a:6:{i:0;s:32:"SHOW FULL COLUMNS FROM `cx_user`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231720.054712;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7010472;}i:44;a:6:{i:0;s:32:"SHOW FULL COLUMNS FROM `cx_user`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231720.06062;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7040616;}i:46;a:6:{i:0;s:770:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_user' AND `kcu`.`TABLE_NAME` = 'cx_user'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231720.061247;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7034064;}i:47;a:6:{i:0;s:770:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_user' AND `kcu`.`TABLE_NAME` = 'cx_user'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231720.061743;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7037200;}i:49;a:6:{i:0;s:78:"SELECT * FROM `cx_user` WHERE (`id`='65') AND (`is_delete`=0) AND (`status`=0)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231720.062012;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7040184;}i:50;a:6:{i:0;s:78:"SELECT * FROM `cx_user` WHERE (`id`='65') AND (`is_delete`=0) AND (`status`=0)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231720.062362;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7046648;}i:57;a:6:{i:0;s:53:"SELECT COUNT(*) FROM `cx_report` WHERE `user_id`='65'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231720.077644;i:4;a:2:{i:0;a:5:{s:4:"file";s:60:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\ReportForm.php";s:4:"line";i:81;s:8:"function";s:5:"count";s:5:"class";s:12:"yii\db\Query";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:71:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\ReportController.php";s:4:"line";i:64;s:8:"function";s:6:"search";s:5:"class";s:33:"app\modules\api\models\ReportForm";s:4:"type";s:2:"->";}}i:5;i:7506336;}i:58;a:6:{i:0;s:53:"SELECT COUNT(*) FROM `cx_report` WHERE `user_id`='65'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231720.08391;i:4;a:2:{i:0;a:5:{s:4:"file";s:60:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\ReportForm.php";s:4:"line";i:81;s:8:"function";s:5:"count";s:5:"class";s:12:"yii\db\Query";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:71:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\ReportController.php";s:4:"line";i:64;s:8:"function";s:6:"search";s:5:"class";s:33:"app\modules\api\models\ReportForm";s:4:"type";s:2:"->";}}i:5;i:7508048;}i:60;a:6:{i:0;s:123:"SELECT `id`, `model_number`, `pdf_path`, `pdf_at`, `step` FROM `cx_report` WHERE `user_id`='65' ORDER BY `id` DESC LIMIT 20";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231720.085681;i:4;a:2:{i:0;a:5:{s:4:"file";s:60:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\ReportForm.php";s:4:"line";i:83;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:71:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\ReportController.php";s:4:"line";i:64;s:8:"function";s:6:"search";s:5:"class";s:33:"app\modules\api\models\ReportForm";s:4:"type";s:2:"->";}}i:5;i:7543744;}i:61;a:6:{i:0;s:123:"SELECT `id`, `model_number`, `pdf_path`, `pdf_at`, `step` FROM `cx_report` WHERE `user_id`='65' ORDER BY `id` DESC LIMIT 20";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231720.086014;i:4;a:2:{i:0;a:5:{s:4:"file";s:60:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\ReportForm.php";s:4:"line";i:83;s:8:"function";s:3:"all";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:71:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\ReportController.php";s:4:"line";i:64;s:8:"function";s:6:"search";s:5:"class";s:33:"app\modules\api\models\ReportForm";s:4:"type";s:2:"->";}}i:5;i:7546680;}i:63;a:6:{i:0;s:35:"SHOW FULL COLUMNS FROM `cx_api_log`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231720.087114;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7590280;}i:64;a:6:{i:0;s:35:"SHOW FULL COLUMNS FROM `cx_api_log`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231720.088066;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7613240;}i:66;a:6:{i:0;s:776:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_api_log' AND `kcu`.`TABLE_NAME` = 'cx_api_log'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698231720.088545;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7616320;}i:67;a:6:{i:0;s:776:"SELECT - `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, - `kcu`.`COLUMN_NAME` AS `column_name`, - `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, - `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` -FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` -JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON - ( - `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR - (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) - ) AND - `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND - `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` -WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() -AND `rc`.`TABLE_NAME` = 'cx_api_log' AND `kcu`.`TABLE_NAME` = 'cx_api_log'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698231720.089036;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7619456;}i:69;a:6:{i:0;s:546:"INSERT INTO `cx_api_log` (`cx_mch_id`, `user_id`, `route`, `module_id`, `controller_id`, `action_id`, `url`, `method`, `method_param`, `ipv4`, `is_pass`, `request_date`, `request_time`, `response_time`, `process_consume_time`, `is_delete`, `created_at`) VALUES (0, '65', 'api/report/index', 'api', 'report', 'index', '/api/report/index?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124', 'GET', '[]', '127.0.0.1', 1, '2023-10-25', 1698231719989, 1698231720089, 100, 0, 1698231720)";i:1;i:80;i:2;s:23:"yii\db\Command::execute";i:3;d:1698231720.092511;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:125;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7769912;}i:70;a:6:{i:0;s:546:"INSERT INTO `cx_api_log` (`cx_mch_id`, `user_id`, `route`, `module_id`, `controller_id`, `action_id`, `url`, `method`, `method_param`, `ipv4`, `is_pass`, `request_date`, `request_time`, `response_time`, `process_consume_time`, `is_delete`, `created_at`) VALUES (0, '65', 'api/report/index', 'api', 'report', 'index', '/api/report/index?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124', 'GET', '[]', '127.0.0.1', 1, '2023-10-25', 1698231719989, 1698231720089, 100, 0, 1698231720)";i:1;i:96;i:2;s:23:"yii\db\Command::execute";i:3;d:1698231720.109865;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:125;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7772440;}}}";s:5:"event";s:5666:"a:32:{i:0;a:5:{s:4:"time";d:1698231719.977688;s:4:"name";s:9:"afterOpen";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:20:"yii\redis\Connection";}i:1;a:5:{s:4:"time";d:1698231719.984083;s:4:"name";s:13:"beforeRequest";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:19:"yii\web\Application";}i:2;a:5:{s:4:"time";d:1698231720.005319;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:3;a:5:{s:4:"time";d:1698231720.013182;s:4:"name";s:9:"afterOpen";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:17:"yii\db\Connection";}i:4;a:5:{s:4:"time";d:1698231720.024899;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:27:"app\models\wechat\WechatApp";}i:5;a:5:{s:4:"time";d:1698231720.024974;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:27:"app\models\wechat\WechatApp";}i:6;a:5:{s:4:"time";d:1698231720.041826;s:4:"name";s:12:"beforeAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:19:"yii\web\Application";}i:7;a:5:{s:4:"time";d:1698231720.041842;s:4:"name";s:12:"beforeAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:22:"app\modules\api\Module";}i:8;a:5:{s:4:"time";d:1698231720.04979;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:9;a:5:{s:4:"time";d:1698231720.052877;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:20:"app\models\UserToken";}i:10;a:5:{s:4:"time";d:1698231720.054594;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:20:"app\models\UserToken";}i:11;a:5:{s:4:"time";d:1698231720.054628;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:12;a:5:{s:4:"time";d:1698231720.062402;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:15:"app\models\User";}i:13;a:5:{s:4:"time";d:1698231720.06247;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:15:"app\models\User";}i:14;a:5:{s:4:"time";d:1698231720.063037;s:4:"name";s:11:"beforeLogin";s:5:"class";s:17:"yii\web\UserEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:12:"yii\web\User";}i:15;a:5:{s:4:"time";d:1698231720.070435;s:4:"name";s:10:"afterLogin";s:5:"class";s:17:"yii\web\UserEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:12:"yii\web\User";}i:16;a:5:{s:4:"time";d:1698231720.072281;s:4:"name";s:12:"beforeAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:44:"app\modules\api\controllers\ReportController";}i:17;a:5:{s:4:"time";d:1698231720.076796;s:4:"name";s:14:"beforeValidate";s:5:"class";s:19:"yii\base\ModelEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:33:"app\modules\api\models\ReportForm";}i:18;a:5:{s:4:"time";d:1698231720.076891;s:4:"name";s:13:"afterValidate";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:33:"app\modules\api\models\ReportForm";}i:19;a:5:{s:4:"time";d:1698231720.077461;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:20;a:5:{s:4:"time";d:1698231720.087033;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"app\models\log\ApiLog";}i:21;a:5:{s:4:"time";d:1698231720.089909;s:4:"name";s:14:"beforeValidate";s:5:"class";s:19:"yii\base\ModelEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"app\models\log\ApiLog";}i:22;a:5:{s:4:"time";d:1698231720.091434;s:4:"name";s:13:"afterValidate";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"app\models\log\ApiLog";}i:23;a:5:{s:4:"time";d:1698231720.091452;s:4:"name";s:12:"beforeInsert";s:5:"class";s:19:"yii\base\ModelEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"app\models\log\ApiLog";}i:24;a:5:{s:4:"time";d:1698231720.110617;s:4:"name";s:11:"afterInsert";s:5:"class";s:21:"yii\db\AfterSaveEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"app\models\log\ApiLog";}i:25;a:5:{s:4:"time";d:1698231720.110662;s:4:"name";s:11:"afterAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:44:"app\modules\api\controllers\ReportController";}i:26;a:5:{s:4:"time";d:1698231720.110675;s:4:"name";s:11:"afterAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:22:"app\modules\api\Module";}i:27;a:5:{s:4:"time";d:1698231720.110685;s:4:"name";s:11:"afterAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:19:"yii\web\Application";}i:28;a:5:{s:4:"time";d:1698231720.1107;s:4:"name";s:12:"afterRequest";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:19:"yii\web\Application";}i:29;a:5:{s:4:"time";d:1698231720.110711;s:4:"name";s:10:"beforeSend";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:16:"yii\web\Response";}i:30;a:5:{s:4:"time";d:1698231720.114429;s:4:"name";s:12:"afterPrepare";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:16:"yii\web\Response";}i:31;a:5:{s:4:"time";d:1698231720.11451;s:4:"name";s:9:"afterSend";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:16:"yii\web\Response";}}";s:4:"mail";s:6:"a:0:{}";s:8:"timeline";s:91:"a:3:{s:5:"start";d:1698231719.891686;s:3:"end";d:1698231720.120336;s:6:"memory";i:8460864;}";s:4:"dump";s:6:"a:0:{}";s:6:"router";s:1686:"a:3:{s:8:"messages";a:8:{i:10;a:6:{i:0;a:3:{s:4:"rule";s:3:"gii";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698231719.984823;i:4;a:0:{}i:5;i:4619864;}i:11;a:6:{i:0;a:3:{s:4:"rule";s:12:"gii/";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698231719.984841;i:4;a:0:{}i:5;i:4620616;}i:12;a:6:{i:0;a:3:{s:4:"rule";s:41:"gii//";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698231719.98485;i:4;a:0:{}i:5;i:4621368;}i:13;a:6:{i:0;a:3:{s:4:"rule";s:5:"debug";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698231719.984858;i:4;a:0:{}i:5;i:4622120;}i:14;a:6:{i:0;a:3:{s:4:"rule";s:43:"debug//";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698231719.984867;i:4;a:0:{}i:5;i:4622872;}i:15;a:6:{i:0;a:3:{s:4:"rule";s:38:"//";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698231719.984876;i:4;a:0:{}i:5;i:4623624;}i:16;a:6:{i:0;a:3:{s:4:"rule";s:29:"/";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698231719.984884;i:4;a:0:{}i:5;i:4624376;}i:17;a:6:{i:0;s:55:"No matching URL rules. Using default URL parsing logic.";i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698231719.984889;i:4;a:0:{}i:5;i:4625392;}}s:5:"route";s:16:"api/report/index";s:6:"action";s:59:"app\modules\api\controllers\ReportController::actionIndex()";}";s:7:"request";s:4885:"a:15:{s:7:"flashes";a:0:{}s:10:"statusCode";i:200;s:14:"requestHeaders";a:7:{s:4:"host";s:10:"cxfoot.com";s:6:"cookie";s:148:"_csrf=310f85cdd54f65139737cfc3538d2df84b1976e3df15765048b67c4399ed4eaea:2:%7Bi:0;s:5:%22_csrf%22;i:1;s:32:%225z6mZhCrKhvvcVB4ntQOZPs1_EhrdI0X%22;%7D";s:10:"connection";s:5:"close";s:15:"accept-encoding";s:17:"gzip, deflate, br";s:6:"accept";s:3:"*/*";s:13:"cache-control";s:8:"no-cache";s:10:"user-agent";s:35:"PostmanRuntime-ApipostRuntime/1.1.0";}s:15:"responseHeaders";a:6:{s:12:"X-Powered-By";s:9:"PHP/7.3.4";s:12:"Content-Type";s:31:"application/json; charset=UTF-8";s:11:"X-Debug-Tag";s:13:"6538f5a7e9b8f";s:16:"X-Debug-Duration";s:3:"224";s:12:"X-Debug-Link";s:37:"/debug/default/view?tag=6538f5a7e9b8f";s:10:"Set-Cookie";s:204:"_csrf=36b549be6d1949b21388ae74373c49177dcf43c74d333ee5f06944c979055f72a%3A2%3A%7Bi%3A0%3Bs%3A5%3A%22_csrf%22%3Bi%3A1%3Bs%3A32%3A%22x4tr1k0wVSbBMQTWcUqwiybRJDyMyZ3i%22%3B%7D; path=/; HttpOnly; SameSite=Lax";}s:5:"route";s:16:"api/report/index";s:6:"action";s:59:"app\modules\api\controllers\ReportController::actionIndex()";s:12:"actionParams";a:0:{}s:7:"general";a:5:{s:6:"method";s:3:"GET";s:6:"isAjax";b:0;s:6:"isPjax";b:0;s:7:"isFlash";b:0;s:18:"isSecureConnection";b:0;}s:11:"requestBody";a:0:{}s:6:"SERVER";a:41:{s:4:"PATH";s:954:"C:\imagemagick;C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\intel64_win\compiler;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;E:\anzhuang\QTSystem\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;D:\Git\cmd;D:\svn\bin;C:\Users\Administrator\AppData\Local\Programs\Python\Python311;C:\Users\Administrator\AppData\Local\Programs\Python\Python311\Scripts;D:\Xftp 7\;D:\微信web开发者工具\dll;C:\Users\Administrator\AppData\Local\Microsoft\WindowsApps;;D:\PhpStorm 2021.2.1\bin;;D:\Microsoft VS Code\bin;D:\phpstudy_pro\Extensions\php\php7.4.3nts;C:\Users\Administrator\AppData\Local\ComposerSetup\bin;C:\Users\Administrator\AppData\Roaming\Composer\vendor\bin";s:10:"SYSTEMROOT";s:10:"C:\WINDOWS";s:7:"COMSPEC";s:27:"C:\WINDOWS\system32\cmd.exe";s:7:"PATHEXT";s:53:".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC";s:6:"WINDIR";s:10:"C:\WINDOWS";s:5:"PHPRC";s:42:"D:/phpstudy_pro/Extensions/php/php7.3.4nts";s:21:"_FCGI_SHUTDOWN_EVENT_";s:4:"9080";s:11:"SCRIPT_NAME";s:10:"/index.php";s:11:"REQUEST_URI";s:133:"/api/report/index?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:12:"QUERY_STRING";s:115:"access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:14:"REQUEST_METHOD";s:3:"GET";s:15:"SERVER_PROTOCOL";s:8:"HTTP/1.1";s:17:"GATEWAY_INTERFACE";s:7:"CGI/1.1";s:21:"REDIRECT_QUERY_STRING";s:115:"access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:12:"REDIRECT_URL";s:17:"/api/report/index";s:11:"REMOTE_PORT";s:5:"61228";s:15:"SCRIPT_FILENAME";s:40:"D:/phpstudy_pro/WWW/cxfoot/web/index.php";s:12:"SERVER_ADMIN";s:17:"admin@example.com";s:21:"CONTEXT_DOCUMENT_ROOT";s:30:"D:/phpstudy_pro/WWW/cxfoot/web";s:14:"CONTEXT_PREFIX";s:0:"";s:14:"REQUEST_SCHEME";s:4:"http";s:13:"DOCUMENT_ROOT";s:30:"D:/phpstudy_pro/WWW/cxfoot/web";s:11:"REMOTE_ADDR";s:9:"127.0.0.1";s:11:"SERVER_PORT";s:2:"80";s:11:"SERVER_ADDR";s:9:"127.0.0.1";s:11:"SERVER_NAME";s:10:"cxfoot.com";s:15:"SERVER_SOFTWARE";s:73:"Apache/2.4.39 (Win64) OpenSSL/1.1.1b mod_fcgid/2.3.9a mod_log_rotate/1.02";s:16:"SERVER_SIGNATURE";s:0:"";s:10:"SystemRoot";s:10:"C:\WINDOWS";s:9:"HTTP_HOST";s:10:"cxfoot.com";s:11:"HTTP_COOKIE";s:148:"_csrf=310f85cdd54f65139737cfc3538d2df84b1976e3df15765048b67c4399ed4eaea:2:%7Bi:0;s:5:%22_csrf%22;i:1;s:32:%225z6mZhCrKhvvcVB4ntQOZPs1_EhrdI0X%22;%7D";s:15:"HTTP_CONNECTION";s:5:"close";s:20:"HTTP_ACCEPT_ENCODING";s:17:"gzip, deflate, br";s:11:"HTTP_ACCEPT";s:3:"*/*";s:18:"HTTP_CACHE_CONTROL";s:8:"no-cache";s:15:"HTTP_USER_AGENT";s:35:"PostmanRuntime-ApipostRuntime/1.1.0";s:15:"REDIRECT_STATUS";s:3:"200";s:9:"FCGI_ROLE";s:9:"RESPONDER";s:8:"PHP_SELF";s:10:"/index.php";s:18:"REQUEST_TIME_FLOAT";d:1698231719.855478;s:12:"REQUEST_TIME";i:1698231719;}s:3:"GET";a:2:{s:12:"access_token";s:60:"bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0=";s:6:"X-Csrf";s:32:"ag7x1Afy1r0q8j4y05vk3s4118hx7124";}s:4:"POST";a:0:{}s:6:"COOKIE";a:5:{s:5:"_csrf";s:72:"310f85cdd54f65139737cfc3538d2df84b1976e3df15765048b67c4399ed4eaea:2:{i:0";s:11:"s:5:"_csrf"";s:0:"";s:3:"i:1";s:0:"";s:39:"s:32:"5z6mZhCrKhvvcVB4ntQOZPs1_EhrdI0X"";s:0:"";s:1:"}";s:0:"";}s:5:"FILES";a:0:{}s:7:"SESSION";a:0:{}}";s:4:"user";s:2944:"a:5:{s:2:"id";s:2:"65";s:8:"identity";a:26:{s:2:"id";s:4:"'65'";s:9:"cx_mch_id";s:3:"'0'";s:8:"username";s:9:"'Umcvqe1'";s:8:"password";s:62:"'$2y$13$h1rFZxffWh0BiJJtDs4gPum0Wsx5KfYJXAsqcPL8PNb4w8hd9hoPW'";s:8:"auth_key";s:34:"'MqDPRppFI2OgJpjwFE68C9Sn2SbeXAwV'";s:12:"access_token";s:34:"'bOxZSNi_gU02GsWLDJUjrP0wX2nQ7Qal'";s:8:"nickname";s:8:"'Umcvqe'";s:10:"avatar_url";s:28:"'/statics/images/avatar.jpg'";s:12:"mobile_phone";s:13:"'18111111112'";s:13:"mobile_prefix";s:4:"'86'";s:5:"email";s:2:"''";s:9:"real_name";s:8:"'张三'";s:4:"desc";s:2:"''";s:6:"gender";s:1:"1";s:8:"birthday";s:4:"null";s:6:"status";s:1:"0";s:9:"parent_id";s:3:"'0'";s:12:"is_modify_un";s:1:"1";s:9:"is_delete";s:1:"0";s:10:"country_id";s:1:"0";s:7:"city_id";s:1:"0";s:10:"created_at";s:10:"1698133733";s:10:"updated_at";s:10:"1698228126";s:4:"type";s:1:"0";s:8:"store_id";s:1:"0";s:7:"is_view";s:6:"'42.5'";}s:10:"attributes";a:26:{i:0;a:2:{s:9:"attribute";s:2:"id";s:5:"label";s:2:"ID";}i:1;a:2:{s:9:"attribute";s:9:"cx_mch_id";s:5:"label";s:14:"平台商户ID";}i:2;a:2:{s:9:"attribute";s:8:"username";s:5:"label";s:9:"用户名";}i:3;a:2:{s:9:"attribute";s:8:"password";s:5:"label";s:6:"密码";}i:4;a:2:{s:9:"attribute";s:8:"auth_key";s:5:"label";s:8:"AUTH_KEY";}i:5;a:2:{s:9:"attribute";s:12:"access_token";s:5:"label";s:12:"ACCESS_TOKEN";}i:6;a:2:{s:9:"attribute";s:8:"nickname";s:5:"label";s:6:"昵称";}i:7;a:2:{s:9:"attribute";s:10:"avatar_url";s:5:"label";s:6:"头像";}i:8;a:2:{s:9:"attribute";s:12:"mobile_phone";s:5:"label";s:9:"手机号";}i:9;a:2:{s:9:"attribute";s:13:"mobile_prefix";s:5:"label";s:21:"手机号国家代码";}i:10;a:2:{s:9:"attribute";s:5:"email";s:5:"label";s:6:"邮箱";}i:11;a:2:{s:9:"attribute";s:9:"real_name";s:5:"label";s:12:"真实姓名";}i:12;a:2:{s:9:"attribute";s:4:"desc";s:5:"label";s:12:"个性签名";}i:13;a:2:{s:9:"attribute";s:6:"gender";s:5:"label";s:33:"性别,0=女,1=男,2=保密";}i:14;a:2:{s:9:"attribute";s:8:"birthday";s:5:"label";s:6:"生日";}i:15;a:2:{s:9:"attribute";s:6:"status";s:5:"label";s:50:"状态,0=正常,1=封禁,2=挂起,3=注销";}i:16;a:2:{s:9:"attribute";s:9:"parent_id";s:5:"label";s:9:"PARENT_ID";}i:17;a:2:{s:9:"attribute";s:12:"is_modify_un";s:5:"label";s:43:"用户名是否可以修改,0=否,1=是";}i:18;a:2:{s:9:"attribute";s:9:"is_delete";s:5:"label";s:28:"是否删除,0=否,1=是";}i:19;a:2:{s:9:"attribute";s:10:"country_id";s:5:"label";s:8:"国家ID";}i:20;a:2:{s:9:"attribute";s:7:"city_id";s:5:"label";s:8:"城市ID";}i:21;a:2:{s:9:"attribute";s:10:"created_at";s:5:"label";s:12:"添加时间";}i:22;a:2:{s:9:"attribute";s:10:"updated_at";s:5:"label";s:12:"更新时间";}i:23;a:2:{s:9:"attribute";s:4:"type";s:5:"label";s:28:"0=普通用户,1=管理员";}i:24;a:2:{s:9:"attribute";s:8:"store_id";s:5:"label";s:8:"Store Id";}i:25;a:2:{s:9:"attribute";s:7:"is_view";s:5:"label";s:6:"鞋码";}}s:13:"rolesProvider";N;s:19:"permissionsProvider";N;}";s:5:"asset";s:6:"a:0:{}";s:7:"summary";a:12:{s:3:"tag";s:13:"6538f5a7e9b8f";s:3:"url";s:150:"http://cxfoot.com/api/report/index?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698231719.855478;s:10:"statusCode";i:200;s:8:"sqlCount";i:14;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:8460864;s:14:"processingTime";d:0.2283000946044922;}s:10:"exceptions";a:0:{}} \ No newline at end of file diff --git a/runtime/debug/653a2cd5be235.data b/runtime/debug/653a2cd5be235.data new file mode 100644 index 0000000..6bc2e10 --- /dev/null +++ b/runtime/debug/653a2cd5be235.data @@ -0,0 +1,281 @@ +a:14:{s:6:"config";s:1870:"a:5:{s:10:"phpVersion";s:5:"7.3.4";s:10:"yiiVersion";s:6:"2.0.46";s:11:"application";a:8:{s:3:"yii";s:6:"2.0.46";s:4:"name";s:14:"My Application";s:7:"version";s:3:"1.0";s:8:"language";s:5:"zh-CN";s:14:"sourceLanguage";s:5:"en-US";s:7:"charset";s:5:"UTF-8";s:3:"env";s:3:"dev";s:5:"debug";b:1;}s:3:"php";a:5:{s:7:"version";s:5:"7.3.4";s:6:"xdebug";b:0;s:3:"apc";b:0;s:8:"memcache";b:0;s:9:"memcached";b:0;}s:10:"extensions";a:7:{s:18:"yiisoft/yii2-faker";a:3:{s:4:"name";s:18:"yiisoft/yii2-faker";s:7:"version";s:7:"2.0.5.0";s:5:"alias";a:1:{s:10:"@yii/faker";s:56:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-faker/src";}}s:24:"yiisoft/yii2-swiftmailer";a:3:{s:4:"name";s:24:"yiisoft/yii2-swiftmailer";s:7:"version";s:7:"2.1.3.0";s:5:"alias";a:1:{s:16:"@yii/swiftmailer";s:62:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-swiftmailer/src";}}s:22:"yiisoft/yii2-bootstrap";a:3:{s:4:"name";s:22:"yiisoft/yii2-bootstrap";s:7:"version";s:8:"2.0.11.0";s:5:"alias";a:1:{s:14:"@yii/bootstrap";s:60:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-bootstrap/src";}}s:16:"yiisoft/yii2-gii";a:3:{s:4:"name";s:16:"yiisoft/yii2-gii";s:7:"version";s:7:"2.1.4.0";s:5:"alias";a:1:{s:8:"@yii/gii";s:54:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-gii/src";}}s:18:"yiisoft/yii2-redis";a:3:{s:4:"name";s:18:"yiisoft/yii2-redis";s:7:"version";s:8:"2.0.18.0";s:5:"alias";a:1:{s:10:"@yii/redis";s:56:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-redis/src";}}s:18:"yiisoft/yii2-debug";a:3:{s:4:"name";s:18:"yiisoft/yii2-debug";s:7:"version";s:8:"2.1.21.0";s:5:"alias";a:1:{s:10:"@yii/debug";s:56:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-debug/src";}}s:24:"jianyan74/yii2-websocket";a:3:{s:4:"name";s:24:"jianyan74/yii2-websocket";s:7:"version";s:7:"1.1.1.0";s:5:"alias";a:1:{s:18:"@jianyan/websocket";s:62:"D:\phpstudy_pro\WWW\cxfoot\vendor/jianyan74/yii2-websocket/src";}}}}";s:3:"log";s:22951:"a:1:{s:8:"messages";a:40:{i:0;a:6:{i:0;s:33:"Bootstrap with yii\log\Dispatcher";i:1;i:8;i:2;s:31:"yii\base\Application::bootstrap";i:3;d:1698311381.746292;i:4;a:0:{}i:5;i:2497176;}i:1;a:6:{i:0;s:21:"Loading module: debug";i:1;i:8;i:2;s:26:"yii\base\Module::getModule";i:3;d:1698311381.746313;i:4;a:0:{}i:5;i:2498352;}i:2;a:6:{i:0;s:44:"Bootstrap with yii\debug\Module::bootstrap()";i:1;i:8;i:2;s:31:"yii\base\Application::bootstrap";i:3;d:1698311381.777914;i:4;a:0:{}i:5;i:4073584;}i:3;a:6:{i:0;s:61:"Opening redis DB connection: tcp://127.0.0.1:6379, database=0";i:1;i:8;i:2;s:26:"yii\redis\Connection::open";i:3;d:1698311381.781566;i:4;a:0:{}i:5;i:4290032;}i:4;a:6:{i:0;s:31:"Executing Redis Command: SELECT";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698311381.782099;i:4;a:0:{}i:5;i:4292240;}i:5;a:6:{i:0;s:28:"Executing Redis Command: GET";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698311381.782377;i:4;a:0:{}i:5;i:4300424;}i:6;a:6:{i:0;s:28:"Executing Redis Command: GET";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698311381.784254;i:4;a:0:{}i:5;i:4372704;}i:7;a:6:{i:0;s:19:"Loading module: gii";i:1;i:8;i:2;s:26:"yii\base\Module::getModule";i:3;d:1698311381.784493;i:4;a:0:{}i:5;i:4373048;}i:8;a:6:{i:0;s:42:"Bootstrap with yii\gii\Module::bootstrap()";i:1;i:8;i:2;s:31:"yii\base\Application::bootstrap";i:3;d:1698311381.785614;i:4;a:0:{}i:5;i:4397072;}i:9;a:6:{i:0;s:28:"Executing Redis Command: GET";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698311381.78565;i:4;a:0:{}i:5;i:4403464;}i:18;a:6:{i:0;s:39:"Route requested: 'api/user/modify-user'";i:1;i:8;i:2;s:34:"yii\web\Application::handleRequest";i:3;d:1698311381.788958;i:4;a:0:{}i:5;i:4628712;}i:19;a:6:{i:0;s:19:"Loading module: api";i:1;i:8;i:2;s:26:"yii\base\Module::getModule";i:3;d:1698311381.788971;i:4;a:0:{}i:5;i:4630344;}i:20;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_wechat_app`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698311381.815192;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6055432;}i:21;a:6:{i:0;s:57:"Opening DB connection: mysql:host=127.0.0.1;dbname=cxfoot";i:1;i:4;i:2;s:23:"yii\db\Connection::open";i:3;d:1698311381.815247;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6057864;}i:26;a:6:{i:0;s:782:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_wechat_app' AND `kcu`.`TABLE_NAME` = 'cx_wechat_app'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698311381.820036;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6144176;}i:29;a:6:{i:0;s:71:"SELECT * FROM `cx_wechat_app` WHERE (`cx_mch_id`=0) AND (`is_delete`=0)";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698311381.826933;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6480744;}i:32;a:6:{i:0;s:34:"Route to run: api/user/modify-user";i:1;i:8;i:2;s:30:"yii\base\Controller::runAction";i:3;d:1698311381.84316;i:4;a:0:{}i:5;i:6709728;}i:33;a:6:{i:0;s:119:"SELECT * FROM `cx_user_token` WHERE ((`is_delete`=0) AND (`token`='SF5fP6gUUrct1a') AND (`cx_mch_id`=0)) AND (`type`=3)";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698311381.853057;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6986272;}i:36;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_user_token`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698311381.854091;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6994528;}i:39;a:6:{i:0;s:782:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user_token' AND `kcu`.`TABLE_NAME` = 'cx_user_token'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698311381.855315;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7008376;}i:42;a:6:{i:0;s:32:"SHOW FULL COLUMNS FROM `cx_user`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698311381.856032;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7012256;}i:45;a:6:{i:0;s:770:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user' AND `kcu`.`TABLE_NAME` = 'cx_user'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698311381.857524;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7034352;}i:48;a:6:{i:0;s:78:"SELECT * FROM `cx_user` WHERE (`id`='65') AND (`is_delete`=0) AND (`status`=0)";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698311381.858259;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7042336;}i:51;a:6:{i:0;s:56:"User '65' logged in from 127.0.0.1. Session not enabled.";i:1;i:4;i:2;s:19:"yii\web\User::login";i:3;d:1698311381.866196;i:4;a:2:{i:0;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7282288;}i:52;a:6:{i:0;s:78:"Running action: app\modules\api\controllers\UserController::actionModifyUser()";i:1;i:8;i:2;s:36:"yii\base\InlineAction::runWithParams";i:3;d:1698311381.86627;i:4;a:0:{}i:5;i:7280040;}i:53;a:6:{i:0;s:58:"SELECT * FROM `cx_user` WHERE `mobile_phone`='18222222223'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698311381.871373;i:4;a:2:{i:0;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:73;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7392520;}i:56;a:6:{i:0;s:17:"Begin transaction";i:1;i:8;i:2;s:25:"yii\db\Transaction::begin";i:3;d:1698311381.872691;i:4;a:2:{i:0;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:83;s:8:"function";s:16:"beginTransaction";s:5:"class";s:17:"yii\db\Connection";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7414992;}i:57;a:6:{i:0;s:37:"Executing Redis Command: CLUSTER INFO";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698311381.873561;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\components\FlashStorage.php";s:4:"line";i:67;s:8:"function";s:3:"get";s:5:"class";s:17:"yii\caching\Cache";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:356;s:8:"function";s:8:"getCache";s:5:"class";s:27:"app\components\FlashStorage";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:86;s:8:"function";s:16:"generateUsername";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7436640;}i:58;a:6:{i:0;s:28:"Executing Redis Command: GET";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698311381.874769;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\components\FlashStorage.php";s:4:"line";i:67;s:8:"function";s:3:"get";s:5:"class";s:17:"yii\caching\Cache";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:356;s:8:"function";s:8:"getCache";s:5:"class";s:27:"app\components\FlashStorage";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:86;s:8:"function";s:16:"generateUsername";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7443664;}i:59;a:6:{i:0;s:28:"Executing Redis Command: SET";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698311381.87498;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\components\FlashStorage.php";s:4:"line";i:47;s:8:"function";s:3:"set";s:5:"class";s:17:"yii\caching\Cache";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:362;s:8:"function";s:8:"setCache";s:5:"class";s:27:"app\components\FlashStorage";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:86;s:8:"function";s:16:"generateUsername";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7445920;}i:60;a:6:{i:0;s:28:"Executing Redis Command: GET";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698311381.875148;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\components\FlashStorage.php";s:4:"line";i:67;s:8:"function";s:3:"get";s:5:"class";s:17:"yii\caching\Cache";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:409;s:8:"function";s:8:"getCache";s:5:"class";s:27:"app\components\FlashStorage";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:365;s:8:"function";s:9:"_generate";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7448624;}i:61;a:6:{i:0;s:28:"Executing Redis Command: SET";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698311381.875306;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\components\FlashStorage.php";s:4:"line";i:47;s:8:"function";s:3:"set";s:5:"class";s:17:"yii\caching\Cache";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:414;s:8:"function";s:8:"setCache";s:5:"class";s:27:"app\components\FlashStorage";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:365;s:8:"function";s:9:"_generate";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7450880;}i:62;a:6:{i:0;s:64:"SELECT EXISTS(SELECT * FROM `cx_user` WHERE `username`='U1aGfa')";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698311381.875617;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:366;s:8:"function";s:6:"exists";s:5:"class";s:12:"yii\db\Query";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:86;s:8:"function";s:16:"generateUsername";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7454352;}i:65;a:6:{i:0;s:28:"Executing Redis Command: DEL";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698311381.876022;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\components\FlashStorage.php";s:4:"line";i:57;s:8:"function";s:6:"delete";s:5:"class";s:17:"yii\caching\Cache";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:368;s:8:"function";s:11:"deleteCache";s:5:"class";s:27:"app\components\FlashStorage";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:86;s:8:"function";s:16:"generateUsername";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7463344;}i:66;a:6:{i:0;s:74:"SELECT EXISTS(SELECT * FROM `cx_user` WHERE `cx_user`.`username`='U1aGfa')";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698311382.741262;i:4;a:2:{i:0;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:106;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7600560;}i:69;a:6:{i:0;s:507:"INSERT INTO `cx_user` (`cx_mch_id`, `real_name`, `mobile_phone`, `gender`, `is_view`, `mobile_prefix`, `nickname`, `avatar_url`, `access_token`, `type`, `username`, `password`, `auth_key`, `email`, `created_at`, `updated_at`, `desc`) VALUES (0, '王五', '18222222223', 1, '42.5', '86', '王五', '/statics/images/avatar.jpg', 'pHFaguuSu7yQ6Ih9M2vRtp4n-h04ElJ1', 0, 'U1aGfa', '$2y$13$Mjzs72qrxC6HFjjLhrIWGuBVI/YoTM9IPVPDKkjTnu6TQW4136qfW', '8ORFTHONdVxE30rz0UMIt_p3tkzj839S', '', 1698311382, 1698311382, '')";i:1;i:4;i:2;s:23:"yii\db\Command::execute";i:3;d:1698311382.814339;i:4;a:2:{i:0;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:106;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:9529904;}i:72;a:6:{i:0;s:18:"Commit transaction";i:1;i:8;i:2;s:26:"yii\db\Transaction::commit";i:3;d:1698311382.815685;i:4;a:2:{i:0;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:110;s:8:"function";s:6:"commit";s:5:"class";s:18:"yii\db\Transaction";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:9525072;}i:73;a:6:{i:0;s:35:"SHOW FULL COLUMNS FROM `cx_api_log`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698311382.845105;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:9715736;}i:76;a:6:{i:0;s:776:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_api_log' AND `kcu`.`TABLE_NAME` = 'cx_api_log'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698311382.88448;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:9734648;}i:79;a:6:{i:0;s:655:"INSERT INTO `cx_api_log` (`cx_mch_id`, `user_id`, `route`, `module_id`, `controller_id`, `action_id`, `url`, `method`, `method_param`, `ipv4`, `is_pass`, `request_date`, `request_time`, `response_time`, `process_consume_time`, `is_delete`, `created_at`) VALUES (0, '65', 'api/user/modify-user', 'api', 'user', 'modify-user', '/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124', 'POST', '{\"real_name\":\"王五\",\"gender\":\"1\",\"is_view\":\"42.5\",\"mobile_phone\":\"18222222223\"}', '127.0.0.1', 1, '2023-10-26', 1698311381793, 1698311382886, 1093, 0, 1698311382)";i:1;i:4;i:2;s:23:"yii\db\Command::execute";i:3;d:1698311382.886693;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:125;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:9774072;}}}";s:9:"profiling";s:29557:"a:3:{s:6:"memory";i:9872120;s:4:"time";d:1.189652919769287;s:8:"messages";a:34:{i:22;a:6:{i:0;s:57:"Opening DB connection: mysql:host=127.0.0.1;dbname=cxfoot";i:1;i:80;i:2;s:23:"yii\db\Connection::open";i:3;d:1698311381.815266;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6058992;}i:23;a:6:{i:0;s:57:"Opening DB connection: mysql:host=127.0.0.1;dbname=cxfoot";i:1;i:96;i:2;s:23:"yii\db\Connection::open";i:3;d:1698311381.817257;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6108152;}i:24;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_wechat_app`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698311381.81729;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6108392;}i:25;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_wechat_app`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698311381.81832;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6124224;}i:27;a:6:{i:0;s:782:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_wechat_app' AND `kcu`.`TABLE_NAME` = 'cx_wechat_app'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698311381.820079;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6147040;}i:28;a:6:{i:0;s:782:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_wechat_app' AND `kcu`.`TABLE_NAME` = 'cx_wechat_app'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698311381.820834;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6149424;}i:30;a:6:{i:0;s:71:"SELECT * FROM `cx_wechat_app` WHERE (`cx_mch_id`=0) AND (`is_delete`=0)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698311381.82697;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6481992;}i:31;a:6:{i:0;s:71:"SELECT * FROM `cx_wechat_app` WHERE (`cx_mch_id`=0) AND (`is_delete`=0)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698311381.827515;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6488664;}i:34;a:6:{i:0;s:119:"SELECT * FROM `cx_user_token` WHERE ((`is_delete`=0) AND (`token`='SF5fP6gUUrct1a') AND (`cx_mch_id`=0)) AND (`type`=3)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698311381.853104;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6987840;}i:35;a:6:{i:0;s:119:"SELECT * FROM `cx_user_token` WHERE ((`is_delete`=0) AND (`token`='SF5fP6gUUrct1a') AND (`cx_mch_id`=0)) AND (`type`=3)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698311381.853965;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6991528;}i:37;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_user_token`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698311381.854121;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6996648;}i:38;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_user_token`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698311381.855029;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7008912;}i:40;a:6:{i:0;s:782:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user_token' AND `kcu`.`TABLE_NAME` = 'cx_user_token'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698311381.855344;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7011992;}i:41;a:6:{i:0;s:782:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user_token' AND `kcu`.`TABLE_NAME` = 'cx_user_token'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698311381.855854;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7015128;}i:43;a:6:{i:0;s:32:"SHOW FULL COLUMNS FROM `cx_user`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698311381.856058;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7014376;}i:44;a:6:{i:0;s:32:"SHOW FULL COLUMNS FROM `cx_user`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698311381.85695;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7044520;}i:46;a:6:{i:0;s:770:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user' AND `kcu`.`TABLE_NAME` = 'cx_user'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698311381.857551;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7037968;}i:47;a:6:{i:0;s:770:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user' AND `kcu`.`TABLE_NAME` = 'cx_user'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698311381.858013;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7041104;}i:49;a:6:{i:0;s:78:"SELECT * FROM `cx_user` WHERE (`id`='65') AND (`is_delete`=0) AND (`status`=0)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698311381.858284;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7044088;}i:50;a:6:{i:0;s:78:"SELECT * FROM `cx_user` WHERE (`id`='65') AND (`is_delete`=0) AND (`status`=0)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698311381.85864;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7050520;}i:54;a:6:{i:0;s:58:"SELECT * FROM `cx_user` WHERE `mobile_phone`='18222222223'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698311381.871409;i:4;a:2:{i:0;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:73;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7394352;}i:55;a:6:{i:0;s:58:"SELECT * FROM `cx_user` WHERE `mobile_phone`='18222222223'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698311381.871916;i:4;a:2:{i:0;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:73;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7397792;}i:63;a:6:{i:0;s:64:"SELECT EXISTS(SELECT * FROM `cx_user` WHERE `username`='U1aGfa')";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698311381.875646;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:366;s:8:"function";s:6:"exists";s:5:"class";s:12:"yii\db\Query";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:86;s:8:"function";s:16:"generateUsername";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7456584;}i:64;a:6:{i:0;s:64:"SELECT EXISTS(SELECT * FROM `cx_user` WHERE `username`='U1aGfa')";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698311381.875973;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:366;s:8:"function";s:6:"exists";s:5:"class";s:12:"yii\db\Query";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:86;s:8:"function";s:16:"generateUsername";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7458800;}i:67;a:6:{i:0;s:74:"SELECT EXISTS(SELECT * FROM `cx_user` WHERE `cx_user`.`username`='U1aGfa')";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698311382.741304;i:4;a:2:{i:0;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:106;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7602432;}i:68;a:6:{i:0;s:74:"SELECT EXISTS(SELECT * FROM `cx_user` WHERE `cx_user`.`username`='U1aGfa')";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698311382.741788;i:4;a:2:{i:0;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:106;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7604272;}i:70;a:6:{i:0;s:507:"INSERT INTO `cx_user` (`cx_mch_id`, `real_name`, `mobile_phone`, `gender`, `is_view`, `mobile_prefix`, `nickname`, `avatar_url`, `access_token`, `type`, `username`, `password`, `auth_key`, `email`, `created_at`, `updated_at`, `desc`) VALUES (0, '王五', '18222222223', 1, '42.5', '86', '王五', '/statics/images/avatar.jpg', 'pHFaguuSu7yQ6Ih9M2vRtp4n-h04ElJ1', 0, 'U1aGfa', '$2y$13$Mjzs72qrxC6HFjjLhrIWGuBVI/YoTM9IPVPDKkjTnu6TQW4136qfW', '8ORFTHONdVxE30rz0UMIt_p3tkzj839S', '', 1698311382, 1698311382, '')";i:1;i:80;i:2;s:23:"yii\db\Command::execute";i:3;d:1698311382.814387;i:4;a:2:{i:0;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:106;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:9527824;}i:71;a:6:{i:0;s:507:"INSERT INTO `cx_user` (`cx_mch_id`, `real_name`, `mobile_phone`, `gender`, `is_view`, `mobile_prefix`, `nickname`, `avatar_url`, `access_token`, `type`, `username`, `password`, `auth_key`, `email`, `created_at`, `updated_at`, `desc`) VALUES (0, '王五', '18222222223', 1, '42.5', '86', '王五', '/statics/images/avatar.jpg', 'pHFaguuSu7yQ6Ih9M2vRtp4n-h04ElJ1', 0, 'U1aGfa', '$2y$13$Mjzs72qrxC6HFjjLhrIWGuBVI/YoTM9IPVPDKkjTnu6TQW4136qfW', '8ORFTHONdVxE30rz0UMIt_p3tkzj839S', '', 1698311382, 1698311382, '')";i:1;i:96;i:2;s:23:"yii\db\Command::execute";i:3;d:1698311382.815079;i:4;a:2:{i:0;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:106;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:9529976;}i:74;a:6:{i:0;s:35:"SHOW FULL COLUMNS FROM `cx_api_log`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698311382.845144;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:9717856;}i:75;a:6:{i:0;s:35:"SHOW FULL COLUMNS FROM `cx_api_log`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698311382.883974;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:9740816;}i:77;a:6:{i:0;s:776:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_api_log' AND `kcu`.`TABLE_NAME` = 'cx_api_log'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698311382.884527;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:9738264;}i:78;a:6:{i:0;s:776:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_api_log' AND `kcu`.`TABLE_NAME` = 'cx_api_log'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698311382.885073;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:9741400;}i:80;a:6:{i:0;s:655:"INSERT INTO `cx_api_log` (`cx_mch_id`, `user_id`, `route`, `module_id`, `controller_id`, `action_id`, `url`, `method`, `method_param`, `ipv4`, `is_pass`, `request_date`, `request_time`, `response_time`, `process_consume_time`, `is_delete`, `created_at`) VALUES (0, '65', 'api/user/modify-user', 'api', 'user', 'modify-user', '/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124', 'POST', '{\"real_name\":\"王五\",\"gender\":\"1\",\"is_view\":\"42.5\",\"mobile_phone\":\"18222222223\"}', '127.0.0.1', 1, '2023-10-26', 1698311381793, 1698311382886, 1093, 0, 1698311382)";i:1;i:80;i:2;s:23:"yii\db\Command::execute";i:3;d:1698311382.886725;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:125;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:9772432;}i:81;a:6:{i:0;s:655:"INSERT INTO `cx_api_log` (`cx_mch_id`, `user_id`, `route`, `module_id`, `controller_id`, `action_id`, `url`, `method`, `method_param`, `ipv4`, `is_pass`, `request_date`, `request_time`, `response_time`, `process_consume_time`, `is_delete`, `created_at`) VALUES (0, '65', 'api/user/modify-user', 'api', 'user', 'modify-user', '/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124', 'POST', '{\"real_name\":\"王五\",\"gender\":\"1\",\"is_view\":\"42.5\",\"mobile_phone\":\"18222222223\"}', '127.0.0.1', 1, '2023-10-26', 1698311381793, 1698311382886, 1093, 0, 1698311382)";i:1;i:96;i:2;s:23:"yii\db\Command::execute";i:3;d:1698311382.903748;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:125;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:9775088;}}}";s:2:"db";s:28755:"a:1:{s:8:"messages";a:32:{i:24;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_wechat_app`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698311381.81729;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6108392;}i:25;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_wechat_app`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698311381.81832;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6124224;}i:27;a:6:{i:0;s:782:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_wechat_app' AND `kcu`.`TABLE_NAME` = 'cx_wechat_app'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698311381.820079;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6147040;}i:28;a:6:{i:0;s:782:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_wechat_app' AND `kcu`.`TABLE_NAME` = 'cx_wechat_app'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698311381.820834;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6149424;}i:30;a:6:{i:0;s:71:"SELECT * FROM `cx_wechat_app` WHERE (`cx_mch_id`=0) AND (`is_delete`=0)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698311381.82697;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6481992;}i:31;a:6:{i:0;s:71:"SELECT * FROM `cx_wechat_app` WHERE (`cx_mch_id`=0) AND (`is_delete`=0)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698311381.827515;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6488664;}i:34;a:6:{i:0;s:119:"SELECT * FROM `cx_user_token` WHERE ((`is_delete`=0) AND (`token`='SF5fP6gUUrct1a') AND (`cx_mch_id`=0)) AND (`type`=3)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698311381.853104;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6987840;}i:35;a:6:{i:0;s:119:"SELECT * FROM `cx_user_token` WHERE ((`is_delete`=0) AND (`token`='SF5fP6gUUrct1a') AND (`cx_mch_id`=0)) AND (`type`=3)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698311381.853965;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6991528;}i:37;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_user_token`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698311381.854121;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6996648;}i:38;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_user_token`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698311381.855029;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7008912;}i:40;a:6:{i:0;s:782:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user_token' AND `kcu`.`TABLE_NAME` = 'cx_user_token'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698311381.855344;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7011992;}i:41;a:6:{i:0;s:782:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user_token' AND `kcu`.`TABLE_NAME` = 'cx_user_token'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698311381.855854;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7015128;}i:43;a:6:{i:0;s:32:"SHOW FULL COLUMNS FROM `cx_user`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698311381.856058;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7014376;}i:44;a:6:{i:0;s:32:"SHOW FULL COLUMNS FROM `cx_user`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698311381.85695;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7044520;}i:46;a:6:{i:0;s:770:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user' AND `kcu`.`TABLE_NAME` = 'cx_user'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698311381.857551;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7037968;}i:47;a:6:{i:0;s:770:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user' AND `kcu`.`TABLE_NAME` = 'cx_user'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698311381.858013;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7041104;}i:49;a:6:{i:0;s:78:"SELECT * FROM `cx_user` WHERE (`id`='65') AND (`is_delete`=0) AND (`status`=0)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698311381.858284;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7044088;}i:50;a:6:{i:0;s:78:"SELECT * FROM `cx_user` WHERE (`id`='65') AND (`is_delete`=0) AND (`status`=0)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698311381.85864;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7050520;}i:54;a:6:{i:0;s:58:"SELECT * FROM `cx_user` WHERE `mobile_phone`='18222222223'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698311381.871409;i:4;a:2:{i:0;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:73;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7394352;}i:55;a:6:{i:0;s:58:"SELECT * FROM `cx_user` WHERE `mobile_phone`='18222222223'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698311381.871916;i:4;a:2:{i:0;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:73;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7397792;}i:63;a:6:{i:0;s:64:"SELECT EXISTS(SELECT * FROM `cx_user` WHERE `username`='U1aGfa')";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698311381.875646;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:366;s:8:"function";s:6:"exists";s:5:"class";s:12:"yii\db\Query";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:86;s:8:"function";s:16:"generateUsername";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7456584;}i:64;a:6:{i:0;s:64:"SELECT EXISTS(SELECT * FROM `cx_user` WHERE `username`='U1aGfa')";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698311381.875973;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:366;s:8:"function";s:6:"exists";s:5:"class";s:12:"yii\db\Query";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:86;s:8:"function";s:16:"generateUsername";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7458800;}i:67;a:6:{i:0;s:74:"SELECT EXISTS(SELECT * FROM `cx_user` WHERE `cx_user`.`username`='U1aGfa')";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698311382.741304;i:4;a:2:{i:0;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:106;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7602432;}i:68;a:6:{i:0;s:74:"SELECT EXISTS(SELECT * FROM `cx_user` WHERE `cx_user`.`username`='U1aGfa')";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698311382.741788;i:4;a:2:{i:0;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:106;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7604272;}i:70;a:6:{i:0;s:507:"INSERT INTO `cx_user` (`cx_mch_id`, `real_name`, `mobile_phone`, `gender`, `is_view`, `mobile_prefix`, `nickname`, `avatar_url`, `access_token`, `type`, `username`, `password`, `auth_key`, `email`, `created_at`, `updated_at`, `desc`) VALUES (0, '王五', '18222222223', 1, '42.5', '86', '王五', '/statics/images/avatar.jpg', 'pHFaguuSu7yQ6Ih9M2vRtp4n-h04ElJ1', 0, 'U1aGfa', '$2y$13$Mjzs72qrxC6HFjjLhrIWGuBVI/YoTM9IPVPDKkjTnu6TQW4136qfW', '8ORFTHONdVxE30rz0UMIt_p3tkzj839S', '', 1698311382, 1698311382, '')";i:1;i:80;i:2;s:23:"yii\db\Command::execute";i:3;d:1698311382.814387;i:4;a:2:{i:0;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:106;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:9527824;}i:71;a:6:{i:0;s:507:"INSERT INTO `cx_user` (`cx_mch_id`, `real_name`, `mobile_phone`, `gender`, `is_view`, `mobile_prefix`, `nickname`, `avatar_url`, `access_token`, `type`, `username`, `password`, `auth_key`, `email`, `created_at`, `updated_at`, `desc`) VALUES (0, '王五', '18222222223', 1, '42.5', '86', '王五', '/statics/images/avatar.jpg', 'pHFaguuSu7yQ6Ih9M2vRtp4n-h04ElJ1', 0, 'U1aGfa', '$2y$13$Mjzs72qrxC6HFjjLhrIWGuBVI/YoTM9IPVPDKkjTnu6TQW4136qfW', '8ORFTHONdVxE30rz0UMIt_p3tkzj839S', '', 1698311382, 1698311382, '')";i:1;i:96;i:2;s:23:"yii\db\Command::execute";i:3;d:1698311382.815079;i:4;a:2:{i:0;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:106;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:9529976;}i:74;a:6:{i:0;s:35:"SHOW FULL COLUMNS FROM `cx_api_log`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698311382.845144;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:9717856;}i:75;a:6:{i:0;s:35:"SHOW FULL COLUMNS FROM `cx_api_log`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698311382.883974;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:9740816;}i:77;a:6:{i:0;s:776:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_api_log' AND `kcu`.`TABLE_NAME` = 'cx_api_log'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698311382.884527;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:9738264;}i:78;a:6:{i:0;s:776:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_api_log' AND `kcu`.`TABLE_NAME` = 'cx_api_log'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698311382.885073;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:9741400;}i:80;a:6:{i:0;s:655:"INSERT INTO `cx_api_log` (`cx_mch_id`, `user_id`, `route`, `module_id`, `controller_id`, `action_id`, `url`, `method`, `method_param`, `ipv4`, `is_pass`, `request_date`, `request_time`, `response_time`, `process_consume_time`, `is_delete`, `created_at`) VALUES (0, '65', 'api/user/modify-user', 'api', 'user', 'modify-user', '/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124', 'POST', '{\"real_name\":\"王五\",\"gender\":\"1\",\"is_view\":\"42.5\",\"mobile_phone\":\"18222222223\"}', '127.0.0.1', 1, '2023-10-26', 1698311381793, 1698311382886, 1093, 0, 1698311382)";i:1;i:80;i:2;s:23:"yii\db\Command::execute";i:3;d:1698311382.886725;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:125;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:9772432;}i:81;a:6:{i:0;s:655:"INSERT INTO `cx_api_log` (`cx_mch_id`, `user_id`, `route`, `module_id`, `controller_id`, `action_id`, `url`, `method`, `method_param`, `ipv4`, `is_pass`, `request_date`, `request_time`, `response_time`, `process_consume_time`, `is_delete`, `created_at`) VALUES (0, '65', 'api/user/modify-user', 'api', 'user', 'modify-user', '/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124', 'POST', '{\"real_name\":\"王五\",\"gender\":\"1\",\"is_view\":\"42.5\",\"mobile_phone\":\"18222222223\"}', '127.0.0.1', 1, '2023-10-26', 1698311381793, 1698311382886, 1093, 0, 1698311382)";i:1;i:96;i:2;s:23:"yii\db\Command::execute";i:3;d:1698311382.903748;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:125;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:9775088;}}}";s:5:"event";s:7782:"a:44:{i:0;a:5:{s:4:"time";d:1698311381.782366;s:4:"name";s:9:"afterOpen";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:20:"yii\redis\Connection";}i:1;a:5:{s:4:"time";d:1698311381.788124;s:4:"name";s:13:"beforeRequest";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:19:"yii\web\Application";}i:2;a:5:{s:4:"time";d:1698311381.809373;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:3;a:5:{s:4:"time";d:1698311381.817248;s:4:"name";s:9:"afterOpen";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:17:"yii\db\Connection";}i:4;a:5:{s:4:"time";d:1698311381.827567;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:27:"app\models\wechat\WechatApp";}i:5;a:5:{s:4:"time";d:1698311381.827629;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:27:"app\models\wechat\WechatApp";}i:6;a:5:{s:4:"time";d:1698311381.843731;s:4:"name";s:12:"beforeAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:19:"yii\web\Application";}i:7;a:5:{s:4:"time";d:1698311381.843746;s:4:"name";s:12:"beforeAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:22:"app\modules\api\Module";}i:8;a:5:{s:4:"time";d:1698311381.850612;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:9;a:5:{s:4:"time";d:1698311381.854023;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:20:"app\models\UserToken";}i:10;a:5:{s:4:"time";d:1698311381.855928;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:20:"app\models\UserToken";}i:11;a:5:{s:4:"time";d:1698311381.855964;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:12;a:5:{s:4:"time";d:1698311381.858679;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:15:"app\models\User";}i:13;a:5:{s:4:"time";d:1698311381.858745;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:15:"app\models\User";}i:14;a:5:{s:4:"time";d:1698311381.859382;s:4:"name";s:11:"beforeLogin";s:5:"class";s:17:"yii\web\UserEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:12:"yii\web\User";}i:15;a:5:{s:4:"time";d:1698311381.866233;s:4:"name";s:10:"afterLogin";s:5:"class";s:17:"yii\web\UserEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:12:"yii\web\User";}i:16;a:5:{s:4:"time";d:1698311381.866251;s:4:"name";s:12:"beforeAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:42:"app\modules\api\controllers\UserController";}i:17;a:5:{s:4:"time";d:1698311381.870193;s:4:"name";s:14:"beforeValidate";s:5:"class";s:19:"yii\base\ModelEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:37:"app\modules\api\models\UserModifyForm";}i:18;a:5:{s:4:"time";d:1698311381.870336;s:4:"name";s:13:"afterValidate";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:37:"app\modules\api\models\UserModifyForm";}i:19;a:5:{s:4:"time";d:1698311381.871131;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:20;a:5:{s:4:"time";d:1698311381.872718;s:4:"name";s:16:"beginTransaction";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:17:"yii\db\Connection";}i:21;a:5:{s:4:"time";d:1698311381.875471;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:22;a:5:{s:4:"time";d:1698311382.734496;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:15:"app\models\User";}i:23;a:5:{s:4:"time";d:1698311382.734633;s:4:"name";s:14:"beforeValidate";s:5:"class";s:19:"yii\base\ModelEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:15:"app\models\User";}i:24;a:5:{s:4:"time";d:1698311382.741088;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:25;a:5:{s:4:"time";d:1698311382.741138;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:26;a:5:{s:4:"time";d:1698311382.741836;s:4:"name";s:13:"afterValidate";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:15:"app\models\User";}i:27;a:5:{s:4:"time";d:1698311382.741858;s:4:"name";s:12:"beforeInsert";s:5:"class";s:19:"yii\base\ModelEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:15:"app\models\User";}i:28;a:5:{s:4:"time";d:1698311382.81567;s:4:"name";s:11:"afterInsert";s:5:"class";s:21:"yii\db\AfterSaveEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:15:"app\models\User";}i:29;a:5:{s:4:"time";d:1698311382.842101;s:4:"name";s:17:"commitTransaction";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:17:"yii\db\Connection";}i:30;a:5:{s:4:"time";d:1698311382.842126;s:4:"name";s:14:"beforeValidate";s:5:"class";s:19:"yii\base\ModelEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:32:"app\modules\api\models\LoginForm";}i:31;a:5:{s:4:"time";d:1698311382.844035;s:4:"name";s:13:"afterValidate";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:32:"app\modules\api\models\LoginForm";}i:32;a:5:{s:4:"time";d:1698311382.84504;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"app\models\log\ApiLog";}i:33;a:5:{s:4:"time";d:1698311382.88605;s:4:"name";s:14:"beforeValidate";s:5:"class";s:19:"yii\base\ModelEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"app\models\log\ApiLog";}i:34;a:5:{s:4:"time";d:1698311382.886451;s:4:"name";s:13:"afterValidate";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"app\models\log\ApiLog";}i:35;a:5:{s:4:"time";d:1698311382.886469;s:4:"name";s:12:"beforeInsert";s:5:"class";s:19:"yii\base\ModelEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"app\models\log\ApiLog";}i:36;a:5:{s:4:"time";d:1698311382.903873;s:4:"name";s:11:"afterInsert";s:5:"class";s:21:"yii\db\AfterSaveEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"app\models\log\ApiLog";}i:37;a:5:{s:4:"time";d:1698311382.903919;s:4:"name";s:11:"afterAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:42:"app\modules\api\controllers\UserController";}i:38;a:5:{s:4:"time";d:1698311382.903933;s:4:"name";s:11:"afterAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:22:"app\modules\api\Module";}i:39;a:5:{s:4:"time";d:1698311382.903974;s:4:"name";s:11:"afterAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:19:"yii\web\Application";}i:40;a:5:{s:4:"time";d:1698311382.90399;s:4:"name";s:12:"afterRequest";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:19:"yii\web\Application";}i:41;a:5:{s:4:"time";d:1698311382.904001;s:4:"name";s:10:"beforeSend";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:16:"yii\web\Response";}i:42;a:5:{s:4:"time";d:1698311382.908283;s:4:"name";s:12:"afterPrepare";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:16:"yii\web\Response";}i:43;a:5:{s:4:"time";d:1698311382.908365;s:4:"name";s:9:"afterSend";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:16:"yii\web\Response";}}";s:4:"mail";s:6:"a:0:{}";s:8:"timeline";s:91:"a:3:{s:5:"start";d:1698311381.721451;s:3:"end";d:1698311382.911476;s:6:"memory";i:9872120;}";s:4:"dump";s:6:"a:0:{}";s:6:"router";s:1694:"a:3:{s:8:"messages";a:8:{i:10;a:6:{i:0;a:3:{s:4:"rule";s:3:"gii";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698311381.788877;i:4;a:0:{}i:5;i:4623120;}i:11;a:6:{i:0;a:3:{s:4:"rule";s:12:"gii/";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698311381.788896;i:4;a:0:{}i:5;i:4623872;}i:12;a:6:{i:0;a:3:{s:4:"rule";s:41:"gii//";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698311381.788907;i:4;a:0:{}i:5;i:4624624;}i:13;a:6:{i:0;a:3:{s:4:"rule";s:5:"debug";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698311381.788914;i:4;a:0:{}i:5;i:4625376;}i:14;a:6:{i:0;a:3:{s:4:"rule";s:43:"debug//";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698311381.788923;i:4;a:0:{}i:5;i:4626128;}i:15;a:6:{i:0;a:3:{s:4:"rule";s:38:"//";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698311381.788932;i:4;a:0:{}i:5;i:4626880;}i:16;a:6:{i:0;a:3:{s:4:"rule";s:29:"/";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698311381.788941;i:4;a:0:{}i:5;i:4627632;}i:17;a:6:{i:0;s:55:"No matching URL rules. Using default URL parsing logic.";i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698311381.788946;i:4;a:0:{}i:5;i:4628648;}}s:5:"route";s:20:"api/user/modify-user";s:6:"action";s:62:"app\modules\api\controllers\UserController::actionModifyUser()";}";s:7:"request";s:5298:"a:15:{s:7:"flashes";a:0:{}s:10:"statusCode";i:200;s:14:"requestHeaders";a:9:{s:14:"content-length";s:3:"508";s:12:"content-type";s:80:"multipart/form-data; boundary=--------------------------545475240055066876112932";s:4:"host";s:10:"cxfoot.com";s:6:"cookie";s:148:"_csrf=a1d6c10dd8111460fbb27d44badd061f4528c45c81d36e1f4662f692ad5db80ea:2:%7Bi:0;s:5:%22_csrf%22;i:1;s:32:%22B4LwhQJpkzVqApwe4iiD-2Gm-rI-0kmT%22;%7D";s:10:"connection";s:5:"close";s:15:"accept-encoding";s:17:"gzip, deflate, br";s:6:"accept";s:3:"*/*";s:13:"cache-control";s:8:"no-cache";s:10:"user-agent";s:35:"PostmanRuntime-ApipostRuntime/1.1.0";}s:15:"responseHeaders";a:6:{s:12:"X-Powered-By";s:9:"PHP/7.3.4";s:12:"Content-Type";s:31:"application/json; charset=UTF-8";s:11:"X-Debug-Tag";s:13:"653a2cd5be235";s:16:"X-Debug-Duration";s:5:"1,188";s:12:"X-Debug-Link";s:37:"/debug/default/view?tag=653a2cd5be235";s:10:"Set-Cookie";s:204:"_csrf=c968ba6e7158f12fd391fc93b5932195d089944ee11ca8b53ecf7c6f6a096e15a%3A2%3A%7Bi%3A0%3Bs%3A5%3A%22_csrf%22%3Bi%3A1%3Bs%3A32%3A%22eSFTdI38LZ18zWYIASjqJ384pDdlaKKX%22%3B%7D; path=/; HttpOnly; SameSite=Lax";}s:5:"route";s:20:"api/user/modify-user";s:6:"action";s:62:"app\modules\api\controllers\UserController::actionModifyUser()";s:12:"actionParams";a:0:{}s:7:"general";a:5:{s:6:"method";s:4:"POST";s:6:"isAjax";b:0;s:6:"isPjax";b:0;s:7:"isFlash";b:0;s:18:"isSecureConnection";b:0;}s:11:"requestBody";a:0:{}s:6:"SERVER";a:43:{s:4:"PATH";s:954:"C:\imagemagick;C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\intel64_win\compiler;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;E:\anzhuang\QTSystem\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;D:\Git\cmd;D:\svn\bin;C:\Users\Administrator\AppData\Local\Programs\Python\Python311;C:\Users\Administrator\AppData\Local\Programs\Python\Python311\Scripts;D:\Xftp 7\;D:\微信web开发者工具\dll;C:\Users\Administrator\AppData\Local\Microsoft\WindowsApps;;D:\PhpStorm 2021.2.1\bin;;D:\Microsoft VS Code\bin;D:\phpstudy_pro\Extensions\php\php7.4.3nts;C:\Users\Administrator\AppData\Local\ComposerSetup\bin;C:\Users\Administrator\AppData\Roaming\Composer\vendor\bin";s:10:"SYSTEMROOT";s:10:"C:\WINDOWS";s:7:"COMSPEC";s:27:"C:\WINDOWS\system32\cmd.exe";s:7:"PATHEXT";s:53:".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC";s:6:"WINDIR";s:10:"C:\WINDOWS";s:5:"PHPRC";s:42:"D:/phpstudy_pro/Extensions/php/php7.3.4nts";s:21:"_FCGI_SHUTDOWN_EVENT_";s:4:"9080";s:11:"SCRIPT_NAME";s:10:"/index.php";s:11:"REQUEST_URI";s:137:"/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:12:"QUERY_STRING";s:115:"access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:14:"REQUEST_METHOD";s:4:"POST";s:15:"SERVER_PROTOCOL";s:8:"HTTP/1.1";s:17:"GATEWAY_INTERFACE";s:7:"CGI/1.1";s:21:"REDIRECT_QUERY_STRING";s:115:"access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:12:"REDIRECT_URL";s:21:"/api/user/modify-user";s:11:"REMOTE_PORT";s:5:"65183";s:15:"SCRIPT_FILENAME";s:40:"D:/phpstudy_pro/WWW/cxfoot/web/index.php";s:12:"SERVER_ADMIN";s:17:"admin@example.com";s:21:"CONTEXT_DOCUMENT_ROOT";s:30:"D:/phpstudy_pro/WWW/cxfoot/web";s:14:"CONTEXT_PREFIX";s:0:"";s:14:"REQUEST_SCHEME";s:4:"http";s:13:"DOCUMENT_ROOT";s:30:"D:/phpstudy_pro/WWW/cxfoot/web";s:11:"REMOTE_ADDR";s:9:"127.0.0.1";s:11:"SERVER_PORT";s:2:"80";s:11:"SERVER_ADDR";s:9:"127.0.0.1";s:11:"SERVER_NAME";s:10:"cxfoot.com";s:15:"SERVER_SOFTWARE";s:73:"Apache/2.4.39 (Win64) OpenSSL/1.1.1b mod_fcgid/2.3.9a mod_log_rotate/1.02";s:16:"SERVER_SIGNATURE";s:0:"";s:10:"SystemRoot";s:10:"C:\WINDOWS";s:14:"CONTENT_LENGTH";s:3:"508";s:12:"CONTENT_TYPE";s:80:"multipart/form-data; boundary=--------------------------545475240055066876112932";s:9:"HTTP_HOST";s:10:"cxfoot.com";s:11:"HTTP_COOKIE";s:148:"_csrf=a1d6c10dd8111460fbb27d44badd061f4528c45c81d36e1f4662f692ad5db80ea:2:%7Bi:0;s:5:%22_csrf%22;i:1;s:32:%22B4LwhQJpkzVqApwe4iiD-2Gm-rI-0kmT%22;%7D";s:15:"HTTP_CONNECTION";s:5:"close";s:20:"HTTP_ACCEPT_ENCODING";s:17:"gzip, deflate, br";s:11:"HTTP_ACCEPT";s:3:"*/*";s:18:"HTTP_CACHE_CONTROL";s:8:"no-cache";s:15:"HTTP_USER_AGENT";s:35:"PostmanRuntime-ApipostRuntime/1.1.0";s:15:"REDIRECT_STATUS";s:3:"200";s:9:"FCGI_ROLE";s:9:"RESPONDER";s:8:"PHP_SELF";s:10:"/index.php";s:18:"REQUEST_TIME_FLOAT";d:1698311381.679954;s:12:"REQUEST_TIME";i:1698311381;}s:3:"GET";a:2:{s:12:"access_token";s:60:"bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0=";s:6:"X-Csrf";s:32:"ag7x1Afy1r0q8j4y05vk3s4118hx7124";}s:4:"POST";a:4:{s:9:"real_name";s:6:"王五";s:6:"gender";s:1:"1";s:7:"is_view";s:4:"42.5";s:12:"mobile_phone";s:11:"18222222223";}s:6:"COOKIE";a:5:{s:5:"_csrf";s:72:"a1d6c10dd8111460fbb27d44badd061f4528c45c81d36e1f4662f692ad5db80ea:2:{i:0";s:11:"s:5:"_csrf"";s:0:"";s:3:"i:1";s:0:"";s:39:"s:32:"B4LwhQJpkzVqApwe4iiD-2Gm-rI-0kmT"";s:0:"";s:1:"}";s:0:"";}s:5:"FILES";a:0:{}s:7:"SESSION";a:0:{}}";s:4:"user";s:2944:"a:5:{s:2:"id";s:2:"65";s:8:"identity";a:26:{s:2:"id";s:4:"'65'";s:9:"cx_mch_id";s:3:"'0'";s:8:"username";s:9:"'Umcvqe1'";s:8:"password";s:62:"'$2y$13$h1rFZxffWh0BiJJtDs4gPum0Wsx5KfYJXAsqcPL8PNb4w8hd9hoPW'";s:8:"auth_key";s:34:"'MqDPRppFI2OgJpjwFE68C9Sn2SbeXAwV'";s:12:"access_token";s:34:"'bOxZSNi_gU02GsWLDJUjrP0wX2nQ7Qal'";s:8:"nickname";s:8:"'Umcvqe'";s:10:"avatar_url";s:28:"'/statics/images/avatar.jpg'";s:12:"mobile_phone";s:13:"'18111111112'";s:13:"mobile_prefix";s:4:"'86'";s:5:"email";s:2:"''";s:9:"real_name";s:8:"'张三'";s:4:"desc";s:2:"''";s:6:"gender";s:1:"1";s:8:"birthday";s:4:"null";s:6:"status";s:1:"0";s:9:"parent_id";s:3:"'0'";s:12:"is_modify_un";s:1:"1";s:9:"is_delete";s:1:"0";s:10:"country_id";s:1:"0";s:7:"city_id";s:1:"0";s:10:"created_at";s:10:"1698133733";s:10:"updated_at";s:10:"1698228126";s:4:"type";s:1:"0";s:8:"store_id";s:1:"0";s:7:"is_view";s:6:"'42.5'";}s:10:"attributes";a:26:{i:0;a:2:{s:9:"attribute";s:2:"id";s:5:"label";s:2:"ID";}i:1;a:2:{s:9:"attribute";s:9:"cx_mch_id";s:5:"label";s:14:"平台商户ID";}i:2;a:2:{s:9:"attribute";s:8:"username";s:5:"label";s:9:"用户名";}i:3;a:2:{s:9:"attribute";s:8:"password";s:5:"label";s:6:"密码";}i:4;a:2:{s:9:"attribute";s:8:"auth_key";s:5:"label";s:8:"AUTH_KEY";}i:5;a:2:{s:9:"attribute";s:12:"access_token";s:5:"label";s:12:"ACCESS_TOKEN";}i:6;a:2:{s:9:"attribute";s:8:"nickname";s:5:"label";s:6:"昵称";}i:7;a:2:{s:9:"attribute";s:10:"avatar_url";s:5:"label";s:6:"头像";}i:8;a:2:{s:9:"attribute";s:12:"mobile_phone";s:5:"label";s:9:"手机号";}i:9;a:2:{s:9:"attribute";s:13:"mobile_prefix";s:5:"label";s:21:"手机号国家代码";}i:10;a:2:{s:9:"attribute";s:5:"email";s:5:"label";s:6:"邮箱";}i:11;a:2:{s:9:"attribute";s:9:"real_name";s:5:"label";s:12:"真实姓名";}i:12;a:2:{s:9:"attribute";s:4:"desc";s:5:"label";s:12:"个性签名";}i:13;a:2:{s:9:"attribute";s:6:"gender";s:5:"label";s:33:"性别,0=女,1=男,2=保密";}i:14;a:2:{s:9:"attribute";s:8:"birthday";s:5:"label";s:6:"生日";}i:15;a:2:{s:9:"attribute";s:6:"status";s:5:"label";s:50:"状态,0=正常,1=封禁,2=挂起,3=注销";}i:16;a:2:{s:9:"attribute";s:9:"parent_id";s:5:"label";s:9:"PARENT_ID";}i:17;a:2:{s:9:"attribute";s:12:"is_modify_un";s:5:"label";s:43:"用户名是否可以修改,0=否,1=是";}i:18;a:2:{s:9:"attribute";s:9:"is_delete";s:5:"label";s:28:"是否删除,0=否,1=是";}i:19;a:2:{s:9:"attribute";s:10:"country_id";s:5:"label";s:8:"国家ID";}i:20;a:2:{s:9:"attribute";s:7:"city_id";s:5:"label";s:8:"城市ID";}i:21;a:2:{s:9:"attribute";s:10:"created_at";s:5:"label";s:12:"添加时间";}i:22;a:2:{s:9:"attribute";s:10:"updated_at";s:5:"label";s:12:"更新时间";}i:23;a:2:{s:9:"attribute";s:4:"type";s:5:"label";s:28:"0=普通用户,1=管理员";}i:24;a:2:{s:9:"attribute";s:8:"store_id";s:5:"label";s:8:"Store Id";}i:25;a:2:{s:9:"attribute";s:7:"is_view";s:5:"label";s:6:"鞋码";}}s:13:"rolesProvider";N;s:19:"permissionsProvider";N;}";s:5:"asset";s:6:"a:0:{}";s:7:"summary";a:12:{s:3:"tag";s:13:"653a2cd5be235";s:3:"url";s:154:"http://cxfoot.com/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:4:"ajax";i:0;s:6:"method";s:4:"POST";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698311381.679954;s:10:"statusCode";i:200;s:8:"sqlCount";i:16;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:9872120;s:14:"processingTime";d:1.189652919769287;}s:10:"exceptions";a:0:{}} \ No newline at end of file diff --git a/runtime/debug/653a2d0d76c6f.data b/runtime/debug/653a2d0d76c6f.data new file mode 100644 index 0000000..6cecb49 --- /dev/null +++ b/runtime/debug/653a2d0d76c6f.data @@ -0,0 +1,351 @@ +a:14:{s:6:"config";s:1870:"a:5:{s:10:"phpVersion";s:5:"7.3.4";s:10:"yiiVersion";s:6:"2.0.46";s:11:"application";a:8:{s:3:"yii";s:6:"2.0.46";s:4:"name";s:14:"My Application";s:7:"version";s:3:"1.0";s:8:"language";s:5:"zh-CN";s:14:"sourceLanguage";s:5:"en-US";s:7:"charset";s:5:"UTF-8";s:3:"env";s:3:"dev";s:5:"debug";b:1;}s:3:"php";a:5:{s:7:"version";s:5:"7.3.4";s:6:"xdebug";b:0;s:3:"apc";b:0;s:8:"memcache";b:0;s:9:"memcached";b:0;}s:10:"extensions";a:7:{s:18:"yiisoft/yii2-faker";a:3:{s:4:"name";s:18:"yiisoft/yii2-faker";s:7:"version";s:7:"2.0.5.0";s:5:"alias";a:1:{s:10:"@yii/faker";s:56:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-faker/src";}}s:24:"yiisoft/yii2-swiftmailer";a:3:{s:4:"name";s:24:"yiisoft/yii2-swiftmailer";s:7:"version";s:7:"2.1.3.0";s:5:"alias";a:1:{s:16:"@yii/swiftmailer";s:62:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-swiftmailer/src";}}s:22:"yiisoft/yii2-bootstrap";a:3:{s:4:"name";s:22:"yiisoft/yii2-bootstrap";s:7:"version";s:8:"2.0.11.0";s:5:"alias";a:1:{s:14:"@yii/bootstrap";s:60:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-bootstrap/src";}}s:16:"yiisoft/yii2-gii";a:3:{s:4:"name";s:16:"yiisoft/yii2-gii";s:7:"version";s:7:"2.1.4.0";s:5:"alias";a:1:{s:8:"@yii/gii";s:54:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-gii/src";}}s:18:"yiisoft/yii2-redis";a:3:{s:4:"name";s:18:"yiisoft/yii2-redis";s:7:"version";s:8:"2.0.18.0";s:5:"alias";a:1:{s:10:"@yii/redis";s:56:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-redis/src";}}s:18:"yiisoft/yii2-debug";a:3:{s:4:"name";s:18:"yiisoft/yii2-debug";s:7:"version";s:8:"2.1.21.0";s:5:"alias";a:1:{s:10:"@yii/debug";s:56:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-debug/src";}}s:24:"jianyan74/yii2-websocket";a:3:{s:4:"name";s:24:"jianyan74/yii2-websocket";s:7:"version";s:7:"1.1.1.0";s:5:"alias";a:1:{s:18:"@jianyan/websocket";s:62:"D:\phpstudy_pro\WWW\cxfoot\vendor/jianyan74/yii2-websocket/src";}}}}";s:3:"log";s:28908:"a:1:{s:8:"messages";a:46:{i:0;a:6:{i:0;s:33:"Bootstrap with yii\log\Dispatcher";i:1;i:8;i:2;s:31:"yii\base\Application::bootstrap";i:3;d:1698311437.451471;i:4;a:0:{}i:5;i:2497176;}i:1;a:6:{i:0;s:21:"Loading module: debug";i:1;i:8;i:2;s:26:"yii\base\Module::getModule";i:3;d:1698311437.451494;i:4;a:0:{}i:5;i:2498352;}i:2;a:6:{i:0;s:44:"Bootstrap with yii\debug\Module::bootstrap()";i:1;i:8;i:2;s:31:"yii\base\Application::bootstrap";i:3;d:1698311437.485618;i:4;a:0:{}i:5;i:4073584;}i:3;a:6:{i:0;s:61:"Opening redis DB connection: tcp://127.0.0.1:6379, database=0";i:1;i:8;i:2;s:26:"yii\redis\Connection::open";i:3;d:1698311437.491021;i:4;a:0:{}i:5;i:4290032;}i:4;a:6:{i:0;s:31:"Executing Redis Command: SELECT";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698311437.492568;i:4;a:0:{}i:5;i:4292240;}i:5;a:6:{i:0;s:28:"Executing Redis Command: GET";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698311437.492806;i:4;a:0:{}i:5;i:4300424;}i:6;a:6:{i:0;s:28:"Executing Redis Command: GET";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698311437.494976;i:4;a:0:{}i:5;i:4372704;}i:7;a:6:{i:0;s:19:"Loading module: gii";i:1;i:8;i:2;s:26:"yii\base\Module::getModule";i:3;d:1698311437.495195;i:4;a:0:{}i:5;i:4373048;}i:8;a:6:{i:0;s:42:"Bootstrap with yii\gii\Module::bootstrap()";i:1;i:8;i:2;s:31:"yii\base\Application::bootstrap";i:3;d:1698311437.49641;i:4;a:0:{}i:5;i:4397072;}i:9;a:6:{i:0;s:28:"Executing Redis Command: GET";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698311437.496447;i:4;a:0:{}i:5;i:4403464;}i:18;a:6:{i:0;s:39:"Route requested: 'api/user/modify-user'";i:1;i:8;i:2;s:34:"yii\web\Application::handleRequest";i:3;d:1698311437.499561;i:4;a:0:{}i:5;i:4628712;}i:19;a:6:{i:0;s:19:"Loading module: api";i:1;i:8;i:2;s:26:"yii\base\Module::getModule";i:3;d:1698311437.499573;i:4;a:0:{}i:5;i:4630344;}i:20;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_wechat_app`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698311437.528135;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6055432;}i:21;a:6:{i:0;s:57:"Opening DB connection: mysql:host=127.0.0.1;dbname=cxfoot";i:1;i:4;i:2;s:23:"yii\db\Connection::open";i:3;d:1698311437.528198;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6057864;}i:26;a:6:{i:0;s:782:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_wechat_app' AND `kcu`.`TABLE_NAME` = 'cx_wechat_app'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698311437.532723;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6144176;}i:29;a:6:{i:0;s:71:"SELECT * FROM `cx_wechat_app` WHERE (`cx_mch_id`=0) AND (`is_delete`=0)";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698311437.539513;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6480744;}i:32;a:6:{i:0;s:34:"Route to run: api/user/modify-user";i:1;i:8;i:2;s:30:"yii\base\Controller::runAction";i:3;d:1698311437.556832;i:4;a:0:{}i:5;i:6709728;}i:33;a:6:{i:0;s:119:"SELECT * FROM `cx_user_token` WHERE ((`is_delete`=0) AND (`token`='SF5fP6gUUrct1a') AND (`cx_mch_id`=0)) AND (`type`=3)";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698311437.566507;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6986272;}i:36;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_user_token`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698311437.567234;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6994528;}i:39;a:6:{i:0;s:782:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user_token' AND `kcu`.`TABLE_NAME` = 'cx_user_token'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698311437.568378;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7008376;}i:42;a:6:{i:0;s:32:"SHOW FULL COLUMNS FROM `cx_user`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698311437.569061;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7012256;}i:45;a:6:{i:0;s:770:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user' AND `kcu`.`TABLE_NAME` = 'cx_user'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698311437.570535;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7034352;}i:48;a:6:{i:0;s:78:"SELECT * FROM `cx_user` WHERE (`id`='65') AND (`is_delete`=0) AND (`status`=0)";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698311437.571239;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7042336;}i:51;a:6:{i:0;s:56:"User '65' logged in from 127.0.0.1. Session not enabled.";i:1;i:4;i:2;s:19:"yii\web\User::login";i:3;d:1698311437.579553;i:4;a:2:{i:0;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7282288;}i:52;a:6:{i:0;s:78:"Running action: app\modules\api\controllers\UserController::actionModifyUser()";i:1;i:8;i:2;s:36:"yii\base\InlineAction::runWithParams";i:3;d:1698311437.579628;i:4;a:0:{}i:5;i:7280040;}i:53;a:6:{i:0;s:58:"SELECT * FROM `cx_user` WHERE `mobile_phone`='18222222223'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698311437.584579;i:4;a:2:{i:0;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:73;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7392520;}i:56;a:6:{i:0;s:141:"SELECT * FROM `cx_user` WHERE ((`cx_mch_id`=0) AND (`is_delete`=0) AND (`status`=0)) AND ((`username`='U1aGfa') OR (`mobile_phone`='U1aGfa'))";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698311437.588938;i:4;a:3:{i:0;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:66;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:80;s:8:"function";s:5:"login";s:5:"class";s:32:"app\modules\api\models\LoginForm";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7478664;}i:59;a:6:{i:0;s:56:"User '67' logged in from 127.0.0.1. Session not enabled.";i:1;i:4;i:2;s:19:"yii\web\User::login";i:3;d:1698311438.460362;i:4;a:3:{i:0;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:82;s:8:"function";s:5:"login";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:80;s:8:"function";s:5:"login";s:5:"class";s:32:"app\modules\api\models\LoginForm";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7477824;}i:60;a:6:{i:0;s:17:"Begin transaction";i:1;i:8;i:2;s:25:"yii\db\Transaction::begin";i:3;d:1698311438.461337;i:4;a:3:{i:0;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:64;s:8:"function";s:16:"beginTransaction";s:5:"class";s:17:"yii\db\Connection";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:80;s:8:"function";s:5:"login";s:5:"class";s:32:"app\modules\api\models\LoginForm";s:4:"type";s:2:"->";}}i:5;i:7504192;}i:61;a:6:{i:0;s:37:"Executing Redis Command: CLUSTER INFO";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698311438.462332;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\components\FlashStorage.php";s:4:"line";i:67;s:8:"function";s:3:"get";s:5:"class";s:17:"yii\caching\Cache";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:93;s:8:"function";s:8:"getCache";s:5:"class";s:27:"app\components\FlashStorage";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:65;s:8:"function";s:8:"generate";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}}i:5;i:7525880;}i:62;a:6:{i:0;s:28:"Executing Redis Command: GET";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698311438.463544;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\components\FlashStorage.php";s:4:"line";i:67;s:8:"function";s:3:"get";s:5:"class";s:17:"yii\caching\Cache";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:93;s:8:"function";s:8:"getCache";s:5:"class";s:27:"app\components\FlashStorage";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:65;s:8:"function";s:8:"generate";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}}i:5;i:7533544;}i:63;a:6:{i:0;s:28:"Executing Redis Command: SET";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698311438.463749;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\components\FlashStorage.php";s:4:"line";i:47;s:8:"function";s:3:"set";s:5:"class";s:17:"yii\caching\Cache";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:99;s:8:"function";s:8:"setCache";s:5:"class";s:27:"app\components\FlashStorage";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:65;s:8:"function";s:8:"generate";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}}i:5;i:7535800;}i:64;a:6:{i:0;s:28:"Executing Redis Command: GET";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698311438.463931;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\components\FlashStorage.php";s:4:"line";i:67;s:8:"function";s:3:"get";s:5:"class";s:17:"yii\caching\Cache";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:127;s:8:"function";s:8:"getCache";s:5:"class";s:27:"app\components\FlashStorage";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:102;s:8:"function";s:9:"_generate";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}}i:5;i:7537888;}i:65;a:6:{i:0;s:28:"Executing Redis Command: SET";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698311438.464097;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\components\FlashStorage.php";s:4:"line";i:47;s:8:"function";s:3:"set";s:5:"class";s:17:"yii\caching\Cache";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:132;s:8:"function";s:8:"setCache";s:5:"class";s:27:"app\components\FlashStorage";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:102;s:8:"function";s:9:"_generate";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}}i:5;i:7545776;}i:66;a:6:{i:0;s:132:"SELECT EXISTS(SELECT * FROM `cx_user_token` WHERE (`type`=3) AND (`token`='J1uhCM72fp55W4') AND (`is_delete`=0) AND (`cx_mch_id`=0))";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698311438.464407;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:103;s:8:"function";s:6:"exists";s:5:"class";s:12:"yii\db\Query";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:65;s:8:"function";s:8:"generate";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7551448;}i:69;a:6:{i:0;s:28:"Executing Redis Command: DEL";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698311438.46508;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\components\FlashStorage.php";s:4:"line";i:57;s:8:"function";s:6:"delete";s:5:"class";s:17:"yii\caching\Cache";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:105;s:8:"function";s:11:"deleteCache";s:5:"class";s:27:"app\components\FlashStorage";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:65;s:8:"function";s:8:"generate";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}}i:5;i:7553584;}i:70;a:6:{i:0;s:118:"UPDATE `cx_user_token` SET `is_delete`=1 WHERE (`is_delete`=0) AND (`user_id`='67') AND (`cx_mch_id`=0) AND (`type`=3)";i:1;i:4;i:2;s:23:"yii\db\Command::execute";i:3;d:1698311438.465323;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:273;s:8:"function";s:9:"updateAll";s:5:"class";s:19:"yii\db\ActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:77;s:8:"function";s:7:"destory";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7557512;}i:73;a:6:{i:0;s:189:"INSERT INTO `cx_user_token` (`cx_mch_id`, `type`, `token`, `user_id`, `expire_time`, `status`, `is_delete`, `created_at`) VALUES (0, 3, 'J1uhCM72fp55W4', '67', 1700903438, 0, 0, 1698311438)";i:1;i:4;i:2;s:23:"yii\db\Command::execute";i:3;d:1698311438.467991;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:157;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:78;s:8:"function";s:13:"saveUserToken";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7670168;}i:76;a:6:{i:0;s:18:"Commit transaction";i:1;i:8;i:2;s:26:"yii\db\Transaction::commit";i:3;d:1698311438.469103;i:4;a:3:{i:0;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:89;s:8:"function";s:6:"commit";s:5:"class";s:18:"yii\db\Transaction";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:80;s:8:"function";s:5:"login";s:5:"class";s:32:"app\modules\api\models\LoginForm";s:4:"type";s:2:"->";}}i:5;i:7669104;}i:77;a:6:{i:0;s:42:"SHOW FULL COLUMNS FROM `cx_user_login_log`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698311438.498219;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:82;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7702184;}i:80;a:6:{i:0;s:790:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user_login_log' AND `kcu`.`TABLE_NAME` = 'cx_user_login_log'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698311438.499527;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:82;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7715944;}i:83;a:6:{i:0;s:177:"INSERT INTO `cx_user_login_log` (`cx_mch_id`, `user_id`, `is_delete`, `ipv4`, `is_pass`, `err_msg`, `created_at`) VALUES (0, '67', 0, '127.0.0.1', 1, '登录成功', 1698311438)";i:1;i:4;i:2;s:23:"yii\db\Command::execute";i:3;d:1698311438.501266;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:88;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7742840;}i:86;a:6:{i:0;s:114:"SELECT * FROM `cx_user_oauth` WHERE ((`type`='wxmp') AND (`is_delete`=0) AND (`cx_mch_id`=0)) AND (`user_id`='67')";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698311438.520488;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:432;s:8:"function";s:5:"__get";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:92;s:8:"function";s:9:"bindQuery";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:80;s:8:"function";s:5:"login";s:5:"class";s:32:"app\modules\api\models\LoginForm";s:4:"type";s:2:"->";}}i:5;i:7812672;}i:89;a:6:{i:0;s:35:"SHOW FULL COLUMNS FROM `cx_api_log`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698311438.527683;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7848736;}i:92;a:6:{i:0;s:776:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_api_log' AND `kcu`.`TABLE_NAME` = 'cx_api_log'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698311438.529169;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7867648;}i:95;a:6:{i:0;s:655:"INSERT INTO `cx_api_log` (`cx_mch_id`, `user_id`, `route`, `module_id`, `controller_id`, `action_id`, `url`, `method`, `method_param`, `ipv4`, `is_pass`, `request_date`, `request_time`, `response_time`, `process_consume_time`, `is_delete`, `created_at`) VALUES (0, '67', 'api/user/modify-user', 'api', 'user', 'modify-user', '/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124', 'POST', '{\"real_name\":\"王五\",\"gender\":\"1\",\"is_view\":\"42.5\",\"mobile_phone\":\"18222222223\"}', '127.0.0.1', 1, '2023-10-26', 1698311437504, 1698311438530, 1026, 0, 1698311438)";i:1;i:4;i:2;s:23:"yii\db\Command::execute";i:3;d:1698311438.531414;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:125;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7897936;}}}";s:9:"profiling";s:39193:"a:3:{s:6:"memory";i:8533176;s:4:"time";d:1.1573259830474854;s:8:"messages";a:44:{i:22;a:6:{i:0;s:57:"Opening DB connection: mysql:host=127.0.0.1;dbname=cxfoot";i:1;i:80;i:2;s:23:"yii\db\Connection::open";i:3;d:1698311437.528217;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6058992;}i:23;a:6:{i:0;s:57:"Opening DB connection: mysql:host=127.0.0.1;dbname=cxfoot";i:1;i:96;i:2;s:23:"yii\db\Connection::open";i:3;d:1698311437.530024;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6108152;}i:24;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_wechat_app`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698311437.53006;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6108392;}i:25;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_wechat_app`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698311437.531041;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6124224;}i:27;a:6:{i:0;s:782:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_wechat_app' AND `kcu`.`TABLE_NAME` = 'cx_wechat_app'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698311437.532759;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6147040;}i:28;a:6:{i:0;s:782:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_wechat_app' AND `kcu`.`TABLE_NAME` = 'cx_wechat_app'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698311437.533297;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6149424;}i:30;a:6:{i:0;s:71:"SELECT * FROM `cx_wechat_app` WHERE (`cx_mch_id`=0) AND (`is_delete`=0)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698311437.539557;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6481992;}i:31;a:6:{i:0;s:71:"SELECT * FROM `cx_wechat_app` WHERE (`cx_mch_id`=0) AND (`is_delete`=0)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698311437.540158;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6488664;}i:34;a:6:{i:0;s:119:"SELECT * FROM `cx_user_token` WHERE ((`is_delete`=0) AND (`token`='SF5fP6gUUrct1a') AND (`cx_mch_id`=0)) AND (`type`=3)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698311437.566545;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6987840;}i:35;a:6:{i:0;s:119:"SELECT * FROM `cx_user_token` WHERE ((`is_delete`=0) AND (`token`='SF5fP6gUUrct1a') AND (`cx_mch_id`=0)) AND (`type`=3)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698311437.567135;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6991528;}i:37;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_user_token`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698311437.567259;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6996648;}i:38;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_user_token`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698311437.568087;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7008912;}i:40;a:6:{i:0;s:782:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user_token' AND `kcu`.`TABLE_NAME` = 'cx_user_token'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698311437.568407;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7011992;}i:41;a:6:{i:0;s:782:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user_token' AND `kcu`.`TABLE_NAME` = 'cx_user_token'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698311437.568897;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7015128;}i:43;a:6:{i:0;s:32:"SHOW FULL COLUMNS FROM `cx_user`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698311437.569086;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7014376;}i:44;a:6:{i:0;s:32:"SHOW FULL COLUMNS FROM `cx_user`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698311437.569952;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7044520;}i:46;a:6:{i:0;s:770:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user' AND `kcu`.`TABLE_NAME` = 'cx_user'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698311437.570562;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7037968;}i:47;a:6:{i:0;s:770:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user' AND `kcu`.`TABLE_NAME` = 'cx_user'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698311437.570988;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7041104;}i:49;a:6:{i:0;s:78:"SELECT * FROM `cx_user` WHERE (`id`='65') AND (`is_delete`=0) AND (`status`=0)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698311437.571263;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7044088;}i:50;a:6:{i:0;s:78:"SELECT * FROM `cx_user` WHERE (`id`='65') AND (`is_delete`=0) AND (`status`=0)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698311437.571604;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7050520;}i:54;a:6:{i:0;s:58:"SELECT * FROM `cx_user` WHERE `mobile_phone`='18222222223'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698311437.584613;i:4;a:2:{i:0;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:73;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7394352;}i:55;a:6:{i:0;s:58:"SELECT * FROM `cx_user` WHERE `mobile_phone`='18222222223'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698311437.585238;i:4;a:2:{i:0;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:73;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7400104;}i:57;a:6:{i:0;s:141:"SELECT * FROM `cx_user` WHERE ((`cx_mch_id`=0) AND (`is_delete`=0) AND (`status`=0)) AND ((`username`='U1aGfa') OR (`mobile_phone`='U1aGfa'))";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698311437.58897;i:4;a:3:{i:0;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:66;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:80;s:8:"function";s:5:"login";s:5:"class";s:32:"app\modules\api\models\LoginForm";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7480032;}i:58;a:6:{i:0;s:141:"SELECT * FROM `cx_user` WHERE ((`cx_mch_id`=0) AND (`is_delete`=0) AND (`status`=0)) AND ((`username`='U1aGfa') OR (`mobile_phone`='U1aGfa'))";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698311437.589432;i:4;a:3:{i:0;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:66;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:80;s:8:"function";s:5:"login";s:5:"class";s:32:"app\modules\api\models\LoginForm";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7486288;}i:67;a:6:{i:0;s:132:"SELECT EXISTS(SELECT * FROM `cx_user_token` WHERE (`type`=3) AND (`token`='J1uhCM72fp55W4') AND (`is_delete`=0) AND (`cx_mch_id`=0))";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698311438.46444;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:103;s:8:"function";s:6:"exists";s:5:"class";s:12:"yii\db\Query";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:65;s:8:"function";s:8:"generate";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7552408;}i:68;a:6:{i:0;s:132:"SELECT EXISTS(SELECT * FROM `cx_user_token` WHERE (`type`=3) AND (`token`='J1uhCM72fp55W4') AND (`is_delete`=0) AND (`cx_mch_id`=0))";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698311438.465032;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:103;s:8:"function";s:6:"exists";s:5:"class";s:12:"yii\db\Query";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:65;s:8:"function";s:8:"generate";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7554832;}i:71;a:6:{i:0;s:118:"UPDATE `cx_user_token` SET `is_delete`=1 WHERE (`is_delete`=0) AND (`user_id`='67') AND (`cx_mch_id`=0) AND (`type`=3)";i:1;i:80;i:2;s:23:"yii\db\Command::execute";i:3;d:1698311438.46535;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:273;s:8:"function";s:9:"updateAll";s:5:"class";s:19:"yii\db\ActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:77;s:8:"function";s:7:"destory";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7558848;}i:72;a:6:{i:0;s:118:"UPDATE `cx_user_token` SET `is_delete`=1 WHERE (`is_delete`=0) AND (`user_id`='67') AND (`cx_mch_id`=0) AND (`type`=3)";i:1;i:96;i:2;s:23:"yii\db\Command::execute";i:3;d:1698311438.466573;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:273;s:8:"function";s:9:"updateAll";s:5:"class";s:19:"yii\db\ActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:77;s:8:"function";s:7:"destory";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7560952;}i:74;a:6:{i:0;s:189:"INSERT INTO `cx_user_token` (`cx_mch_id`, `type`, `token`, `user_id`, `expire_time`, `status`, `is_delete`, `created_at`) VALUES (0, 3, 'J1uhCM72fp55W4', '67', 1700903438, 0, 0, 1698311438)";i:1;i:80;i:2;s:23:"yii\db\Command::execute";i:3;d:1698311438.468023;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:157;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:78;s:8:"function";s:13:"saveUserToken";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7670808;}i:75;a:6:{i:0;s:189:"INSERT INTO `cx_user_token` (`cx_mch_id`, `type`, `token`, `user_id`, `expire_time`, `status`, `is_delete`, `created_at`) VALUES (0, 3, 'J1uhCM72fp55W4', '67', 1700903438, 0, 0, 1698311438)";i:1;i:96;i:2;s:23:"yii\db\Command::execute";i:3;d:1698311438.46853;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:157;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:78;s:8:"function";s:13:"saveUserToken";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7672864;}i:78;a:6:{i:0;s:42:"SHOW FULL COLUMNS FROM `cx_user_login_log`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698311438.498261;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:82;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7704328;}i:79;a:6:{i:0;s:42:"SHOW FULL COLUMNS FROM `cx_user_login_log`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698311438.499255;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:82;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7716536;}i:81;a:6:{i:0;s:790:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user_login_log' AND `kcu`.`TABLE_NAME` = 'cx_user_login_log'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698311438.499553;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:82;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7719560;}i:82;a:6:{i:0;s:790:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user_login_log' AND `kcu`.`TABLE_NAME` = 'cx_user_login_log'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698311438.50009;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:82;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7722696;}i:84;a:6:{i:0;s:177:"INSERT INTO `cx_user_login_log` (`cx_mch_id`, `user_id`, `is_delete`, `ipv4`, `is_pass`, `err_msg`, `created_at`) VALUES (0, '67', 0, '127.0.0.1', 1, '登录成功', 1698311438)";i:1;i:80;i:2;s:23:"yii\db\Command::execute";i:3;d:1698311438.501293;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:88;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7743712;}i:85;a:6:{i:0;s:177:"INSERT INTO `cx_user_login_log` (`cx_mch_id`, `user_id`, `is_delete`, `ipv4`, `is_pass`, `err_msg`, `created_at`) VALUES (0, '67', 0, '127.0.0.1', 1, '登录成功', 1698311438)";i:1;i:96;i:2;s:23:"yii\db\Command::execute";i:3;d:1698311438.51713;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:88;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7745824;}i:87;a:6:{i:0;s:114:"SELECT * FROM `cx_user_oauth` WHERE ((`type`='wxmp') AND (`is_delete`=0) AND (`cx_mch_id`=0)) AND (`user_id`='67')";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698311438.520525;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:432;s:8:"function";s:5:"__get";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:92;s:8:"function";s:9:"bindQuery";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:80;s:8:"function";s:5:"login";s:5:"class";s:32:"app\modules\api\models\LoginForm";s:4:"type";s:2:"->";}}i:5;i:7814240;}i:88;a:6:{i:0;s:114:"SELECT * FROM `cx_user_oauth` WHERE ((`type`='wxmp') AND (`is_delete`=0) AND (`cx_mch_id`=0)) AND (`user_id`='67')";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698311438.52666;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:432;s:8:"function";s:5:"__get";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:92;s:8:"function";s:9:"bindQuery";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:80;s:8:"function";s:5:"login";s:5:"class";s:32:"app\modules\api\models\LoginForm";s:4:"type";s:2:"->";}}i:5;i:7816992;}i:90;a:6:{i:0;s:35:"SHOW FULL COLUMNS FROM `cx_api_log`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698311438.527715;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7850856;}i:91;a:6:{i:0;s:35:"SHOW FULL COLUMNS FROM `cx_api_log`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698311438.528706;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7873816;}i:93;a:6:{i:0;s:776:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_api_log' AND `kcu`.`TABLE_NAME` = 'cx_api_log'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698311438.529196;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7871264;}i:94;a:6:{i:0;s:776:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_api_log' AND `kcu`.`TABLE_NAME` = 'cx_api_log'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698311438.529854;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7874400;}i:96;a:6:{i:0;s:655:"INSERT INTO `cx_api_log` (`cx_mch_id`, `user_id`, `route`, `module_id`, `controller_id`, `action_id`, `url`, `method`, `method_param`, `ipv4`, `is_pass`, `request_date`, `request_time`, `response_time`, `process_consume_time`, `is_delete`, `created_at`) VALUES (0, '67', 'api/user/modify-user', 'api', 'user', 'modify-user', '/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124', 'POST', '{\"real_name\":\"王五\",\"gender\":\"1\",\"is_view\":\"42.5\",\"mobile_phone\":\"18222222223\"}', '127.0.0.1', 1, '2023-10-26', 1698311437504, 1698311438530, 1026, 0, 1698311438)";i:1;i:80;i:2;s:23:"yii\db\Command::execute";i:3;d:1698311438.531451;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:125;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7896296;}i:97;a:6:{i:0;s:655:"INSERT INTO `cx_api_log` (`cx_mch_id`, `user_id`, `route`, `module_id`, `controller_id`, `action_id`, `url`, `method`, `method_param`, `ipv4`, `is_pass`, `request_date`, `request_time`, `response_time`, `process_consume_time`, `is_delete`, `created_at`) VALUES (0, '67', 'api/user/modify-user', 'api', 'user', 'modify-user', '/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124', 'POST', '{\"real_name\":\"王五\",\"gender\":\"1\",\"is_view\":\"42.5\",\"mobile_phone\":\"18222222223\"}', '127.0.0.1', 1, '2023-10-26', 1698311437504, 1698311438530, 1026, 0, 1698311438)";i:1;i:96;i:2;s:23:"yii\db\Command::execute";i:3;d:1698311438.573878;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:125;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7898952;}}}";s:2:"db";s:38390:"a:1:{s:8:"messages";a:42:{i:24;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_wechat_app`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698311437.53006;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6108392;}i:25;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_wechat_app`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698311437.531041;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6124224;}i:27;a:6:{i:0;s:782:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_wechat_app' AND `kcu`.`TABLE_NAME` = 'cx_wechat_app'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698311437.532759;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6147040;}i:28;a:6:{i:0;s:782:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_wechat_app' AND `kcu`.`TABLE_NAME` = 'cx_wechat_app'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698311437.533297;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6149424;}i:30;a:6:{i:0;s:71:"SELECT * FROM `cx_wechat_app` WHERE (`cx_mch_id`=0) AND (`is_delete`=0)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698311437.539557;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6481992;}i:31;a:6:{i:0;s:71:"SELECT * FROM `cx_wechat_app` WHERE (`cx_mch_id`=0) AND (`is_delete`=0)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698311437.540158;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6488664;}i:34;a:6:{i:0;s:119:"SELECT * FROM `cx_user_token` WHERE ((`is_delete`=0) AND (`token`='SF5fP6gUUrct1a') AND (`cx_mch_id`=0)) AND (`type`=3)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698311437.566545;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6987840;}i:35;a:6:{i:0;s:119:"SELECT * FROM `cx_user_token` WHERE ((`is_delete`=0) AND (`token`='SF5fP6gUUrct1a') AND (`cx_mch_id`=0)) AND (`type`=3)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698311437.567135;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6991528;}i:37;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_user_token`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698311437.567259;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6996648;}i:38;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_user_token`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698311437.568087;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7008912;}i:40;a:6:{i:0;s:782:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user_token' AND `kcu`.`TABLE_NAME` = 'cx_user_token'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698311437.568407;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7011992;}i:41;a:6:{i:0;s:782:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user_token' AND `kcu`.`TABLE_NAME` = 'cx_user_token'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698311437.568897;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7015128;}i:43;a:6:{i:0;s:32:"SHOW FULL COLUMNS FROM `cx_user`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698311437.569086;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7014376;}i:44;a:6:{i:0;s:32:"SHOW FULL COLUMNS FROM `cx_user`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698311437.569952;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7044520;}i:46;a:6:{i:0;s:770:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user' AND `kcu`.`TABLE_NAME` = 'cx_user'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698311437.570562;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7037968;}i:47;a:6:{i:0;s:770:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user' AND `kcu`.`TABLE_NAME` = 'cx_user'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698311437.570988;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7041104;}i:49;a:6:{i:0;s:78:"SELECT * FROM `cx_user` WHERE (`id`='65') AND (`is_delete`=0) AND (`status`=0)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698311437.571263;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7044088;}i:50;a:6:{i:0;s:78:"SELECT * FROM `cx_user` WHERE (`id`='65') AND (`is_delete`=0) AND (`status`=0)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698311437.571604;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7050520;}i:54;a:6:{i:0;s:58:"SELECT * FROM `cx_user` WHERE `mobile_phone`='18222222223'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698311437.584613;i:4;a:2:{i:0;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:73;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7394352;}i:55;a:6:{i:0;s:58:"SELECT * FROM `cx_user` WHERE `mobile_phone`='18222222223'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698311437.585238;i:4;a:2:{i:0;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:73;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7400104;}i:57;a:6:{i:0;s:141:"SELECT * FROM `cx_user` WHERE ((`cx_mch_id`=0) AND (`is_delete`=0) AND (`status`=0)) AND ((`username`='U1aGfa') OR (`mobile_phone`='U1aGfa'))";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698311437.58897;i:4;a:3:{i:0;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:66;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:80;s:8:"function";s:5:"login";s:5:"class";s:32:"app\modules\api\models\LoginForm";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7480032;}i:58;a:6:{i:0;s:141:"SELECT * FROM `cx_user` WHERE ((`cx_mch_id`=0) AND (`is_delete`=0) AND (`status`=0)) AND ((`username`='U1aGfa') OR (`mobile_phone`='U1aGfa'))";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698311437.589432;i:4;a:3:{i:0;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:66;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:80;s:8:"function";s:5:"login";s:5:"class";s:32:"app\modules\api\models\LoginForm";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7486288;}i:67;a:6:{i:0;s:132:"SELECT EXISTS(SELECT * FROM `cx_user_token` WHERE (`type`=3) AND (`token`='J1uhCM72fp55W4') AND (`is_delete`=0) AND (`cx_mch_id`=0))";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698311438.46444;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:103;s:8:"function";s:6:"exists";s:5:"class";s:12:"yii\db\Query";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:65;s:8:"function";s:8:"generate";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7552408;}i:68;a:6:{i:0;s:132:"SELECT EXISTS(SELECT * FROM `cx_user_token` WHERE (`type`=3) AND (`token`='J1uhCM72fp55W4') AND (`is_delete`=0) AND (`cx_mch_id`=0))";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698311438.465032;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:103;s:8:"function";s:6:"exists";s:5:"class";s:12:"yii\db\Query";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:65;s:8:"function";s:8:"generate";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7554832;}i:71;a:6:{i:0;s:118:"UPDATE `cx_user_token` SET `is_delete`=1 WHERE (`is_delete`=0) AND (`user_id`='67') AND (`cx_mch_id`=0) AND (`type`=3)";i:1;i:80;i:2;s:23:"yii\db\Command::execute";i:3;d:1698311438.46535;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:273;s:8:"function";s:9:"updateAll";s:5:"class";s:19:"yii\db\ActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:77;s:8:"function";s:7:"destory";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7558848;}i:72;a:6:{i:0;s:118:"UPDATE `cx_user_token` SET `is_delete`=1 WHERE (`is_delete`=0) AND (`user_id`='67') AND (`cx_mch_id`=0) AND (`type`=3)";i:1;i:96;i:2;s:23:"yii\db\Command::execute";i:3;d:1698311438.466573;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:273;s:8:"function";s:9:"updateAll";s:5:"class";s:19:"yii\db\ActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:77;s:8:"function";s:7:"destory";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7560952;}i:74;a:6:{i:0;s:189:"INSERT INTO `cx_user_token` (`cx_mch_id`, `type`, `token`, `user_id`, `expire_time`, `status`, `is_delete`, `created_at`) VALUES (0, 3, 'J1uhCM72fp55W4', '67', 1700903438, 0, 0, 1698311438)";i:1;i:80;i:2;s:23:"yii\db\Command::execute";i:3;d:1698311438.468023;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:157;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:78;s:8:"function";s:13:"saveUserToken";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7670808;}i:75;a:6:{i:0;s:189:"INSERT INTO `cx_user_token` (`cx_mch_id`, `type`, `token`, `user_id`, `expire_time`, `status`, `is_delete`, `created_at`) VALUES (0, 3, 'J1uhCM72fp55W4', '67', 1700903438, 0, 0, 1698311438)";i:1;i:96;i:2;s:23:"yii\db\Command::execute";i:3;d:1698311438.46853;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:157;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:78;s:8:"function";s:13:"saveUserToken";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7672864;}i:78;a:6:{i:0;s:42:"SHOW FULL COLUMNS FROM `cx_user_login_log`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698311438.498261;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:82;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7704328;}i:79;a:6:{i:0;s:42:"SHOW FULL COLUMNS FROM `cx_user_login_log`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698311438.499255;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:82;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7716536;}i:81;a:6:{i:0;s:790:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user_login_log' AND `kcu`.`TABLE_NAME` = 'cx_user_login_log'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698311438.499553;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:82;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7719560;}i:82;a:6:{i:0;s:790:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user_login_log' AND `kcu`.`TABLE_NAME` = 'cx_user_login_log'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698311438.50009;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:82;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7722696;}i:84;a:6:{i:0;s:177:"INSERT INTO `cx_user_login_log` (`cx_mch_id`, `user_id`, `is_delete`, `ipv4`, `is_pass`, `err_msg`, `created_at`) VALUES (0, '67', 0, '127.0.0.1', 1, '登录成功', 1698311438)";i:1;i:80;i:2;s:23:"yii\db\Command::execute";i:3;d:1698311438.501293;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:88;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7743712;}i:85;a:6:{i:0;s:177:"INSERT INTO `cx_user_login_log` (`cx_mch_id`, `user_id`, `is_delete`, `ipv4`, `is_pass`, `err_msg`, `created_at`) VALUES (0, '67', 0, '127.0.0.1', 1, '登录成功', 1698311438)";i:1;i:96;i:2;s:23:"yii\db\Command::execute";i:3;d:1698311438.51713;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:88;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7745824;}i:87;a:6:{i:0;s:114:"SELECT * FROM `cx_user_oauth` WHERE ((`type`='wxmp') AND (`is_delete`=0) AND (`cx_mch_id`=0)) AND (`user_id`='67')";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698311438.520525;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:432;s:8:"function";s:5:"__get";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:92;s:8:"function";s:9:"bindQuery";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:80;s:8:"function";s:5:"login";s:5:"class";s:32:"app\modules\api\models\LoginForm";s:4:"type";s:2:"->";}}i:5;i:7814240;}i:88;a:6:{i:0;s:114:"SELECT * FROM `cx_user_oauth` WHERE ((`type`='wxmp') AND (`is_delete`=0) AND (`cx_mch_id`=0)) AND (`user_id`='67')";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698311438.52666;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:432;s:8:"function";s:5:"__get";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:92;s:8:"function";s:9:"bindQuery";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:80;s:8:"function";s:5:"login";s:5:"class";s:32:"app\modules\api\models\LoginForm";s:4:"type";s:2:"->";}}i:5;i:7816992;}i:90;a:6:{i:0;s:35:"SHOW FULL COLUMNS FROM `cx_api_log`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698311438.527715;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7850856;}i:91;a:6:{i:0;s:35:"SHOW FULL COLUMNS FROM `cx_api_log`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698311438.528706;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7873816;}i:93;a:6:{i:0;s:776:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_api_log' AND `kcu`.`TABLE_NAME` = 'cx_api_log'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698311438.529196;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7871264;}i:94;a:6:{i:0;s:776:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_api_log' AND `kcu`.`TABLE_NAME` = 'cx_api_log'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698311438.529854;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7874400;}i:96;a:6:{i:0;s:655:"INSERT INTO `cx_api_log` (`cx_mch_id`, `user_id`, `route`, `module_id`, `controller_id`, `action_id`, `url`, `method`, `method_param`, `ipv4`, `is_pass`, `request_date`, `request_time`, `response_time`, `process_consume_time`, `is_delete`, `created_at`) VALUES (0, '67', 'api/user/modify-user', 'api', 'user', 'modify-user', '/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124', 'POST', '{\"real_name\":\"王五\",\"gender\":\"1\",\"is_view\":\"42.5\",\"mobile_phone\":\"18222222223\"}', '127.0.0.1', 1, '2023-10-26', 1698311437504, 1698311438530, 1026, 0, 1698311438)";i:1;i:80;i:2;s:23:"yii\db\Command::execute";i:3;d:1698311438.531451;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:125;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7896296;}i:97;a:6:{i:0;s:655:"INSERT INTO `cx_api_log` (`cx_mch_id`, `user_id`, `route`, `module_id`, `controller_id`, `action_id`, `url`, `method`, `method_param`, `ipv4`, `is_pass`, `request_date`, `request_time`, `response_time`, `process_consume_time`, `is_delete`, `created_at`) VALUES (0, '67', 'api/user/modify-user', 'api', 'user', 'modify-user', '/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124', 'POST', '{\"real_name\":\"王五\",\"gender\":\"1\",\"is_view\":\"42.5\",\"mobile_phone\":\"18222222223\"}', '127.0.0.1', 1, '2023-10-26', 1698311437504, 1698311438530, 1026, 0, 1698311438)";i:1;i:96;i:2;s:23:"yii\db\Command::execute";i:3;d:1698311438.573878;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:125;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7898952;}}}";s:5:"event";s:9740:"a:55:{i:0;a:5:{s:4:"time";d:1698311437.492793;s:4:"name";s:9:"afterOpen";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:20:"yii\redis\Connection";}i:1;a:5:{s:4:"time";d:1698311437.498697;s:4:"name";s:13:"beforeRequest";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:19:"yii\web\Application";}i:2;a:5:{s:4:"time";d:1698311437.520945;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:3;a:5:{s:4:"time";d:1698311437.530015;s:4:"name";s:9:"afterOpen";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:17:"yii\db\Connection";}i:4;a:5:{s:4:"time";d:1698311437.540216;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:27:"app\models\wechat\WechatApp";}i:5;a:5:{s:4:"time";d:1698311437.540286;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:27:"app\models\wechat\WechatApp";}i:6;a:5:{s:4:"time";d:1698311437.557521;s:4:"name";s:12:"beforeAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:19:"yii\web\Application";}i:7;a:5:{s:4:"time";d:1698311437.557537;s:4:"name";s:12:"beforeAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:22:"app\modules\api\Module";}i:8;a:5:{s:4:"time";d:1698311437.564176;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:9;a:5:{s:4:"time";d:1698311437.567184;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:20:"app\models\UserToken";}i:10;a:5:{s:4:"time";d:1698311437.568969;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:20:"app\models\UserToken";}i:11;a:5:{s:4:"time";d:1698311437.569002;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:12;a:5:{s:4:"time";d:1698311437.571642;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:15:"app\models\User";}i:13;a:5:{s:4:"time";d:1698311437.571706;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:15:"app\models\User";}i:14;a:5:{s:4:"time";d:1698311437.572328;s:4:"name";s:11:"beforeLogin";s:5:"class";s:17:"yii\web\UserEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:12:"yii\web\User";}i:15;a:5:{s:4:"time";d:1698311437.579592;s:4:"name";s:10:"afterLogin";s:5:"class";s:17:"yii\web\UserEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:12:"yii\web\User";}i:16;a:5:{s:4:"time";d:1698311437.57961;s:4:"name";s:12:"beforeAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:42:"app\modules\api\controllers\UserController";}i:17;a:5:{s:4:"time";d:1698311437.583537;s:4:"name";s:14:"beforeValidate";s:5:"class";s:19:"yii\base\ModelEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:37:"app\modules\api\models\UserModifyForm";}i:18;a:5:{s:4:"time";d:1698311437.583645;s:4:"name";s:13:"afterValidate";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:37:"app\modules\api\models\UserModifyForm";}i:19;a:5:{s:4:"time";d:1698311437.584346;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:20;a:5:{s:4:"time";d:1698311437.585276;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:15:"app\models\User";}i:21;a:5:{s:4:"time";d:1698311437.585345;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:15:"app\models\User";}i:22;a:5:{s:4:"time";d:1698311437.58537;s:4:"name";s:14:"beforeValidate";s:5:"class";s:19:"yii\base\ModelEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:32:"app\modules\api\models\LoginForm";}i:23;a:5:{s:4:"time";d:1698311437.587706;s:4:"name";s:13:"afterValidate";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:32:"app\modules\api\models\LoginForm";}i:24;a:5:{s:4:"time";d:1698311437.588288;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:25;a:5:{s:4:"time";d:1698311437.589573;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:15:"app\models\User";}i:26;a:5:{s:4:"time";d:1698311437.589658;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:15:"app\models\User";}i:27;a:5:{s:4:"time";d:1698311438.460217;s:4:"name";s:11:"beforeLogin";s:5:"class";s:17:"yii\web\UserEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:12:"yii\web\User";}i:28;a:5:{s:4:"time";d:1698311438.460392;s:4:"name";s:10:"afterLogin";s:5:"class";s:17:"yii\web\UserEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:12:"yii\web\User";}i:29;a:5:{s:4:"time";d:1698311438.461365;s:4:"name";s:16:"beginTransaction";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:17:"yii\db\Connection";}i:30;a:5:{s:4:"time";d:1698311438.464266;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:31;a:5:{s:4:"time";d:1698311438.466611;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:20:"app\models\UserToken";}i:32;a:5:{s:4:"time";d:1698311438.466677;s:4:"name";s:14:"beforeValidate";s:5:"class";s:19:"yii\base\ModelEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:20:"app\models\UserToken";}i:33;a:5:{s:4:"time";d:1698311438.46688;s:4:"name";s:13:"afterValidate";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:20:"app\models\UserToken";}i:34;a:5:{s:4:"time";d:1698311438.466899;s:4:"name";s:12:"beforeInsert";s:5:"class";s:19:"yii\base\ModelEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:20:"app\models\UserToken";}i:35;a:5:{s:4:"time";d:1698311438.469086;s:4:"name";s:11:"afterInsert";s:5:"class";s:21:"yii\db\AfterSaveEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:20:"app\models\UserToken";}i:36;a:5:{s:4:"time";d:1698311438.497111;s:4:"name";s:17:"commitTransaction";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:17:"yii\db\Connection";}i:37;a:5:{s:4:"time";d:1698311438.498149;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:27:"app\models\log\UserLoginLog";}i:38;a:5:{s:4:"time";d:1698311438.500869;s:4:"name";s:14:"beforeValidate";s:5:"class";s:19:"yii\base\ModelEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:27:"app\models\log\UserLoginLog";}i:39;a:5:{s:4:"time";d:1698311438.501119;s:4:"name";s:13:"afterValidate";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:27:"app\models\log\UserLoginLog";}i:40;a:5:{s:4:"time";d:1698311438.501136;s:4:"name";s:12:"beforeInsert";s:5:"class";s:19:"yii\base\ModelEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:27:"app\models\log\UserLoginLog";}i:41;a:5:{s:4:"time";d:1698311438.517248;s:4:"name";s:11:"afterInsert";s:5:"class";s:21:"yii\db\AfterSaveEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:27:"app\models\log\UserLoginLog";}i:42;a:5:{s:4:"time";d:1698311438.518109;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:43;a:5:{s:4:"time";d:1698311438.527611;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"app\models\log\ApiLog";}i:44;a:5:{s:4:"time";d:1698311438.530112;s:4:"name";s:14:"beforeValidate";s:5:"class";s:19:"yii\base\ModelEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"app\models\log\ApiLog";}i:45;a:5:{s:4:"time";d:1698311438.531182;s:4:"name";s:13:"afterValidate";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"app\models\log\ApiLog";}i:46;a:5:{s:4:"time";d:1698311438.531201;s:4:"name";s:12:"beforeInsert";s:5:"class";s:19:"yii\base\ModelEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"app\models\log\ApiLog";}i:47;a:5:{s:4:"time";d:1698311438.57403;s:4:"name";s:11:"afterInsert";s:5:"class";s:21:"yii\db\AfterSaveEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"app\models\log\ApiLog";}i:48;a:5:{s:4:"time";d:1698311438.574076;s:4:"name";s:11:"afterAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:42:"app\modules\api\controllers\UserController";}i:49;a:5:{s:4:"time";d:1698311438.574089;s:4:"name";s:11:"afterAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:22:"app\modules\api\Module";}i:50;a:5:{s:4:"time";d:1698311438.574099;s:4:"name";s:11:"afterAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:19:"yii\web\Application";}i:51;a:5:{s:4:"time";d:1698311438.574113;s:4:"name";s:12:"afterRequest";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:19:"yii\web\Application";}i:52;a:5:{s:4:"time";d:1698311438.574124;s:4:"name";s:10:"beforeSend";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:16:"yii\web\Response";}i:53;a:5:{s:4:"time";d:1698311438.578581;s:4:"name";s:12:"afterPrepare";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:16:"yii\web\Response";}i:54;a:5:{s:4:"time";d:1698311438.578665;s:4:"name";s:9:"afterSend";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:16:"yii\web\Response";}}";s:4:"mail";s:6:"a:0:{}";s:8:"timeline";s:91:"a:3:{s:5:"start";d:1698311437.424454;s:3:"end";d:1698311438.582295;s:6:"memory";i:8533176;}";s:4:"dump";s:6:"a:0:{}";s:6:"router";s:1693:"a:3:{s:8:"messages";a:8:{i:10;a:6:{i:0;a:3:{s:4:"rule";s:3:"gii";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698311437.499486;i:4;a:0:{}i:5;i:4623120;}i:11;a:6:{i:0;a:3:{s:4:"rule";s:12:"gii/";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698311437.499501;i:4;a:0:{}i:5;i:4623872;}i:12;a:6:{i:0;a:3:{s:4:"rule";s:41:"gii//";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698311437.49951;i:4;a:0:{}i:5;i:4624624;}i:13;a:6:{i:0;a:3:{s:4:"rule";s:5:"debug";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698311437.499518;i:4;a:0:{}i:5;i:4625376;}i:14;a:6:{i:0;a:3:{s:4:"rule";s:43:"debug//";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698311437.499526;i:4;a:0:{}i:5;i:4626128;}i:15;a:6:{i:0;a:3:{s:4:"rule";s:38:"//";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698311437.499536;i:4;a:0:{}i:5;i:4626880;}i:16;a:6:{i:0;a:3:{s:4:"rule";s:29:"/";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698311437.499544;i:4;a:0:{}i:5;i:4627632;}i:17;a:6:{i:0;s:55:"No matching URL rules. Using default URL parsing logic.";i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698311437.499549;i:4;a:0:{}i:5;i:4628648;}}s:5:"route";s:20:"api/user/modify-user";s:6:"action";s:62:"app\modules\api\controllers\UserController::actionModifyUser()";}";s:7:"request";s:5298:"a:15:{s:7:"flashes";a:0:{}s:10:"statusCode";i:200;s:14:"requestHeaders";a:9:{s:14:"content-length";s:3:"508";s:12:"content-type";s:80:"multipart/form-data; boundary=--------------------------384847576833706982250287";s:4:"host";s:10:"cxfoot.com";s:6:"cookie";s:148:"_csrf=c968ba6e7158f12fd391fc93b5932195d089944ee11ca8b53ecf7c6f6a096e15a:2:%7Bi:0;s:5:%22_csrf%22;i:1;s:32:%22eSFTdI38LZ18zWYIASjqJ384pDdlaKKX%22;%7D";s:10:"connection";s:5:"close";s:15:"accept-encoding";s:17:"gzip, deflate, br";s:6:"accept";s:3:"*/*";s:13:"cache-control";s:8:"no-cache";s:10:"user-agent";s:35:"PostmanRuntime-ApipostRuntime/1.1.0";}s:15:"responseHeaders";a:6:{s:12:"X-Powered-By";s:9:"PHP/7.3.4";s:12:"Content-Type";s:31:"application/json; charset=UTF-8";s:11:"X-Debug-Tag";s:13:"653a2d0d76c6f";s:16:"X-Debug-Duration";s:5:"1,155";s:12:"X-Debug-Link";s:37:"/debug/default/view?tag=653a2d0d76c6f";s:10:"Set-Cookie";s:204:"_csrf=7b6b5642bf1f35ba2dc4b3abe2e3a382fa1f0a1af01ab5c7908fd576c64af8e9a%3A2%3A%7Bi%3A0%3Bs%3A5%3A%22_csrf%22%3Bi%3A1%3Bs%3A32%3A%22C5sQIiDj1-oaWRLTJcGrLSlUnizaqasY%22%3B%7D; path=/; HttpOnly; SameSite=Lax";}s:5:"route";s:20:"api/user/modify-user";s:6:"action";s:62:"app\modules\api\controllers\UserController::actionModifyUser()";s:12:"actionParams";a:0:{}s:7:"general";a:5:{s:6:"method";s:4:"POST";s:6:"isAjax";b:0;s:6:"isPjax";b:0;s:7:"isFlash";b:0;s:18:"isSecureConnection";b:0;}s:11:"requestBody";a:0:{}s:6:"SERVER";a:43:{s:4:"PATH";s:954:"C:\imagemagick;C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\intel64_win\compiler;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;E:\anzhuang\QTSystem\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;D:\Git\cmd;D:\svn\bin;C:\Users\Administrator\AppData\Local\Programs\Python\Python311;C:\Users\Administrator\AppData\Local\Programs\Python\Python311\Scripts;D:\Xftp 7\;D:\微信web开发者工具\dll;C:\Users\Administrator\AppData\Local\Microsoft\WindowsApps;;D:\PhpStorm 2021.2.1\bin;;D:\Microsoft VS Code\bin;D:\phpstudy_pro\Extensions\php\php7.4.3nts;C:\Users\Administrator\AppData\Local\ComposerSetup\bin;C:\Users\Administrator\AppData\Roaming\Composer\vendor\bin";s:10:"SYSTEMROOT";s:10:"C:\WINDOWS";s:7:"COMSPEC";s:27:"C:\WINDOWS\system32\cmd.exe";s:7:"PATHEXT";s:53:".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC";s:6:"WINDIR";s:10:"C:\WINDOWS";s:5:"PHPRC";s:42:"D:/phpstudy_pro/Extensions/php/php7.3.4nts";s:21:"_FCGI_SHUTDOWN_EVENT_";s:4:"9184";s:11:"SCRIPT_NAME";s:10:"/index.php";s:11:"REQUEST_URI";s:137:"/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:12:"QUERY_STRING";s:115:"access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:14:"REQUEST_METHOD";s:4:"POST";s:15:"SERVER_PROTOCOL";s:8:"HTTP/1.1";s:17:"GATEWAY_INTERFACE";s:7:"CGI/1.1";s:21:"REDIRECT_QUERY_STRING";s:115:"access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:12:"REDIRECT_URL";s:21:"/api/user/modify-user";s:11:"REMOTE_PORT";s:5:"65199";s:15:"SCRIPT_FILENAME";s:40:"D:/phpstudy_pro/WWW/cxfoot/web/index.php";s:12:"SERVER_ADMIN";s:17:"admin@example.com";s:21:"CONTEXT_DOCUMENT_ROOT";s:30:"D:/phpstudy_pro/WWW/cxfoot/web";s:14:"CONTEXT_PREFIX";s:0:"";s:14:"REQUEST_SCHEME";s:4:"http";s:13:"DOCUMENT_ROOT";s:30:"D:/phpstudy_pro/WWW/cxfoot/web";s:11:"REMOTE_ADDR";s:9:"127.0.0.1";s:11:"SERVER_PORT";s:2:"80";s:11:"SERVER_ADDR";s:9:"127.0.0.1";s:11:"SERVER_NAME";s:10:"cxfoot.com";s:15:"SERVER_SOFTWARE";s:73:"Apache/2.4.39 (Win64) OpenSSL/1.1.1b mod_fcgid/2.3.9a mod_log_rotate/1.02";s:16:"SERVER_SIGNATURE";s:0:"";s:10:"SystemRoot";s:10:"C:\WINDOWS";s:14:"CONTENT_LENGTH";s:3:"508";s:12:"CONTENT_TYPE";s:80:"multipart/form-data; boundary=--------------------------384847576833706982250287";s:9:"HTTP_HOST";s:10:"cxfoot.com";s:11:"HTTP_COOKIE";s:148:"_csrf=c968ba6e7158f12fd391fc93b5932195d089944ee11ca8b53ecf7c6f6a096e15a:2:%7Bi:0;s:5:%22_csrf%22;i:1;s:32:%22eSFTdI38LZ18zWYIASjqJ384pDdlaKKX%22;%7D";s:15:"HTTP_CONNECTION";s:5:"close";s:20:"HTTP_ACCEPT_ENCODING";s:17:"gzip, deflate, br";s:11:"HTTP_ACCEPT";s:3:"*/*";s:18:"HTTP_CACHE_CONTROL";s:8:"no-cache";s:15:"HTTP_USER_AGENT";s:35:"PostmanRuntime-ApipostRuntime/1.1.0";s:15:"REDIRECT_STATUS";s:3:"200";s:9:"FCGI_ROLE";s:9:"RESPONDER";s:8:"PHP_SELF";s:10:"/index.php";s:18:"REQUEST_TIME_FLOAT";d:1698311437.387391;s:12:"REQUEST_TIME";i:1698311437;}s:3:"GET";a:2:{s:12:"access_token";s:60:"bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0=";s:6:"X-Csrf";s:32:"ag7x1Afy1r0q8j4y05vk3s4118hx7124";}s:4:"POST";a:4:{s:9:"real_name";s:6:"王五";s:6:"gender";s:1:"1";s:7:"is_view";s:4:"42.5";s:12:"mobile_phone";s:11:"18222222223";}s:6:"COOKIE";a:5:{s:5:"_csrf";s:72:"c968ba6e7158f12fd391fc93b5932195d089944ee11ca8b53ecf7c6f6a096e15a:2:{i:0";s:11:"s:5:"_csrf"";s:0:"";s:3:"i:1";s:0:"";s:39:"s:32:"eSFTdI38LZ18zWYIASjqJ384pDdlaKKX"";s:0:"";s:1:"}";s:0:"";}s:5:"FILES";a:0:{}s:7:"SESSION";a:0:{}}";s:4:"user";s:2943:"a:5:{s:2:"id";s:2:"67";s:8:"identity";a:26:{s:2:"id";s:4:"'67'";s:9:"cx_mch_id";s:3:"'0'";s:8:"username";s:8:"'U1aGfa'";s:8:"password";s:62:"'$2y$13$Mjzs72qrxC6HFjjLhrIWGuBVI/YoTM9IPVPDKkjTnu6TQW4136qfW'";s:8:"auth_key";s:34:"'8ORFTHONdVxE30rz0UMIt_p3tkzj839S'";s:12:"access_token";s:34:"'pHFaguuSu7yQ6Ih9M2vRtp4n-h04ElJ1'";s:8:"nickname";s:8:"'王五'";s:10:"avatar_url";s:28:"'/statics/images/avatar.jpg'";s:12:"mobile_phone";s:13:"'18222222223'";s:13:"mobile_prefix";s:4:"'86'";s:5:"email";s:2:"''";s:9:"real_name";s:8:"'王五'";s:4:"desc";s:2:"''";s:6:"gender";s:1:"1";s:8:"birthday";s:4:"null";s:6:"status";s:1:"0";s:9:"parent_id";s:3:"'0'";s:12:"is_modify_un";s:1:"0";s:9:"is_delete";s:1:"0";s:10:"country_id";s:1:"0";s:7:"city_id";s:1:"0";s:10:"created_at";s:10:"1698311382";s:10:"updated_at";s:10:"1698311382";s:4:"type";s:1:"0";s:8:"store_id";s:1:"0";s:7:"is_view";s:6:"'42.5'";}s:10:"attributes";a:26:{i:0;a:2:{s:9:"attribute";s:2:"id";s:5:"label";s:2:"ID";}i:1;a:2:{s:9:"attribute";s:9:"cx_mch_id";s:5:"label";s:14:"平台商户ID";}i:2;a:2:{s:9:"attribute";s:8:"username";s:5:"label";s:9:"用户名";}i:3;a:2:{s:9:"attribute";s:8:"password";s:5:"label";s:6:"密码";}i:4;a:2:{s:9:"attribute";s:8:"auth_key";s:5:"label";s:8:"AUTH_KEY";}i:5;a:2:{s:9:"attribute";s:12:"access_token";s:5:"label";s:12:"ACCESS_TOKEN";}i:6;a:2:{s:9:"attribute";s:8:"nickname";s:5:"label";s:6:"昵称";}i:7;a:2:{s:9:"attribute";s:10:"avatar_url";s:5:"label";s:6:"头像";}i:8;a:2:{s:9:"attribute";s:12:"mobile_phone";s:5:"label";s:9:"手机号";}i:9;a:2:{s:9:"attribute";s:13:"mobile_prefix";s:5:"label";s:21:"手机号国家代码";}i:10;a:2:{s:9:"attribute";s:5:"email";s:5:"label";s:6:"邮箱";}i:11;a:2:{s:9:"attribute";s:9:"real_name";s:5:"label";s:12:"真实姓名";}i:12;a:2:{s:9:"attribute";s:4:"desc";s:5:"label";s:12:"个性签名";}i:13;a:2:{s:9:"attribute";s:6:"gender";s:5:"label";s:33:"性别,0=女,1=男,2=保密";}i:14;a:2:{s:9:"attribute";s:8:"birthday";s:5:"label";s:6:"生日";}i:15;a:2:{s:9:"attribute";s:6:"status";s:5:"label";s:50:"状态,0=正常,1=封禁,2=挂起,3=注销";}i:16;a:2:{s:9:"attribute";s:9:"parent_id";s:5:"label";s:9:"PARENT_ID";}i:17;a:2:{s:9:"attribute";s:12:"is_modify_un";s:5:"label";s:43:"用户名是否可以修改,0=否,1=是";}i:18;a:2:{s:9:"attribute";s:9:"is_delete";s:5:"label";s:28:"是否删除,0=否,1=是";}i:19;a:2:{s:9:"attribute";s:10:"country_id";s:5:"label";s:8:"国家ID";}i:20;a:2:{s:9:"attribute";s:7:"city_id";s:5:"label";s:8:"城市ID";}i:21;a:2:{s:9:"attribute";s:10:"created_at";s:5:"label";s:12:"添加时间";}i:22;a:2:{s:9:"attribute";s:10:"updated_at";s:5:"label";s:12:"更新时间";}i:23;a:2:{s:9:"attribute";s:4:"type";s:5:"label";s:28:"0=普通用户,1=管理员";}i:24;a:2:{s:9:"attribute";s:8:"store_id";s:5:"label";s:8:"Store Id";}i:25;a:2:{s:9:"attribute";s:7:"is_view";s:5:"label";s:6:"鞋码";}}s:13:"rolesProvider";N;s:19:"permissionsProvider";N;}";s:5:"asset";s:6:"a:0:{}";s:7:"summary";a:12:{s:3:"tag";s:13:"653a2d0d76c6f";s:3:"url";s:154:"http://cxfoot.com/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:4:"ajax";i:0;s:6:"method";s:4:"POST";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698311437.387391;s:10:"statusCode";i:200;s:8:"sqlCount";i:21;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:8533176;s:14:"processingTime";d:1.1573259830474854;}s:10:"exceptions";a:0:{}} \ No newline at end of file diff --git a/runtime/debug/653a3707dd767.data b/runtime/debug/653a3707dd767.data new file mode 100644 index 0000000..06280af --- /dev/null +++ b/runtime/debug/653a3707dd767.data @@ -0,0 +1,351 @@ +a:14:{s:6:"config";s:1870:"a:5:{s:10:"phpVersion";s:5:"7.3.4";s:10:"yiiVersion";s:6:"2.0.46";s:11:"application";a:8:{s:3:"yii";s:6:"2.0.46";s:4:"name";s:14:"My Application";s:7:"version";s:3:"1.0";s:8:"language";s:5:"zh-CN";s:14:"sourceLanguage";s:5:"en-US";s:7:"charset";s:5:"UTF-8";s:3:"env";s:3:"dev";s:5:"debug";b:1;}s:3:"php";a:5:{s:7:"version";s:5:"7.3.4";s:6:"xdebug";b:0;s:3:"apc";b:0;s:8:"memcache";b:0;s:9:"memcached";b:0;}s:10:"extensions";a:7:{s:18:"yiisoft/yii2-faker";a:3:{s:4:"name";s:18:"yiisoft/yii2-faker";s:7:"version";s:7:"2.0.5.0";s:5:"alias";a:1:{s:10:"@yii/faker";s:56:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-faker/src";}}s:24:"yiisoft/yii2-swiftmailer";a:3:{s:4:"name";s:24:"yiisoft/yii2-swiftmailer";s:7:"version";s:7:"2.1.3.0";s:5:"alias";a:1:{s:16:"@yii/swiftmailer";s:62:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-swiftmailer/src";}}s:22:"yiisoft/yii2-bootstrap";a:3:{s:4:"name";s:22:"yiisoft/yii2-bootstrap";s:7:"version";s:8:"2.0.11.0";s:5:"alias";a:1:{s:14:"@yii/bootstrap";s:60:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-bootstrap/src";}}s:16:"yiisoft/yii2-gii";a:3:{s:4:"name";s:16:"yiisoft/yii2-gii";s:7:"version";s:7:"2.1.4.0";s:5:"alias";a:1:{s:8:"@yii/gii";s:54:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-gii/src";}}s:18:"yiisoft/yii2-redis";a:3:{s:4:"name";s:18:"yiisoft/yii2-redis";s:7:"version";s:8:"2.0.18.0";s:5:"alias";a:1:{s:10:"@yii/redis";s:56:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-redis/src";}}s:18:"yiisoft/yii2-debug";a:3:{s:4:"name";s:18:"yiisoft/yii2-debug";s:7:"version";s:8:"2.1.21.0";s:5:"alias";a:1:{s:10:"@yii/debug";s:56:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-debug/src";}}s:24:"jianyan74/yii2-websocket";a:3:{s:4:"name";s:24:"jianyan74/yii2-websocket";s:7:"version";s:7:"1.1.1.0";s:5:"alias";a:1:{s:18:"@jianyan/websocket";s:62:"D:\phpstudy_pro\WWW\cxfoot\vendor/jianyan74/yii2-websocket/src";}}}}";s:3:"log";s:28907:"a:1:{s:8:"messages";a:46:{i:0;a:6:{i:0;s:33:"Bootstrap with yii\log\Dispatcher";i:1;i:8;i:2;s:31:"yii\base\Application::bootstrap";i:3;d:1698313991.863095;i:4;a:0:{}i:5;i:2497176;}i:1;a:6:{i:0;s:21:"Loading module: debug";i:1;i:8;i:2;s:26:"yii\base\Module::getModule";i:3;d:1698313991.863122;i:4;a:0:{}i:5;i:2498352;}i:2;a:6:{i:0;s:44:"Bootstrap with yii\debug\Module::bootstrap()";i:1;i:8;i:2;s:31:"yii\base\Application::bootstrap";i:3;d:1698313991.906206;i:4;a:0:{}i:5;i:4073584;}i:3;a:6:{i:0;s:61:"Opening redis DB connection: tcp://127.0.0.1:6379, database=0";i:1;i:8;i:2;s:26:"yii\redis\Connection::open";i:3;d:1698313991.909963;i:4;a:0:{}i:5;i:4290032;}i:4;a:6:{i:0;s:31:"Executing Redis Command: SELECT";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698313991.910537;i:4;a:0:{}i:5;i:4292240;}i:5;a:6:{i:0;s:28:"Executing Redis Command: GET";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698313991.910881;i:4;a:0:{}i:5;i:4300424;}i:6;a:6:{i:0;s:28:"Executing Redis Command: GET";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698313991.912797;i:4;a:0:{}i:5;i:4372704;}i:7;a:6:{i:0;s:19:"Loading module: gii";i:1;i:8;i:2;s:26:"yii\base\Module::getModule";i:3;d:1698313991.912991;i:4;a:0:{}i:5;i:4373048;}i:8;a:6:{i:0;s:42:"Bootstrap with yii\gii\Module::bootstrap()";i:1;i:8;i:2;s:31:"yii\base\Application::bootstrap";i:3;d:1698313991.914258;i:4;a:0:{}i:5;i:4397072;}i:9;a:6:{i:0;s:28:"Executing Redis Command: GET";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698313991.914296;i:4;a:0:{}i:5;i:4403464;}i:18;a:6:{i:0;s:39:"Route requested: 'api/user/modify-user'";i:1;i:8;i:2;s:34:"yii\web\Application::handleRequest";i:3;d:1698313991.918619;i:4;a:0:{}i:5;i:4628712;}i:19;a:6:{i:0;s:19:"Loading module: api";i:1;i:8;i:2;s:26:"yii\base\Module::getModule";i:3;d:1698313991.918638;i:4;a:0:{}i:5;i:4630344;}i:20;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_wechat_app`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698313991.946247;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6055432;}i:21;a:6:{i:0;s:57:"Opening DB connection: mysql:host=127.0.0.1;dbname=cxfoot";i:1;i:4;i:2;s:23:"yii\db\Connection::open";i:3;d:1698313991.946314;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6057864;}i:26;a:6:{i:0;s:782:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_wechat_app' AND `kcu`.`TABLE_NAME` = 'cx_wechat_app'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698313991.953213;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6144176;}i:29;a:6:{i:0;s:71:"SELECT * FROM `cx_wechat_app` WHERE (`cx_mch_id`=0) AND (`is_delete`=0)";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698313991.9606;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6480744;}i:32;a:6:{i:0;s:34:"Route to run: api/user/modify-user";i:1;i:8;i:2;s:30:"yii\base\Controller::runAction";i:3;d:1698313991.977124;i:4;a:0:{}i:5;i:6709728;}i:33;a:6:{i:0;s:119:"SELECT * FROM `cx_user_token` WHERE ((`is_delete`=0) AND (`token`='SF5fP6gUUrct1a') AND (`cx_mch_id`=0)) AND (`type`=3)";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698313991.987268;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6986272;}i:36;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_user_token`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698313991.988235;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6994528;}i:39;a:6:{i:0;s:782:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user_token' AND `kcu`.`TABLE_NAME` = 'cx_user_token'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698313991.989469;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7008376;}i:42;a:6:{i:0;s:32:"SHOW FULL COLUMNS FROM `cx_user`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698313991.990132;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7012256;}i:45;a:6:{i:0;s:770:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user' AND `kcu`.`TABLE_NAME` = 'cx_user'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698313991.992054;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7034352;}i:48;a:6:{i:0;s:78:"SELECT * FROM `cx_user` WHERE (`id`='65') AND (`is_delete`=0) AND (`status`=0)";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698313991.992926;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7042336;}i:51;a:6:{i:0;s:56:"User '65' logged in from 127.0.0.1. Session not enabled.";i:1;i:4;i:2;s:19:"yii\web\User::login";i:3;d:1698313992.001471;i:4;a:2:{i:0;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7282288;}i:52;a:6:{i:0;s:78:"Running action: app\modules\api\controllers\UserController::actionModifyUser()";i:1;i:8;i:2;s:36:"yii\base\InlineAction::runWithParams";i:3;d:1698313992.001552;i:4;a:0:{}i:5;i:7280040;}i:53;a:6:{i:0;s:58:"SELECT * FROM `cx_user` WHERE `mobile_phone`='18222222223'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698313992.006412;i:4;a:2:{i:0;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:73;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7392520;}i:56;a:6:{i:0;s:141:"SELECT * FROM `cx_user` WHERE ((`cx_mch_id`=0) AND (`is_delete`=0) AND (`status`=0)) AND ((`username`='U1aGfa') OR (`mobile_phone`='U1aGfa'))";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698313992.010753;i:4;a:3:{i:0;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:66;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:80;s:8:"function";s:5:"login";s:5:"class";s:32:"app\modules\api\models\LoginForm";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7478664;}i:59;a:6:{i:0;s:56:"User '67' logged in from 127.0.0.1. Session not enabled.";i:1;i:4;i:2;s:19:"yii\web\User::login";i:3;d:1698313992.877254;i:4;a:3:{i:0;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:82;s:8:"function";s:5:"login";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:80;s:8:"function";s:5:"login";s:5:"class";s:32:"app\modules\api\models\LoginForm";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7477824;}i:60;a:6:{i:0;s:17:"Begin transaction";i:1;i:8;i:2;s:25:"yii\db\Transaction::begin";i:3;d:1698313992.878172;i:4;a:3:{i:0;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:64;s:8:"function";s:16:"beginTransaction";s:5:"class";s:17:"yii\db\Connection";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:80;s:8:"function";s:5:"login";s:5:"class";s:32:"app\modules\api\models\LoginForm";s:4:"type";s:2:"->";}}i:5;i:7504192;}i:61;a:6:{i:0;s:37:"Executing Redis Command: CLUSTER INFO";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698313992.879147;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\components\FlashStorage.php";s:4:"line";i:67;s:8:"function";s:3:"get";s:5:"class";s:17:"yii\caching\Cache";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:93;s:8:"function";s:8:"getCache";s:5:"class";s:27:"app\components\FlashStorage";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:65;s:8:"function";s:8:"generate";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}}i:5;i:7525880;}i:62;a:6:{i:0;s:28:"Executing Redis Command: GET";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698313992.88042;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\components\FlashStorage.php";s:4:"line";i:67;s:8:"function";s:3:"get";s:5:"class";s:17:"yii\caching\Cache";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:93;s:8:"function";s:8:"getCache";s:5:"class";s:27:"app\components\FlashStorage";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:65;s:8:"function";s:8:"generate";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}}i:5;i:7533544;}i:63;a:6:{i:0;s:28:"Executing Redis Command: SET";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698313992.880643;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\components\FlashStorage.php";s:4:"line";i:47;s:8:"function";s:3:"set";s:5:"class";s:17:"yii\caching\Cache";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:99;s:8:"function";s:8:"setCache";s:5:"class";s:27:"app\components\FlashStorage";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:65;s:8:"function";s:8:"generate";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}}i:5;i:7535800;}i:64;a:6:{i:0;s:28:"Executing Redis Command: GET";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698313992.880825;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\components\FlashStorage.php";s:4:"line";i:67;s:8:"function";s:3:"get";s:5:"class";s:17:"yii\caching\Cache";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:127;s:8:"function";s:8:"getCache";s:5:"class";s:27:"app\components\FlashStorage";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:102;s:8:"function";s:9:"_generate";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}}i:5;i:7537888;}i:65;a:6:{i:0;s:28:"Executing Redis Command: SET";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698313992.881019;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\components\FlashStorage.php";s:4:"line";i:47;s:8:"function";s:3:"set";s:5:"class";s:17:"yii\caching\Cache";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:132;s:8:"function";s:8:"setCache";s:5:"class";s:27:"app\components\FlashStorage";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:102;s:8:"function";s:9:"_generate";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}}i:5;i:7545776;}i:66;a:6:{i:0;s:132:"SELECT EXISTS(SELECT * FROM `cx_user_token` WHERE (`type`=3) AND (`token`='dGxF0izBv9LX15') AND (`is_delete`=0) AND (`cx_mch_id`=0))";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698313992.881339;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:103;s:8:"function";s:6:"exists";s:5:"class";s:12:"yii\db\Query";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:65;s:8:"function";s:8:"generate";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7551448;}i:69;a:6:{i:0;s:28:"Executing Redis Command: DEL";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698313992.881905;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\components\FlashStorage.php";s:4:"line";i:57;s:8:"function";s:6:"delete";s:5:"class";s:17:"yii\caching\Cache";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:105;s:8:"function";s:11:"deleteCache";s:5:"class";s:27:"app\components\FlashStorage";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:65;s:8:"function";s:8:"generate";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}}i:5;i:7553584;}i:70;a:6:{i:0;s:118:"UPDATE `cx_user_token` SET `is_delete`=1 WHERE (`is_delete`=0) AND (`user_id`='67') AND (`cx_mch_id`=0) AND (`type`=3)";i:1;i:4;i:2;s:23:"yii\db\Command::execute";i:3;d:1698313992.882151;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:273;s:8:"function";s:9:"updateAll";s:5:"class";s:19:"yii\db\ActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:77;s:8:"function";s:7:"destory";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7557512;}i:73;a:6:{i:0;s:189:"INSERT INTO `cx_user_token` (`cx_mch_id`, `type`, `token`, `user_id`, `expire_time`, `status`, `is_delete`, `created_at`) VALUES (0, 3, 'dGxF0izBv9LX15', '67', 1700905992, 0, 0, 1698313992)";i:1;i:4;i:2;s:23:"yii\db\Command::execute";i:3;d:1698313992.885159;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:157;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:78;s:8:"function";s:13:"saveUserToken";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7670168;}i:76;a:6:{i:0;s:18:"Commit transaction";i:1;i:8;i:2;s:26:"yii\db\Transaction::commit";i:3;d:1698313992.886485;i:4;a:3:{i:0;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:89;s:8:"function";s:6:"commit";s:5:"class";s:18:"yii\db\Transaction";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:80;s:8:"function";s:5:"login";s:5:"class";s:32:"app\modules\api\models\LoginForm";s:4:"type";s:2:"->";}}i:5;i:7669104;}i:77;a:6:{i:0;s:42:"SHOW FULL COLUMNS FROM `cx_user_login_log`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698313992.920997;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:82;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7702184;}i:80;a:6:{i:0;s:790:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user_login_log' AND `kcu`.`TABLE_NAME` = 'cx_user_login_log'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698313992.922584;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:82;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7715944;}i:83;a:6:{i:0;s:177:"INSERT INTO `cx_user_login_log` (`cx_mch_id`, `user_id`, `is_delete`, `ipv4`, `is_pass`, `err_msg`, `created_at`) VALUES (0, '67', 0, '127.0.0.1', 1, '登录成功', 1698313992)";i:1;i:4;i:2;s:23:"yii\db\Command::execute";i:3;d:1698313992.924429;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:88;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7742840;}i:86;a:6:{i:0;s:114:"SELECT * FROM `cx_user_oauth` WHERE ((`type`='wxmp') AND (`is_delete`=0) AND (`cx_mch_id`=0)) AND (`user_id`='67')";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698313992.951206;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:432;s:8:"function";s:5:"__get";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:92;s:8:"function";s:9:"bindQuery";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:80;s:8:"function";s:5:"login";s:5:"class";s:32:"app\modules\api\models\LoginForm";s:4:"type";s:2:"->";}}i:5;i:7812672;}i:89;a:6:{i:0;s:35:"SHOW FULL COLUMNS FROM `cx_api_log`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698313992.958349;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7848736;}i:92;a:6:{i:0;s:776:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_api_log' AND `kcu`.`TABLE_NAME` = 'cx_api_log'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698313992.960174;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7867648;}i:95;a:6:{i:0;s:655:"INSERT INTO `cx_api_log` (`cx_mch_id`, `user_id`, `route`, `module_id`, `controller_id`, `action_id`, `url`, `method`, `method_param`, `ipv4`, `is_pass`, `request_date`, `request_time`, `response_time`, `process_consume_time`, `is_delete`, `created_at`) VALUES (0, '67', 'api/user/modify-user', 'api', 'user', 'modify-user', '/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124', 'POST', '{\"real_name\":\"王五\",\"gender\":\"1\",\"is_view\":\"42.5\",\"mobile_phone\":\"18222222223\"}', '127.0.0.1', 1, '2023-10-26', 1698313991923, 1698313992961, 1038, 0, 1698313992)";i:1;i:4;i:2;s:23:"yii\db\Command::execute";i:3;d:1698313992.962241;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:125;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7897936;}}}";s:9:"profiling";s:39199:"a:3:{s:6:"memory";i:8533176;s:4:"time";d:1.1798391342163086;s:8:"messages";a:44:{i:22;a:6:{i:0;s:57:"Opening DB connection: mysql:host=127.0.0.1;dbname=cxfoot";i:1;i:80;i:2;s:23:"yii\db\Connection::open";i:3;d:1698313991.946333;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6058992;}i:23;a:6:{i:0;s:57:"Opening DB connection: mysql:host=127.0.0.1;dbname=cxfoot";i:1;i:96;i:2;s:23:"yii\db\Connection::open";i:3;d:1698313991.949066;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6108152;}i:24;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_wechat_app`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698313991.949107;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6108392;}i:25;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_wechat_app`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698313991.951449;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6124224;}i:27;a:6:{i:0;s:782:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_wechat_app' AND `kcu`.`TABLE_NAME` = 'cx_wechat_app'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698313991.953257;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6147040;}i:28;a:6:{i:0;s:782:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_wechat_app' AND `kcu`.`TABLE_NAME` = 'cx_wechat_app'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698313991.954063;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6149424;}i:30;a:6:{i:0;s:71:"SELECT * FROM `cx_wechat_app` WHERE (`cx_mch_id`=0) AND (`is_delete`=0)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698313991.960639;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6481992;}i:31;a:6:{i:0;s:71:"SELECT * FROM `cx_wechat_app` WHERE (`cx_mch_id`=0) AND (`is_delete`=0)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698313991.96139;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6488664;}i:34;a:6:{i:0;s:119:"SELECT * FROM `cx_user_token` WHERE ((`is_delete`=0) AND (`token`='SF5fP6gUUrct1a') AND (`cx_mch_id`=0)) AND (`type`=3)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698313991.987308;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6987840;}i:35;a:6:{i:0;s:119:"SELECT * FROM `cx_user_token` WHERE ((`is_delete`=0) AND (`token`='SF5fP6gUUrct1a') AND (`cx_mch_id`=0)) AND (`type`=3)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698313991.988128;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6991528;}i:37;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_user_token`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698313991.988262;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6996648;}i:38;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_user_token`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698313991.989163;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7008912;}i:40;a:6:{i:0;s:782:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user_token' AND `kcu`.`TABLE_NAME` = 'cx_user_token'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698313991.989496;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7011992;}i:41;a:6:{i:0;s:782:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user_token' AND `kcu`.`TABLE_NAME` = 'cx_user_token'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698313991.989973;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7015128;}i:43;a:6:{i:0;s:32:"SHOW FULL COLUMNS FROM `cx_user`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698313991.990157;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7014376;}i:44;a:6:{i:0;s:32:"SHOW FULL COLUMNS FROM `cx_user`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698313991.991373;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7044520;}i:46;a:6:{i:0;s:770:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user' AND `kcu`.`TABLE_NAME` = 'cx_user'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698313991.992084;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7037968;}i:47;a:6:{i:0;s:770:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user' AND `kcu`.`TABLE_NAME` = 'cx_user'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698313991.992666;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7041104;}i:49;a:6:{i:0;s:78:"SELECT * FROM `cx_user` WHERE (`id`='65') AND (`is_delete`=0) AND (`status`=0)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698313991.992951;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7044088;}i:50;a:6:{i:0;s:78:"SELECT * FROM `cx_user` WHERE (`id`='65') AND (`is_delete`=0) AND (`status`=0)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698313991.993446;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7050520;}i:54;a:6:{i:0;s:58:"SELECT * FROM `cx_user` WHERE `mobile_phone`='18222222223'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698313992.006446;i:4;a:2:{i:0;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:73;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7394352;}i:55;a:6:{i:0;s:58:"SELECT * FROM `cx_user` WHERE `mobile_phone`='18222222223'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698313992.007122;i:4;a:2:{i:0;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:73;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7400104;}i:57;a:6:{i:0;s:141:"SELECT * FROM `cx_user` WHERE ((`cx_mch_id`=0) AND (`is_delete`=0) AND (`status`=0)) AND ((`username`='U1aGfa') OR (`mobile_phone`='U1aGfa'))";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698313992.010783;i:4;a:3:{i:0;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:66;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:80;s:8:"function";s:5:"login";s:5:"class";s:32:"app\modules\api\models\LoginForm";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7480032;}i:58;a:6:{i:0;s:141:"SELECT * FROM `cx_user` WHERE ((`cx_mch_id`=0) AND (`is_delete`=0) AND (`status`=0)) AND ((`username`='U1aGfa') OR (`mobile_phone`='U1aGfa'))";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698313992.01123;i:4;a:3:{i:0;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:66;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:80;s:8:"function";s:5:"login";s:5:"class";s:32:"app\modules\api\models\LoginForm";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7486288;}i:67;a:6:{i:0;s:132:"SELECT EXISTS(SELECT * FROM `cx_user_token` WHERE (`type`=3) AND (`token`='dGxF0izBv9LX15') AND (`is_delete`=0) AND (`cx_mch_id`=0))";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698313992.881372;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:103;s:8:"function";s:6:"exists";s:5:"class";s:12:"yii\db\Query";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:65;s:8:"function";s:8:"generate";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7552408;}i:68;a:6:{i:0;s:132:"SELECT EXISTS(SELECT * FROM `cx_user_token` WHERE (`type`=3) AND (`token`='dGxF0izBv9LX15') AND (`is_delete`=0) AND (`cx_mch_id`=0))";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698313992.881852;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:103;s:8:"function";s:6:"exists";s:5:"class";s:12:"yii\db\Query";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:65;s:8:"function";s:8:"generate";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7554832;}i:71;a:6:{i:0;s:118:"UPDATE `cx_user_token` SET `is_delete`=1 WHERE (`is_delete`=0) AND (`user_id`='67') AND (`cx_mch_id`=0) AND (`type`=3)";i:1;i:80;i:2;s:23:"yii\db\Command::execute";i:3;d:1698313992.882186;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:273;s:8:"function";s:9:"updateAll";s:5:"class";s:19:"yii\db\ActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:77;s:8:"function";s:7:"destory";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7558848;}i:72;a:6:{i:0;s:118:"UPDATE `cx_user_token` SET `is_delete`=1 WHERE (`is_delete`=0) AND (`user_id`='67') AND (`cx_mch_id`=0) AND (`type`=3)";i:1;i:96;i:2;s:23:"yii\db\Command::execute";i:3;d:1698313992.883628;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:273;s:8:"function";s:9:"updateAll";s:5:"class";s:19:"yii\db\ActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:77;s:8:"function";s:7:"destory";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7560952;}i:74;a:6:{i:0;s:189:"INSERT INTO `cx_user_token` (`cx_mch_id`, `type`, `token`, `user_id`, `expire_time`, `status`, `is_delete`, `created_at`) VALUES (0, 3, 'dGxF0izBv9LX15', '67', 1700905992, 0, 0, 1698313992)";i:1;i:80;i:2;s:23:"yii\db\Command::execute";i:3;d:1698313992.885192;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:157;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:78;s:8:"function";s:13:"saveUserToken";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7670808;}i:75;a:6:{i:0;s:189:"INSERT INTO `cx_user_token` (`cx_mch_id`, `type`, `token`, `user_id`, `expire_time`, `status`, `is_delete`, `created_at`) VALUES (0, 3, 'dGxF0izBv9LX15', '67', 1700905992, 0, 0, 1698313992)";i:1;i:96;i:2;s:23:"yii\db\Command::execute";i:3;d:1698313992.885703;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:157;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:78;s:8:"function";s:13:"saveUserToken";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7672864;}i:78;a:6:{i:0;s:42:"SHOW FULL COLUMNS FROM `cx_user_login_log`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698313992.921043;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:82;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7704328;}i:79;a:6:{i:0;s:42:"SHOW FULL COLUMNS FROM `cx_user_login_log`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698313992.922305;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:82;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7716536;}i:81;a:6:{i:0;s:790:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user_login_log' AND `kcu`.`TABLE_NAME` = 'cx_user_login_log'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698313992.922612;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:82;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7719560;}i:82;a:6:{i:0;s:790:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user_login_log' AND `kcu`.`TABLE_NAME` = 'cx_user_login_log'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698313992.923159;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:82;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7722696;}i:84;a:6:{i:0;s:177:"INSERT INTO `cx_user_login_log` (`cx_mch_id`, `user_id`, `is_delete`, `ipv4`, `is_pass`, `err_msg`, `created_at`) VALUES (0, '67', 0, '127.0.0.1', 1, '登录成功', 1698313992)";i:1;i:80;i:2;s:23:"yii\db\Command::execute";i:3;d:1698313992.924462;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:88;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7743712;}i:85;a:6:{i:0;s:177:"INSERT INTO `cx_user_login_log` (`cx_mch_id`, `user_id`, `is_delete`, `ipv4`, `is_pass`, `err_msg`, `created_at`) VALUES (0, '67', 0, '127.0.0.1', 1, '登录成功', 1698313992)";i:1;i:96;i:2;s:23:"yii\db\Command::execute";i:3;d:1698313992.948129;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:88;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7745824;}i:87;a:6:{i:0;s:114:"SELECT * FROM `cx_user_oauth` WHERE ((`type`='wxmp') AND (`is_delete`=0) AND (`cx_mch_id`=0)) AND (`user_id`='67')";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698313992.951245;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:432;s:8:"function";s:5:"__get";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:92;s:8:"function";s:9:"bindQuery";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:80;s:8:"function";s:5:"login";s:5:"class";s:32:"app\modules\api\models\LoginForm";s:4:"type";s:2:"->";}}i:5;i:7814240;}i:88;a:6:{i:0;s:114:"SELECT * FROM `cx_user_oauth` WHERE ((`type`='wxmp') AND (`is_delete`=0) AND (`cx_mch_id`=0)) AND (`user_id`='67')";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698313992.957323;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:432;s:8:"function";s:5:"__get";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:92;s:8:"function";s:9:"bindQuery";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:80;s:8:"function";s:5:"login";s:5:"class";s:32:"app\modules\api\models\LoginForm";s:4:"type";s:2:"->";}}i:5;i:7816992;}i:90;a:6:{i:0;s:35:"SHOW FULL COLUMNS FROM `cx_api_log`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698313992.958385;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7850856;}i:91;a:6:{i:0;s:35:"SHOW FULL COLUMNS FROM `cx_api_log`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698313992.959703;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7873816;}i:93;a:6:{i:0;s:776:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_api_log' AND `kcu`.`TABLE_NAME` = 'cx_api_log'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698313992.960201;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7871264;}i:94;a:6:{i:0;s:776:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_api_log' AND `kcu`.`TABLE_NAME` = 'cx_api_log'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698313992.960846;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7874400;}i:96;a:6:{i:0;s:655:"INSERT INTO `cx_api_log` (`cx_mch_id`, `user_id`, `route`, `module_id`, `controller_id`, `action_id`, `url`, `method`, `method_param`, `ipv4`, `is_pass`, `request_date`, `request_time`, `response_time`, `process_consume_time`, `is_delete`, `created_at`) VALUES (0, '67', 'api/user/modify-user', 'api', 'user', 'modify-user', '/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124', 'POST', '{\"real_name\":\"王五\",\"gender\":\"1\",\"is_view\":\"42.5\",\"mobile_phone\":\"18222222223\"}', '127.0.0.1', 1, '2023-10-26', 1698313991923, 1698313992961, 1038, 0, 1698313992)";i:1;i:80;i:2;s:23:"yii\db\Command::execute";i:3;d:1698313992.962284;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:125;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7896296;}i:97;a:6:{i:0;s:655:"INSERT INTO `cx_api_log` (`cx_mch_id`, `user_id`, `route`, `module_id`, `controller_id`, `action_id`, `url`, `method`, `method_param`, `ipv4`, `is_pass`, `request_date`, `request_time`, `response_time`, `process_consume_time`, `is_delete`, `created_at`) VALUES (0, '67', 'api/user/modify-user', 'api', 'user', 'modify-user', '/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124', 'POST', '{\"real_name\":\"王五\",\"gender\":\"1\",\"is_view\":\"42.5\",\"mobile_phone\":\"18222222223\"}', '127.0.0.1', 1, '2023-10-26', 1698313991923, 1698313992961, 1038, 0, 1698313992)";i:1;i:96;i:2;s:23:"yii\db\Command::execute";i:3;d:1698313993.006502;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:125;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7898952;}}}";s:2:"db";s:38396:"a:1:{s:8:"messages";a:42:{i:24;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_wechat_app`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698313991.949107;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6108392;}i:25;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_wechat_app`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698313991.951449;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6124224;}i:27;a:6:{i:0;s:782:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_wechat_app' AND `kcu`.`TABLE_NAME` = 'cx_wechat_app'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698313991.953257;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6147040;}i:28;a:6:{i:0;s:782:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_wechat_app' AND `kcu`.`TABLE_NAME` = 'cx_wechat_app'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698313991.954063;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6149424;}i:30;a:6:{i:0;s:71:"SELECT * FROM `cx_wechat_app` WHERE (`cx_mch_id`=0) AND (`is_delete`=0)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698313991.960639;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6481992;}i:31;a:6:{i:0;s:71:"SELECT * FROM `cx_wechat_app` WHERE (`cx_mch_id`=0) AND (`is_delete`=0)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698313991.96139;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6488664;}i:34;a:6:{i:0;s:119:"SELECT * FROM `cx_user_token` WHERE ((`is_delete`=0) AND (`token`='SF5fP6gUUrct1a') AND (`cx_mch_id`=0)) AND (`type`=3)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698313991.987308;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6987840;}i:35;a:6:{i:0;s:119:"SELECT * FROM `cx_user_token` WHERE ((`is_delete`=0) AND (`token`='SF5fP6gUUrct1a') AND (`cx_mch_id`=0)) AND (`type`=3)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698313991.988128;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6991528;}i:37;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_user_token`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698313991.988262;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6996648;}i:38;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_user_token`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698313991.989163;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7008912;}i:40;a:6:{i:0;s:782:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user_token' AND `kcu`.`TABLE_NAME` = 'cx_user_token'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698313991.989496;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7011992;}i:41;a:6:{i:0;s:782:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user_token' AND `kcu`.`TABLE_NAME` = 'cx_user_token'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698313991.989973;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7015128;}i:43;a:6:{i:0;s:32:"SHOW FULL COLUMNS FROM `cx_user`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698313991.990157;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7014376;}i:44;a:6:{i:0;s:32:"SHOW FULL COLUMNS FROM `cx_user`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698313991.991373;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7044520;}i:46;a:6:{i:0;s:770:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user' AND `kcu`.`TABLE_NAME` = 'cx_user'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698313991.992084;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7037968;}i:47;a:6:{i:0;s:770:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user' AND `kcu`.`TABLE_NAME` = 'cx_user'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698313991.992666;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7041104;}i:49;a:6:{i:0;s:78:"SELECT * FROM `cx_user` WHERE (`id`='65') AND (`is_delete`=0) AND (`status`=0)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698313991.992951;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7044088;}i:50;a:6:{i:0;s:78:"SELECT * FROM `cx_user` WHERE (`id`='65') AND (`is_delete`=0) AND (`status`=0)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698313991.993446;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7050520;}i:54;a:6:{i:0;s:58:"SELECT * FROM `cx_user` WHERE `mobile_phone`='18222222223'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698313992.006446;i:4;a:2:{i:0;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:73;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7394352;}i:55;a:6:{i:0;s:58:"SELECT * FROM `cx_user` WHERE `mobile_phone`='18222222223'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698313992.007122;i:4;a:2:{i:0;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:73;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7400104;}i:57;a:6:{i:0;s:141:"SELECT * FROM `cx_user` WHERE ((`cx_mch_id`=0) AND (`is_delete`=0) AND (`status`=0)) AND ((`username`='U1aGfa') OR (`mobile_phone`='U1aGfa'))";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698313992.010783;i:4;a:3:{i:0;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:66;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:80;s:8:"function";s:5:"login";s:5:"class";s:32:"app\modules\api\models\LoginForm";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7480032;}i:58;a:6:{i:0;s:141:"SELECT * FROM `cx_user` WHERE ((`cx_mch_id`=0) AND (`is_delete`=0) AND (`status`=0)) AND ((`username`='U1aGfa') OR (`mobile_phone`='U1aGfa'))";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698313992.01123;i:4;a:3:{i:0;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:66;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:80;s:8:"function";s:5:"login";s:5:"class";s:32:"app\modules\api\models\LoginForm";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7486288;}i:67;a:6:{i:0;s:132:"SELECT EXISTS(SELECT * FROM `cx_user_token` WHERE (`type`=3) AND (`token`='dGxF0izBv9LX15') AND (`is_delete`=0) AND (`cx_mch_id`=0))";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698313992.881372;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:103;s:8:"function";s:6:"exists";s:5:"class";s:12:"yii\db\Query";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:65;s:8:"function";s:8:"generate";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7552408;}i:68;a:6:{i:0;s:132:"SELECT EXISTS(SELECT * FROM `cx_user_token` WHERE (`type`=3) AND (`token`='dGxF0izBv9LX15') AND (`is_delete`=0) AND (`cx_mch_id`=0))";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698313992.881852;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:103;s:8:"function";s:6:"exists";s:5:"class";s:12:"yii\db\Query";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:65;s:8:"function";s:8:"generate";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7554832;}i:71;a:6:{i:0;s:118:"UPDATE `cx_user_token` SET `is_delete`=1 WHERE (`is_delete`=0) AND (`user_id`='67') AND (`cx_mch_id`=0) AND (`type`=3)";i:1;i:80;i:2;s:23:"yii\db\Command::execute";i:3;d:1698313992.882186;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:273;s:8:"function";s:9:"updateAll";s:5:"class";s:19:"yii\db\ActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:77;s:8:"function";s:7:"destory";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7558848;}i:72;a:6:{i:0;s:118:"UPDATE `cx_user_token` SET `is_delete`=1 WHERE (`is_delete`=0) AND (`user_id`='67') AND (`cx_mch_id`=0) AND (`type`=3)";i:1;i:96;i:2;s:23:"yii\db\Command::execute";i:3;d:1698313992.883628;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:273;s:8:"function";s:9:"updateAll";s:5:"class";s:19:"yii\db\ActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:77;s:8:"function";s:7:"destory";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7560952;}i:74;a:6:{i:0;s:189:"INSERT INTO `cx_user_token` (`cx_mch_id`, `type`, `token`, `user_id`, `expire_time`, `status`, `is_delete`, `created_at`) VALUES (0, 3, 'dGxF0izBv9LX15', '67', 1700905992, 0, 0, 1698313992)";i:1;i:80;i:2;s:23:"yii\db\Command::execute";i:3;d:1698313992.885192;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:157;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:78;s:8:"function";s:13:"saveUserToken";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7670808;}i:75;a:6:{i:0;s:189:"INSERT INTO `cx_user_token` (`cx_mch_id`, `type`, `token`, `user_id`, `expire_time`, `status`, `is_delete`, `created_at`) VALUES (0, 3, 'dGxF0izBv9LX15', '67', 1700905992, 0, 0, 1698313992)";i:1;i:96;i:2;s:23:"yii\db\Command::execute";i:3;d:1698313992.885703;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:157;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:78;s:8:"function";s:13:"saveUserToken";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7672864;}i:78;a:6:{i:0;s:42:"SHOW FULL COLUMNS FROM `cx_user_login_log`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698313992.921043;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:82;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7704328;}i:79;a:6:{i:0;s:42:"SHOW FULL COLUMNS FROM `cx_user_login_log`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698313992.922305;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:82;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7716536;}i:81;a:6:{i:0;s:790:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user_login_log' AND `kcu`.`TABLE_NAME` = 'cx_user_login_log'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698313992.922612;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:82;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7719560;}i:82;a:6:{i:0;s:790:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user_login_log' AND `kcu`.`TABLE_NAME` = 'cx_user_login_log'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698313992.923159;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:82;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7722696;}i:84;a:6:{i:0;s:177:"INSERT INTO `cx_user_login_log` (`cx_mch_id`, `user_id`, `is_delete`, `ipv4`, `is_pass`, `err_msg`, `created_at`) VALUES (0, '67', 0, '127.0.0.1', 1, '登录成功', 1698313992)";i:1;i:80;i:2;s:23:"yii\db\Command::execute";i:3;d:1698313992.924462;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:88;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7743712;}i:85;a:6:{i:0;s:177:"INSERT INTO `cx_user_login_log` (`cx_mch_id`, `user_id`, `is_delete`, `ipv4`, `is_pass`, `err_msg`, `created_at`) VALUES (0, '67', 0, '127.0.0.1', 1, '登录成功', 1698313992)";i:1;i:96;i:2;s:23:"yii\db\Command::execute";i:3;d:1698313992.948129;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:88;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7745824;}i:87;a:6:{i:0;s:114:"SELECT * FROM `cx_user_oauth` WHERE ((`type`='wxmp') AND (`is_delete`=0) AND (`cx_mch_id`=0)) AND (`user_id`='67')";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698313992.951245;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:432;s:8:"function";s:5:"__get";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:92;s:8:"function";s:9:"bindQuery";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:80;s:8:"function";s:5:"login";s:5:"class";s:32:"app\modules\api\models\LoginForm";s:4:"type";s:2:"->";}}i:5;i:7814240;}i:88;a:6:{i:0;s:114:"SELECT * FROM `cx_user_oauth` WHERE ((`type`='wxmp') AND (`is_delete`=0) AND (`cx_mch_id`=0)) AND (`user_id`='67')";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698313992.957323;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:432;s:8:"function";s:5:"__get";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:92;s:8:"function";s:9:"bindQuery";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:80;s:8:"function";s:5:"login";s:5:"class";s:32:"app\modules\api\models\LoginForm";s:4:"type";s:2:"->";}}i:5;i:7816992;}i:90;a:6:{i:0;s:35:"SHOW FULL COLUMNS FROM `cx_api_log`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698313992.958385;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7850856;}i:91;a:6:{i:0;s:35:"SHOW FULL COLUMNS FROM `cx_api_log`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698313992.959703;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7873816;}i:93;a:6:{i:0;s:776:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_api_log' AND `kcu`.`TABLE_NAME` = 'cx_api_log'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698313992.960201;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7871264;}i:94;a:6:{i:0;s:776:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_api_log' AND `kcu`.`TABLE_NAME` = 'cx_api_log'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698313992.960846;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7874400;}i:96;a:6:{i:0;s:655:"INSERT INTO `cx_api_log` (`cx_mch_id`, `user_id`, `route`, `module_id`, `controller_id`, `action_id`, `url`, `method`, `method_param`, `ipv4`, `is_pass`, `request_date`, `request_time`, `response_time`, `process_consume_time`, `is_delete`, `created_at`) VALUES (0, '67', 'api/user/modify-user', 'api', 'user', 'modify-user', '/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124', 'POST', '{\"real_name\":\"王五\",\"gender\":\"1\",\"is_view\":\"42.5\",\"mobile_phone\":\"18222222223\"}', '127.0.0.1', 1, '2023-10-26', 1698313991923, 1698313992961, 1038, 0, 1698313992)";i:1;i:80;i:2;s:23:"yii\db\Command::execute";i:3;d:1698313992.962284;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:125;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7896296;}i:97;a:6:{i:0;s:655:"INSERT INTO `cx_api_log` (`cx_mch_id`, `user_id`, `route`, `module_id`, `controller_id`, `action_id`, `url`, `method`, `method_param`, `ipv4`, `is_pass`, `request_date`, `request_time`, `response_time`, `process_consume_time`, `is_delete`, `created_at`) VALUES (0, '67', 'api/user/modify-user', 'api', 'user', 'modify-user', '/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124', 'POST', '{\"real_name\":\"王五\",\"gender\":\"1\",\"is_view\":\"42.5\",\"mobile_phone\":\"18222222223\"}', '127.0.0.1', 1, '2023-10-26', 1698313991923, 1698313992961, 1038, 0, 1698313992)";i:1;i:96;i:2;s:23:"yii\db\Command::execute";i:3;d:1698313993.006502;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:125;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7898952;}}}";s:5:"event";s:9735:"a:55:{i:0;a:5:{s:4:"time";d:1698313991.910869;s:4:"name";s:9:"afterOpen";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:20:"yii\redis\Connection";}i:1;a:5:{s:4:"time";d:1698313991.916942;s:4:"name";s:13:"beforeRequest";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:19:"yii\web\Application";}i:2;a:5:{s:4:"time";d:1698313991.939779;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:3;a:5:{s:4:"time";d:1698313991.949057;s:4:"name";s:9:"afterOpen";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:17:"yii\db\Connection";}i:4;a:5:{s:4:"time";d:1698313991.961445;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:27:"app\models\wechat\WechatApp";}i:5;a:5:{s:4:"time";d:1698313991.961509;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:27:"app\models\wechat\WechatApp";}i:6;a:5:{s:4:"time";d:1698313991.977683;s:4:"name";s:12:"beforeAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:19:"yii\web\Application";}i:7;a:5:{s:4:"time";d:1698313991.977699;s:4:"name";s:12:"beforeAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:22:"app\modules\api\Module";}i:8;a:5:{s:4:"time";d:1698313991.984899;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:9;a:5:{s:4:"time";d:1698313991.98818;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:20:"app\models\UserToken";}i:10;a:5:{s:4:"time";d:1698313991.990041;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:20:"app\models\UserToken";}i:11;a:5:{s:4:"time";d:1698313991.990074;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:12;a:5:{s:4:"time";d:1698313991.993489;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:15:"app\models\User";}i:13;a:5:{s:4:"time";d:1698313991.99356;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:15:"app\models\User";}i:14;a:5:{s:4:"time";d:1698313991.99419;s:4:"name";s:11:"beforeLogin";s:5:"class";s:17:"yii\web\UserEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:12:"yii\web\User";}i:15;a:5:{s:4:"time";d:1698313992.001513;s:4:"name";s:10:"afterLogin";s:5:"class";s:17:"yii\web\UserEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:12:"yii\web\User";}i:16;a:5:{s:4:"time";d:1698313992.001532;s:4:"name";s:12:"beforeAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:42:"app\modules\api\controllers\UserController";}i:17;a:5:{s:4:"time";d:1698313992.005391;s:4:"name";s:14:"beforeValidate";s:5:"class";s:19:"yii\base\ModelEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:37:"app\modules\api\models\UserModifyForm";}i:18;a:5:{s:4:"time";d:1698313992.005502;s:4:"name";s:13:"afterValidate";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:37:"app\modules\api\models\UserModifyForm";}i:19;a:5:{s:4:"time";d:1698313992.00618;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:20;a:5:{s:4:"time";d:1698313992.007163;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:15:"app\models\User";}i:21;a:5:{s:4:"time";d:1698313992.007236;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:15:"app\models\User";}i:22;a:5:{s:4:"time";d:1698313992.007264;s:4:"name";s:14:"beforeValidate";s:5:"class";s:19:"yii\base\ModelEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:32:"app\modules\api\models\LoginForm";}i:23;a:5:{s:4:"time";d:1698313992.009543;s:4:"name";s:13:"afterValidate";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:32:"app\modules\api\models\LoginForm";}i:24;a:5:{s:4:"time";d:1698313992.01012;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:25;a:5:{s:4:"time";d:1698313992.011264;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:15:"app\models\User";}i:26;a:5:{s:4:"time";d:1698313992.011332;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:15:"app\models\User";}i:27;a:5:{s:4:"time";d:1698313992.877121;s:4:"name";s:11:"beforeLogin";s:5:"class";s:17:"yii\web\UserEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:12:"yii\web\User";}i:28;a:5:{s:4:"time";d:1698313992.877282;s:4:"name";s:10:"afterLogin";s:5:"class";s:17:"yii\web\UserEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:12:"yii\web\User";}i:29;a:5:{s:4:"time";d:1698313992.878202;s:4:"name";s:16:"beginTransaction";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:17:"yii\db\Connection";}i:30;a:5:{s:4:"time";d:1698313992.881202;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:31;a:5:{s:4:"time";d:1698313992.883666;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:20:"app\models\UserToken";}i:32;a:5:{s:4:"time";d:1698313992.883731;s:4:"name";s:14:"beforeValidate";s:5:"class";s:19:"yii\base\ModelEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:20:"app\models\UserToken";}i:33;a:5:{s:4:"time";d:1698313992.883938;s:4:"name";s:13:"afterValidate";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:20:"app\models\UserToken";}i:34;a:5:{s:4:"time";d:1698313992.883957;s:4:"name";s:12:"beforeInsert";s:5:"class";s:19:"yii\base\ModelEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:20:"app\models\UserToken";}i:35;a:5:{s:4:"time";d:1698313992.886464;s:4:"name";s:11:"afterInsert";s:5:"class";s:21:"yii\db\AfterSaveEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:20:"app\models\UserToken";}i:36;a:5:{s:4:"time";d:1698313992.919838;s:4:"name";s:17:"commitTransaction";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:17:"yii\db\Connection";}i:37;a:5:{s:4:"time";d:1698313992.92092;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:27:"app\models\log\UserLoginLog";}i:38;a:5:{s:4:"time";d:1698313992.924028;s:4:"name";s:14:"beforeValidate";s:5:"class";s:19:"yii\base\ModelEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:27:"app\models\log\UserLoginLog";}i:39;a:5:{s:4:"time";d:1698313992.92428;s:4:"name";s:13:"afterValidate";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:27:"app\models\log\UserLoginLog";}i:40;a:5:{s:4:"time";d:1698313992.924297;s:4:"name";s:12:"beforeInsert";s:5:"class";s:19:"yii\base\ModelEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:27:"app\models\log\UserLoginLog";}i:41;a:5:{s:4:"time";d:1698313992.948247;s:4:"name";s:11:"afterInsert";s:5:"class";s:21:"yii\db\AfterSaveEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:27:"app\models\log\UserLoginLog";}i:42;a:5:{s:4:"time";d:1698313992.949084;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:43;a:5:{s:4:"time";d:1698313992.958277;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"app\models\log\ApiLog";}i:44;a:5:{s:4:"time";d:1698313992.961058;s:4:"name";s:14:"beforeValidate";s:5:"class";s:19:"yii\base\ModelEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"app\models\log\ApiLog";}i:45;a:5:{s:4:"time";d:1698313992.962022;s:4:"name";s:13:"afterValidate";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"app\models\log\ApiLog";}i:46;a:5:{s:4:"time";d:1698313992.96204;s:4:"name";s:12:"beforeInsert";s:5:"class";s:19:"yii\base\ModelEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"app\models\log\ApiLog";}i:47;a:5:{s:4:"time";d:1698313993.006624;s:4:"name";s:11:"afterInsert";s:5:"class";s:21:"yii\db\AfterSaveEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"app\models\log\ApiLog";}i:48;a:5:{s:4:"time";d:1698313993.00667;s:4:"name";s:11:"afterAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:42:"app\modules\api\controllers\UserController";}i:49;a:5:{s:4:"time";d:1698313993.006684;s:4:"name";s:11:"afterAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:22:"app\modules\api\Module";}i:50;a:5:{s:4:"time";d:1698313993.006693;s:4:"name";s:11:"afterAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:19:"yii\web\Application";}i:51;a:5:{s:4:"time";d:1698313993.006707;s:4:"name";s:12:"afterRequest";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:19:"yii\web\Application";}i:52;a:5:{s:4:"time";d:1698313993.006724;s:4:"name";s:10:"beforeSend";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:16:"yii\web\Response";}i:53;a:5:{s:4:"time";d:1698313993.010786;s:4:"name";s:12:"afterPrepare";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:16:"yii\web\Response";}i:54;a:5:{s:4:"time";d:1698313993.010871;s:4:"name";s:9:"afterSend";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:16:"yii\web\Response";}}";s:4:"mail";s:6:"a:0:{}";s:8:"timeline";s:91:"a:3:{s:5:"start";d:1698313991.834147;s:3:"end";d:1698313993.014495;s:6:"memory";i:8533176;}";s:4:"dump";s:6:"a:0:{}";s:6:"router";s:1693:"a:3:{s:8:"messages";a:8:{i:10;a:6:{i:0;a:3:{s:4:"rule";s:3:"gii";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698313991.918489;i:4;a:0:{}i:5;i:4623120;}i:11;a:6:{i:0;a:3:{s:4:"rule";s:12:"gii/";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698313991.918511;i:4;a:0:{}i:5;i:4623872;}i:12;a:6:{i:0;a:3:{s:4:"rule";s:41:"gii//";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698313991.918521;i:4;a:0:{}i:5;i:4624624;}i:13;a:6:{i:0;a:3:{s:4:"rule";s:5:"debug";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698313991.918529;i:4;a:0:{}i:5;i:4625376;}i:14;a:6:{i:0;a:3:{s:4:"rule";s:43:"debug//";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698313991.918537;i:4;a:0:{}i:5;i:4626128;}i:15;a:6:{i:0;a:3:{s:4:"rule";s:38:"//";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698313991.91855;i:4;a:0:{}i:5;i:4626880;}i:16;a:6:{i:0;a:3:{s:4:"rule";s:29:"/";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698313991.918559;i:4;a:0:{}i:5;i:4627632;}i:17;a:6:{i:0;s:55:"No matching URL rules. Using default URL parsing logic.";i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698313991.918565;i:4;a:0:{}i:5;i:4628648;}}s:5:"route";s:20:"api/user/modify-user";s:6:"action";s:62:"app\modules\api\controllers\UserController::actionModifyUser()";}";s:7:"request";s:5298:"a:15:{s:7:"flashes";a:0:{}s:10:"statusCode";i:200;s:14:"requestHeaders";a:9:{s:14:"content-length";s:3:"508";s:12:"content-type";s:80:"multipart/form-data; boundary=--------------------------815511916232469740711971";s:4:"host";s:10:"cxfoot.com";s:6:"cookie";s:148:"_csrf=7b6b5642bf1f35ba2dc4b3abe2e3a382fa1f0a1af01ab5c7908fd576c64af8e9a:2:%7Bi:0;s:5:%22_csrf%22;i:1;s:32:%22C5sQIiDj1-oaWRLTJcGrLSlUnizaqasY%22;%7D";s:10:"connection";s:5:"close";s:15:"accept-encoding";s:17:"gzip, deflate, br";s:6:"accept";s:3:"*/*";s:13:"cache-control";s:8:"no-cache";s:10:"user-agent";s:35:"PostmanRuntime-ApipostRuntime/1.1.0";}s:15:"responseHeaders";a:6:{s:12:"X-Powered-By";s:9:"PHP/7.3.4";s:12:"Content-Type";s:31:"application/json; charset=UTF-8";s:11:"X-Debug-Tag";s:13:"653a3707dd767";s:16:"X-Debug-Duration";s:5:"1,178";s:12:"X-Debug-Link";s:37:"/debug/default/view?tag=653a3707dd767";s:10:"Set-Cookie";s:204:"_csrf=2438fc64082d42f353c550379303ab667806bb7c0516f3c0ea559f51c88ecb58a%3A2%3A%7Bi%3A0%3Bs%3A5%3A%22_csrf%22%3Bi%3A1%3Bs%3A32%3A%22XbjJ59ft0wMmc1JrX9IGyJSa6tRXKqOC%22%3B%7D; path=/; HttpOnly; SameSite=Lax";}s:5:"route";s:20:"api/user/modify-user";s:6:"action";s:62:"app\modules\api\controllers\UserController::actionModifyUser()";s:12:"actionParams";a:0:{}s:7:"general";a:5:{s:6:"method";s:4:"POST";s:6:"isAjax";b:0;s:6:"isPjax";b:0;s:7:"isFlash";b:0;s:18:"isSecureConnection";b:0;}s:11:"requestBody";a:0:{}s:6:"SERVER";a:43:{s:4:"PATH";s:954:"C:\imagemagick;C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\intel64_win\compiler;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;E:\anzhuang\QTSystem\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;D:\Git\cmd;D:\svn\bin;C:\Users\Administrator\AppData\Local\Programs\Python\Python311;C:\Users\Administrator\AppData\Local\Programs\Python\Python311\Scripts;D:\Xftp 7\;D:\微信web开发者工具\dll;C:\Users\Administrator\AppData\Local\Microsoft\WindowsApps;;D:\PhpStorm 2021.2.1\bin;;D:\Microsoft VS Code\bin;D:\phpstudy_pro\Extensions\php\php7.4.3nts;C:\Users\Administrator\AppData\Local\ComposerSetup\bin;C:\Users\Administrator\AppData\Roaming\Composer\vendor\bin";s:10:"SYSTEMROOT";s:10:"C:\WINDOWS";s:7:"COMSPEC";s:27:"C:\WINDOWS\system32\cmd.exe";s:7:"PATHEXT";s:53:".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC";s:6:"WINDIR";s:10:"C:\WINDOWS";s:5:"PHPRC";s:42:"D:/phpstudy_pro/Extensions/php/php7.3.4nts";s:21:"_FCGI_SHUTDOWN_EVENT_";s:4:"9184";s:11:"SCRIPT_NAME";s:10:"/index.php";s:11:"REQUEST_URI";s:137:"/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:12:"QUERY_STRING";s:115:"access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:14:"REQUEST_METHOD";s:4:"POST";s:15:"SERVER_PROTOCOL";s:8:"HTTP/1.1";s:17:"GATEWAY_INTERFACE";s:7:"CGI/1.1";s:21:"REDIRECT_QUERY_STRING";s:115:"access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:12:"REDIRECT_URL";s:21:"/api/user/modify-user";s:11:"REMOTE_PORT";s:5:"49659";s:15:"SCRIPT_FILENAME";s:40:"D:/phpstudy_pro/WWW/cxfoot/web/index.php";s:12:"SERVER_ADMIN";s:17:"admin@example.com";s:21:"CONTEXT_DOCUMENT_ROOT";s:30:"D:/phpstudy_pro/WWW/cxfoot/web";s:14:"CONTEXT_PREFIX";s:0:"";s:14:"REQUEST_SCHEME";s:4:"http";s:13:"DOCUMENT_ROOT";s:30:"D:/phpstudy_pro/WWW/cxfoot/web";s:11:"REMOTE_ADDR";s:9:"127.0.0.1";s:11:"SERVER_PORT";s:2:"80";s:11:"SERVER_ADDR";s:9:"127.0.0.1";s:11:"SERVER_NAME";s:10:"cxfoot.com";s:15:"SERVER_SOFTWARE";s:73:"Apache/2.4.39 (Win64) OpenSSL/1.1.1b mod_fcgid/2.3.9a mod_log_rotate/1.02";s:16:"SERVER_SIGNATURE";s:0:"";s:10:"SystemRoot";s:10:"C:\WINDOWS";s:14:"CONTENT_LENGTH";s:3:"508";s:12:"CONTENT_TYPE";s:80:"multipart/form-data; boundary=--------------------------815511916232469740711971";s:9:"HTTP_HOST";s:10:"cxfoot.com";s:11:"HTTP_COOKIE";s:148:"_csrf=7b6b5642bf1f35ba2dc4b3abe2e3a382fa1f0a1af01ab5c7908fd576c64af8e9a:2:%7Bi:0;s:5:%22_csrf%22;i:1;s:32:%22C5sQIiDj1-oaWRLTJcGrLSlUnizaqasY%22;%7D";s:15:"HTTP_CONNECTION";s:5:"close";s:20:"HTTP_ACCEPT_ENCODING";s:17:"gzip, deflate, br";s:11:"HTTP_ACCEPT";s:3:"*/*";s:18:"HTTP_CACHE_CONTROL";s:8:"no-cache";s:15:"HTTP_USER_AGENT";s:35:"PostmanRuntime-ApipostRuntime/1.1.0";s:15:"REDIRECT_STATUS";s:3:"200";s:9:"FCGI_ROLE";s:9:"RESPONDER";s:8:"PHP_SELF";s:10:"/index.php";s:18:"REQUEST_TIME_FLOAT";d:1698313991.797916;s:12:"REQUEST_TIME";i:1698313991;}s:3:"GET";a:2:{s:12:"access_token";s:60:"bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0=";s:6:"X-Csrf";s:32:"ag7x1Afy1r0q8j4y05vk3s4118hx7124";}s:4:"POST";a:4:{s:9:"real_name";s:6:"王五";s:6:"gender";s:1:"1";s:7:"is_view";s:4:"42.5";s:12:"mobile_phone";s:11:"18222222223";}s:6:"COOKIE";a:5:{s:5:"_csrf";s:72:"7b6b5642bf1f35ba2dc4b3abe2e3a382fa1f0a1af01ab5c7908fd576c64af8e9a:2:{i:0";s:11:"s:5:"_csrf"";s:0:"";s:3:"i:1";s:0:"";s:39:"s:32:"C5sQIiDj1-oaWRLTJcGrLSlUnizaqasY"";s:0:"";s:1:"}";s:0:"";}s:5:"FILES";a:0:{}s:7:"SESSION";a:0:{}}";s:4:"user";s:2943:"a:5:{s:2:"id";s:2:"67";s:8:"identity";a:26:{s:2:"id";s:4:"'67'";s:9:"cx_mch_id";s:3:"'0'";s:8:"username";s:8:"'U1aGfa'";s:8:"password";s:62:"'$2y$13$Mjzs72qrxC6HFjjLhrIWGuBVI/YoTM9IPVPDKkjTnu6TQW4136qfW'";s:8:"auth_key";s:34:"'8ORFTHONdVxE30rz0UMIt_p3tkzj839S'";s:12:"access_token";s:34:"'pHFaguuSu7yQ6Ih9M2vRtp4n-h04ElJ1'";s:8:"nickname";s:8:"'王五'";s:10:"avatar_url";s:28:"'/statics/images/avatar.jpg'";s:12:"mobile_phone";s:13:"'18222222223'";s:13:"mobile_prefix";s:4:"'86'";s:5:"email";s:2:"''";s:9:"real_name";s:8:"'王五'";s:4:"desc";s:2:"''";s:6:"gender";s:1:"1";s:8:"birthday";s:4:"null";s:6:"status";s:1:"0";s:9:"parent_id";s:3:"'0'";s:12:"is_modify_un";s:1:"0";s:9:"is_delete";s:1:"0";s:10:"country_id";s:1:"0";s:7:"city_id";s:1:"0";s:10:"created_at";s:10:"1698311382";s:10:"updated_at";s:10:"1698311382";s:4:"type";s:1:"0";s:8:"store_id";s:1:"0";s:7:"is_view";s:6:"'42.5'";}s:10:"attributes";a:26:{i:0;a:2:{s:9:"attribute";s:2:"id";s:5:"label";s:2:"ID";}i:1;a:2:{s:9:"attribute";s:9:"cx_mch_id";s:5:"label";s:14:"平台商户ID";}i:2;a:2:{s:9:"attribute";s:8:"username";s:5:"label";s:9:"用户名";}i:3;a:2:{s:9:"attribute";s:8:"password";s:5:"label";s:6:"密码";}i:4;a:2:{s:9:"attribute";s:8:"auth_key";s:5:"label";s:8:"AUTH_KEY";}i:5;a:2:{s:9:"attribute";s:12:"access_token";s:5:"label";s:12:"ACCESS_TOKEN";}i:6;a:2:{s:9:"attribute";s:8:"nickname";s:5:"label";s:6:"昵称";}i:7;a:2:{s:9:"attribute";s:10:"avatar_url";s:5:"label";s:6:"头像";}i:8;a:2:{s:9:"attribute";s:12:"mobile_phone";s:5:"label";s:9:"手机号";}i:9;a:2:{s:9:"attribute";s:13:"mobile_prefix";s:5:"label";s:21:"手机号国家代码";}i:10;a:2:{s:9:"attribute";s:5:"email";s:5:"label";s:6:"邮箱";}i:11;a:2:{s:9:"attribute";s:9:"real_name";s:5:"label";s:12:"真实姓名";}i:12;a:2:{s:9:"attribute";s:4:"desc";s:5:"label";s:12:"个性签名";}i:13;a:2:{s:9:"attribute";s:6:"gender";s:5:"label";s:33:"性别,0=女,1=男,2=保密";}i:14;a:2:{s:9:"attribute";s:8:"birthday";s:5:"label";s:6:"生日";}i:15;a:2:{s:9:"attribute";s:6:"status";s:5:"label";s:50:"状态,0=正常,1=封禁,2=挂起,3=注销";}i:16;a:2:{s:9:"attribute";s:9:"parent_id";s:5:"label";s:9:"PARENT_ID";}i:17;a:2:{s:9:"attribute";s:12:"is_modify_un";s:5:"label";s:43:"用户名是否可以修改,0=否,1=是";}i:18;a:2:{s:9:"attribute";s:9:"is_delete";s:5:"label";s:28:"是否删除,0=否,1=是";}i:19;a:2:{s:9:"attribute";s:10:"country_id";s:5:"label";s:8:"国家ID";}i:20;a:2:{s:9:"attribute";s:7:"city_id";s:5:"label";s:8:"城市ID";}i:21;a:2:{s:9:"attribute";s:10:"created_at";s:5:"label";s:12:"添加时间";}i:22;a:2:{s:9:"attribute";s:10:"updated_at";s:5:"label";s:12:"更新时间";}i:23;a:2:{s:9:"attribute";s:4:"type";s:5:"label";s:28:"0=普通用户,1=管理员";}i:24;a:2:{s:9:"attribute";s:8:"store_id";s:5:"label";s:8:"Store Id";}i:25;a:2:{s:9:"attribute";s:7:"is_view";s:5:"label";s:6:"鞋码";}}s:13:"rolesProvider";N;s:19:"permissionsProvider";N;}";s:5:"asset";s:6:"a:0:{}";s:7:"summary";a:12:{s:3:"tag";s:13:"653a3707dd767";s:3:"url";s:154:"http://cxfoot.com/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:4:"ajax";i:0;s:6:"method";s:4:"POST";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698313991.797916;s:10:"statusCode";i:200;s:8:"sqlCount";i:21;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:8533176;s:14:"processingTime";d:1.1798391342163086;}s:10:"exceptions";a:0:{}} \ No newline at end of file diff --git a/runtime/debug/653a370a96147.data b/runtime/debug/653a370a96147.data new file mode 100644 index 0000000..e33650f --- /dev/null +++ b/runtime/debug/653a370a96147.data @@ -0,0 +1,351 @@ +a:14:{s:6:"config";s:1870:"a:5:{s:10:"phpVersion";s:5:"7.3.4";s:10:"yiiVersion";s:6:"2.0.46";s:11:"application";a:8:{s:3:"yii";s:6:"2.0.46";s:4:"name";s:14:"My Application";s:7:"version";s:3:"1.0";s:8:"language";s:5:"zh-CN";s:14:"sourceLanguage";s:5:"en-US";s:7:"charset";s:5:"UTF-8";s:3:"env";s:3:"dev";s:5:"debug";b:1;}s:3:"php";a:5:{s:7:"version";s:5:"7.3.4";s:6:"xdebug";b:0;s:3:"apc";b:0;s:8:"memcache";b:0;s:9:"memcached";b:0;}s:10:"extensions";a:7:{s:18:"yiisoft/yii2-faker";a:3:{s:4:"name";s:18:"yiisoft/yii2-faker";s:7:"version";s:7:"2.0.5.0";s:5:"alias";a:1:{s:10:"@yii/faker";s:56:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-faker/src";}}s:24:"yiisoft/yii2-swiftmailer";a:3:{s:4:"name";s:24:"yiisoft/yii2-swiftmailer";s:7:"version";s:7:"2.1.3.0";s:5:"alias";a:1:{s:16:"@yii/swiftmailer";s:62:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-swiftmailer/src";}}s:22:"yiisoft/yii2-bootstrap";a:3:{s:4:"name";s:22:"yiisoft/yii2-bootstrap";s:7:"version";s:8:"2.0.11.0";s:5:"alias";a:1:{s:14:"@yii/bootstrap";s:60:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-bootstrap/src";}}s:16:"yiisoft/yii2-gii";a:3:{s:4:"name";s:16:"yiisoft/yii2-gii";s:7:"version";s:7:"2.1.4.0";s:5:"alias";a:1:{s:8:"@yii/gii";s:54:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-gii/src";}}s:18:"yiisoft/yii2-redis";a:3:{s:4:"name";s:18:"yiisoft/yii2-redis";s:7:"version";s:8:"2.0.18.0";s:5:"alias";a:1:{s:10:"@yii/redis";s:56:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-redis/src";}}s:18:"yiisoft/yii2-debug";a:3:{s:4:"name";s:18:"yiisoft/yii2-debug";s:7:"version";s:8:"2.1.21.0";s:5:"alias";a:1:{s:10:"@yii/debug";s:56:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-debug/src";}}s:24:"jianyan74/yii2-websocket";a:3:{s:4:"name";s:24:"jianyan74/yii2-websocket";s:7:"version";s:7:"1.1.1.0";s:5:"alias";a:1:{s:18:"@jianyan/websocket";s:62:"D:\phpstudy_pro\WWW\cxfoot\vendor/jianyan74/yii2-websocket/src";}}}}";s:3:"log";s:28905:"a:1:{s:8:"messages";a:46:{i:0;a:6:{i:0;s:33:"Bootstrap with yii\log\Dispatcher";i:1;i:8;i:2;s:31:"yii\base\Application::bootstrap";i:3;d:1698313994.592015;i:4;a:0:{}i:5;i:2497176;}i:1;a:6:{i:0;s:21:"Loading module: debug";i:1;i:8;i:2;s:26:"yii\base\Module::getModule";i:3;d:1698313994.592035;i:4;a:0:{}i:5;i:2498352;}i:2;a:6:{i:0;s:44:"Bootstrap with yii\debug\Module::bootstrap()";i:1;i:8;i:2;s:31:"yii\base\Application::bootstrap";i:3;d:1698313994.614028;i:4;a:0:{}i:5;i:4073584;}i:3;a:6:{i:0;s:61:"Opening redis DB connection: tcp://127.0.0.1:6379, database=0";i:1;i:8;i:2;s:26:"yii\redis\Connection::open";i:3;d:1698313994.616913;i:4;a:0:{}i:5;i:4290032;}i:4;a:6:{i:0;s:31:"Executing Redis Command: SELECT";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698313994.617341;i:4;a:0:{}i:5;i:4292240;}i:5;a:6:{i:0;s:28:"Executing Redis Command: GET";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698313994.61759;i:4;a:0:{}i:5;i:4300424;}i:6;a:6:{i:0;s:28:"Executing Redis Command: GET";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698313994.619042;i:4;a:0:{}i:5;i:4372704;}i:7;a:6:{i:0;s:19:"Loading module: gii";i:1;i:8;i:2;s:26:"yii\base\Module::getModule";i:3;d:1698313994.619228;i:4;a:0:{}i:5;i:4373048;}i:8;a:6:{i:0;s:42:"Bootstrap with yii\gii\Module::bootstrap()";i:1;i:8;i:2;s:31:"yii\base\Application::bootstrap";i:3;d:1698313994.619778;i:4;a:0:{}i:5;i:4397072;}i:9;a:6:{i:0;s:28:"Executing Redis Command: GET";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698313994.619812;i:4;a:0:{}i:5;i:4403464;}i:18;a:6:{i:0;s:39:"Route requested: 'api/user/modify-user'";i:1;i:8;i:2;s:34:"yii\web\Application::handleRequest";i:3;d:1698313994.622389;i:4;a:0:{}i:5;i:4628712;}i:19;a:6:{i:0;s:19:"Loading module: api";i:1;i:8;i:2;s:26:"yii\base\Module::getModule";i:3;d:1698313994.622402;i:4;a:0:{}i:5;i:4630344;}i:20;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_wechat_app`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698313994.643598;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6055432;}i:21;a:6:{i:0;s:57:"Opening DB connection: mysql:host=127.0.0.1;dbname=cxfoot";i:1;i:4;i:2;s:23:"yii\db\Connection::open";i:3;d:1698313994.643649;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6057864;}i:26;a:6:{i:0;s:782:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_wechat_app' AND `kcu`.`TABLE_NAME` = 'cx_wechat_app'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698313994.648342;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6144176;}i:29;a:6:{i:0;s:71:"SELECT * FROM `cx_wechat_app` WHERE (`cx_mch_id`=0) AND (`is_delete`=0)";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698313994.653275;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6480744;}i:32;a:6:{i:0;s:34:"Route to run: api/user/modify-user";i:1;i:8;i:2;s:30:"yii\base\Controller::runAction";i:3;d:1698313994.662495;i:4;a:0:{}i:5;i:6709728;}i:33;a:6:{i:0;s:119:"SELECT * FROM `cx_user_token` WHERE ((`is_delete`=0) AND (`token`='SF5fP6gUUrct1a') AND (`cx_mch_id`=0)) AND (`type`=3)";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698313994.668061;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6986272;}i:36;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_user_token`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698313994.668873;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6994528;}i:39;a:6:{i:0;s:782:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user_token' AND `kcu`.`TABLE_NAME` = 'cx_user_token'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698313994.669909;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7008376;}i:42;a:6:{i:0;s:32:"SHOW FULL COLUMNS FROM `cx_user`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698313994.670576;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7012256;}i:45;a:6:{i:0;s:770:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user' AND `kcu`.`TABLE_NAME` = 'cx_user'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698313994.672674;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7034352;}i:48;a:6:{i:0;s:78:"SELECT * FROM `cx_user` WHERE (`id`='65') AND (`is_delete`=0) AND (`status`=0)";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698313994.67383;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7042336;}i:51;a:6:{i:0;s:56:"User '65' logged in from 127.0.0.1. Session not enabled.";i:1;i:4;i:2;s:19:"yii\web\User::login";i:3;d:1698313994.679544;i:4;a:2:{i:0;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7282288;}i:52;a:6:{i:0;s:78:"Running action: app\modules\api\controllers\UserController::actionModifyUser()";i:1;i:8;i:2;s:36:"yii\base\InlineAction::runWithParams";i:3;d:1698313994.679616;i:4;a:0:{}i:5;i:7280040;}i:53;a:6:{i:0;s:58:"SELECT * FROM `cx_user` WHERE `mobile_phone`='18222222223'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698313994.68282;i:4;a:2:{i:0;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:73;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7392520;}i:56;a:6:{i:0;s:141:"SELECT * FROM `cx_user` WHERE ((`cx_mch_id`=0) AND (`is_delete`=0) AND (`status`=0)) AND ((`username`='U1aGfa') OR (`mobile_phone`='U1aGfa'))";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698313994.685948;i:4;a:3:{i:0;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:66;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:80;s:8:"function";s:5:"login";s:5:"class";s:32:"app\modules\api\models\LoginForm";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7478664;}i:59;a:6:{i:0;s:56:"User '67' logged in from 127.0.0.1. Session not enabled.";i:1;i:4;i:2;s:19:"yii\web\User::login";i:3;d:1698313995.534758;i:4;a:3:{i:0;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:82;s:8:"function";s:5:"login";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:80;s:8:"function";s:5:"login";s:5:"class";s:32:"app\modules\api\models\LoginForm";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7477824;}i:60;a:6:{i:0;s:17:"Begin transaction";i:1;i:8;i:2;s:25:"yii\db\Transaction::begin";i:3;d:1698313995.535477;i:4;a:3:{i:0;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:64;s:8:"function";s:16:"beginTransaction";s:5:"class";s:17:"yii\db\Connection";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:80;s:8:"function";s:5:"login";s:5:"class";s:32:"app\modules\api\models\LoginForm";s:4:"type";s:2:"->";}}i:5;i:7504192;}i:61;a:6:{i:0;s:37:"Executing Redis Command: CLUSTER INFO";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698313995.53625;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\components\FlashStorage.php";s:4:"line";i:67;s:8:"function";s:3:"get";s:5:"class";s:17:"yii\caching\Cache";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:93;s:8:"function";s:8:"getCache";s:5:"class";s:27:"app\components\FlashStorage";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:65;s:8:"function";s:8:"generate";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}}i:5;i:7525880;}i:62;a:6:{i:0;s:28:"Executing Redis Command: GET";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698313995.537082;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\components\FlashStorage.php";s:4:"line";i:67;s:8:"function";s:3:"get";s:5:"class";s:17:"yii\caching\Cache";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:93;s:8:"function";s:8:"getCache";s:5:"class";s:27:"app\components\FlashStorage";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:65;s:8:"function";s:8:"generate";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}}i:5;i:7533544;}i:63;a:6:{i:0;s:28:"Executing Redis Command: SET";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698313995.537253;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\components\FlashStorage.php";s:4:"line";i:47;s:8:"function";s:3:"set";s:5:"class";s:17:"yii\caching\Cache";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:99;s:8:"function";s:8:"setCache";s:5:"class";s:27:"app\components\FlashStorage";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:65;s:8:"function";s:8:"generate";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}}i:5;i:7535800;}i:64;a:6:{i:0;s:28:"Executing Redis Command: GET";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698313995.537413;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\components\FlashStorage.php";s:4:"line";i:67;s:8:"function";s:3:"get";s:5:"class";s:17:"yii\caching\Cache";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:127;s:8:"function";s:8:"getCache";s:5:"class";s:27:"app\components\FlashStorage";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:102;s:8:"function";s:9:"_generate";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}}i:5;i:7537888;}i:65;a:6:{i:0;s:28:"Executing Redis Command: SET";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698313995.537565;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\components\FlashStorage.php";s:4:"line";i:47;s:8:"function";s:3:"set";s:5:"class";s:17:"yii\caching\Cache";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:132;s:8:"function";s:8:"setCache";s:5:"class";s:27:"app\components\FlashStorage";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:102;s:8:"function";s:9:"_generate";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}}i:5;i:7545776;}i:66;a:6:{i:0;s:132:"SELECT EXISTS(SELECT * FROM `cx_user_token` WHERE (`type`=3) AND (`token`='qSPq8oi99GU8Dz') AND (`is_delete`=0) AND (`cx_mch_id`=0))";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698313995.537861;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:103;s:8:"function";s:6:"exists";s:5:"class";s:12:"yii\db\Query";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:65;s:8:"function";s:8:"generate";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7551448;}i:69;a:6:{i:0;s:28:"Executing Redis Command: DEL";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698313995.538428;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\components\FlashStorage.php";s:4:"line";i:57;s:8:"function";s:6:"delete";s:5:"class";s:17:"yii\caching\Cache";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:105;s:8:"function";s:11:"deleteCache";s:5:"class";s:27:"app\components\FlashStorage";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:65;s:8:"function";s:8:"generate";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}}i:5;i:7553584;}i:70;a:6:{i:0;s:118:"UPDATE `cx_user_token` SET `is_delete`=1 WHERE (`is_delete`=0) AND (`user_id`='67') AND (`cx_mch_id`=0) AND (`type`=3)";i:1;i:4;i:2;s:23:"yii\db\Command::execute";i:3;d:1698313995.538667;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:273;s:8:"function";s:9:"updateAll";s:5:"class";s:19:"yii\db\ActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:77;s:8:"function";s:7:"destory";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7557512;}i:73;a:6:{i:0;s:189:"INSERT INTO `cx_user_token` (`cx_mch_id`, `type`, `token`, `user_id`, `expire_time`, `status`, `is_delete`, `created_at`) VALUES (0, 3, 'qSPq8oi99GU8Dz', '67', 1700905995, 0, 0, 1698313995)";i:1;i:4;i:2;s:23:"yii\db\Command::execute";i:3;d:1698313995.541641;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:157;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:78;s:8:"function";s:13:"saveUserToken";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7670168;}i:76;a:6:{i:0;s:18:"Commit transaction";i:1;i:8;i:2;s:26:"yii\db\Transaction::commit";i:3;d:1698313995.542635;i:4;a:3:{i:0;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:89;s:8:"function";s:6:"commit";s:5:"class";s:18:"yii\db\Transaction";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:80;s:8:"function";s:5:"login";s:5:"class";s:32:"app\modules\api\models\LoginForm";s:4:"type";s:2:"->";}}i:5;i:7669104;}i:77;a:6:{i:0;s:42:"SHOW FULL COLUMNS FROM `cx_user_login_log`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698313995.574007;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:82;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7702184;}i:80;a:6:{i:0;s:790:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user_login_log' AND `kcu`.`TABLE_NAME` = 'cx_user_login_log'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698313995.575644;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:82;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7715944;}i:83;a:6:{i:0;s:177:"INSERT INTO `cx_user_login_log` (`cx_mch_id`, `user_id`, `is_delete`, `ipv4`, `is_pass`, `err_msg`, `created_at`) VALUES (0, '67', 0, '127.0.0.1', 1, '登录成功', 1698313995)";i:1;i:4;i:2;s:23:"yii\db\Command::execute";i:3;d:1698313995.577455;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:88;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7742840;}i:86;a:6:{i:0;s:114:"SELECT * FROM `cx_user_oauth` WHERE ((`type`='wxmp') AND (`is_delete`=0) AND (`cx_mch_id`=0)) AND (`user_id`='67')";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698313995.613466;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:432;s:8:"function";s:5:"__get";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:92;s:8:"function";s:9:"bindQuery";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:80;s:8:"function";s:5:"login";s:5:"class";s:32:"app\modules\api\models\LoginForm";s:4:"type";s:2:"->";}}i:5;i:7812672;}i:89;a:6:{i:0;s:35:"SHOW FULL COLUMNS FROM `cx_api_log`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698313995.621634;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7848736;}i:92;a:6:{i:0;s:776:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_api_log' AND `kcu`.`TABLE_NAME` = 'cx_api_log'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698313995.623289;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7867648;}i:95;a:6:{i:0;s:654:"INSERT INTO `cx_api_log` (`cx_mch_id`, `user_id`, `route`, `module_id`, `controller_id`, `action_id`, `url`, `method`, `method_param`, `ipv4`, `is_pass`, `request_date`, `request_time`, `response_time`, `process_consume_time`, `is_delete`, `created_at`) VALUES (0, '67', 'api/user/modify-user', 'api', 'user', 'modify-user', '/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124', 'POST', '{\"real_name\":\"王五\",\"gender\":\"1\",\"is_view\":\"42.5\",\"mobile_phone\":\"18222222223\"}', '127.0.0.1', 1, '2023-10-26', 1698313994625, 1698313995624, 999, 0, 1698313995)";i:1;i:4;i:2;s:23:"yii\db\Command::execute";i:3;d:1698313995.626046;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:125;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7897936;}}}";s:9:"profiling";s:39197:"a:3:{s:6:"memory";i:8533176;s:4:"time";d:1.0797040462493896;s:8:"messages";a:44:{i:22;a:6:{i:0;s:57:"Opening DB connection: mysql:host=127.0.0.1;dbname=cxfoot";i:1;i:80;i:2;s:23:"yii\db\Connection::open";i:3;d:1698313994.643667;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6058992;}i:23;a:6:{i:0;s:57:"Opening DB connection: mysql:host=127.0.0.1;dbname=cxfoot";i:1;i:96;i:2;s:23:"yii\db\Connection::open";i:3;d:1698313994.645683;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6108152;}i:24;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_wechat_app`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698313994.645716;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6108392;}i:25;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_wechat_app`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698313994.647069;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6124224;}i:27;a:6:{i:0;s:782:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_wechat_app' AND `kcu`.`TABLE_NAME` = 'cx_wechat_app'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698313994.648376;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6147040;}i:28;a:6:{i:0;s:782:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_wechat_app' AND `kcu`.`TABLE_NAME` = 'cx_wechat_app'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698313994.648877;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6149424;}i:30;a:6:{i:0;s:71:"SELECT * FROM `cx_wechat_app` WHERE (`cx_mch_id`=0) AND (`is_delete`=0)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698313994.653304;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6481992;}i:31;a:6:{i:0;s:71:"SELECT * FROM `cx_wechat_app` WHERE (`cx_mch_id`=0) AND (`is_delete`=0)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698313994.653775;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6488664;}i:34;a:6:{i:0;s:119:"SELECT * FROM `cx_user_token` WHERE ((`is_delete`=0) AND (`token`='SF5fP6gUUrct1a') AND (`cx_mch_id`=0)) AND (`type`=3)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698313994.668097;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6987840;}i:35;a:6:{i:0;s:119:"SELECT * FROM `cx_user_token` WHERE ((`is_delete`=0) AND (`token`='SF5fP6gUUrct1a') AND (`cx_mch_id`=0)) AND (`type`=3)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698313994.668784;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6991528;}i:37;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_user_token`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698313994.668898;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6996648;}i:38;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_user_token`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698313994.669642;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7008912;}i:40;a:6:{i:0;s:782:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user_token' AND `kcu`.`TABLE_NAME` = 'cx_user_token'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698313994.669935;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7011992;}i:41;a:6:{i:0;s:782:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user_token' AND `kcu`.`TABLE_NAME` = 'cx_user_token'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698313994.670416;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7015128;}i:43;a:6:{i:0;s:32:"SHOW FULL COLUMNS FROM `cx_user`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698313994.670601;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7014376;}i:44;a:6:{i:0;s:32:"SHOW FULL COLUMNS FROM `cx_user`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698313994.671882;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7044520;}i:46;a:6:{i:0;s:770:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user' AND `kcu`.`TABLE_NAME` = 'cx_user'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698313994.672712;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7037968;}i:47;a:6:{i:0;s:770:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user' AND `kcu`.`TABLE_NAME` = 'cx_user'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698313994.673308;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7041104;}i:49;a:6:{i:0;s:78:"SELECT * FROM `cx_user` WHERE (`id`='65') AND (`is_delete`=0) AND (`status`=0)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698313994.673859;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7044088;}i:50;a:6:{i:0;s:78:"SELECT * FROM `cx_user` WHERE (`id`='65') AND (`is_delete`=0) AND (`status`=0)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698313994.674363;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7050520;}i:54;a:6:{i:0;s:58:"SELECT * FROM `cx_user` WHERE `mobile_phone`='18222222223'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698313994.682848;i:4;a:2:{i:0;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:73;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7394352;}i:55;a:6:{i:0;s:58:"SELECT * FROM `cx_user` WHERE `mobile_phone`='18222222223'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698313994.68339;i:4;a:2:{i:0;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:73;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7400104;}i:57;a:6:{i:0;s:141:"SELECT * FROM `cx_user` WHERE ((`cx_mch_id`=0) AND (`is_delete`=0) AND (`status`=0)) AND ((`username`='U1aGfa') OR (`mobile_phone`='U1aGfa'))";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698313994.685972;i:4;a:3:{i:0;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:66;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:80;s:8:"function";s:5:"login";s:5:"class";s:32:"app\modules\api\models\LoginForm";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7480032;}i:58;a:6:{i:0;s:141:"SELECT * FROM `cx_user` WHERE ((`cx_mch_id`=0) AND (`is_delete`=0) AND (`status`=0)) AND ((`username`='U1aGfa') OR (`mobile_phone`='U1aGfa'))";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698313994.686315;i:4;a:3:{i:0;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:66;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:80;s:8:"function";s:5:"login";s:5:"class";s:32:"app\modules\api\models\LoginForm";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7486288;}i:67;a:6:{i:0;s:132:"SELECT EXISTS(SELECT * FROM `cx_user_token` WHERE (`type`=3) AND (`token`='qSPq8oi99GU8Dz') AND (`is_delete`=0) AND (`cx_mch_id`=0))";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698313995.537894;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:103;s:8:"function";s:6:"exists";s:5:"class";s:12:"yii\db\Query";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:65;s:8:"function";s:8:"generate";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7552408;}i:68;a:6:{i:0;s:132:"SELECT EXISTS(SELECT * FROM `cx_user_token` WHERE (`type`=3) AND (`token`='qSPq8oi99GU8Dz') AND (`is_delete`=0) AND (`cx_mch_id`=0))";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698313995.538383;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:103;s:8:"function";s:6:"exists";s:5:"class";s:12:"yii\db\Query";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:65;s:8:"function";s:8:"generate";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7554832;}i:71;a:6:{i:0;s:118:"UPDATE `cx_user_token` SET `is_delete`=1 WHERE (`is_delete`=0) AND (`user_id`='67') AND (`cx_mch_id`=0) AND (`type`=3)";i:1;i:80;i:2;s:23:"yii\db\Command::execute";i:3;d:1698313995.538692;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:273;s:8:"function";s:9:"updateAll";s:5:"class";s:19:"yii\db\ActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:77;s:8:"function";s:7:"destory";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7558848;}i:72;a:6:{i:0;s:118:"UPDATE `cx_user_token` SET `is_delete`=1 WHERE (`is_delete`=0) AND (`user_id`='67') AND (`cx_mch_id`=0) AND (`type`=3)";i:1;i:96;i:2;s:23:"yii\db\Command::execute";i:3;d:1698313995.540239;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:273;s:8:"function";s:9:"updateAll";s:5:"class";s:19:"yii\db\ActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:77;s:8:"function";s:7:"destory";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7560952;}i:74;a:6:{i:0;s:189:"INSERT INTO `cx_user_token` (`cx_mch_id`, `type`, `token`, `user_id`, `expire_time`, `status`, `is_delete`, `created_at`) VALUES (0, 3, 'qSPq8oi99GU8Dz', '67', 1700905995, 0, 0, 1698313995)";i:1;i:80;i:2;s:23:"yii\db\Command::execute";i:3;d:1698313995.54168;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:157;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:78;s:8:"function";s:13:"saveUserToken";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7670808;}i:75;a:6:{i:0;s:189:"INSERT INTO `cx_user_token` (`cx_mch_id`, `type`, `token`, `user_id`, `expire_time`, `status`, `is_delete`, `created_at`) VALUES (0, 3, 'qSPq8oi99GU8Dz', '67', 1700905995, 0, 0, 1698313995)";i:1;i:96;i:2;s:23:"yii\db\Command::execute";i:3;d:1698313995.542192;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:157;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:78;s:8:"function";s:13:"saveUserToken";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7672864;}i:78;a:6:{i:0;s:42:"SHOW FULL COLUMNS FROM `cx_user_login_log`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698313995.574052;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:82;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7704328;}i:79;a:6:{i:0;s:42:"SHOW FULL COLUMNS FROM `cx_user_login_log`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698313995.575339;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:82;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7716536;}i:81;a:6:{i:0;s:790:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user_login_log' AND `kcu`.`TABLE_NAME` = 'cx_user_login_log'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698313995.575675;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:82;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7719560;}i:82;a:6:{i:0;s:790:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user_login_log' AND `kcu`.`TABLE_NAME` = 'cx_user_login_log'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698313995.576328;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:82;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7722696;}i:84;a:6:{i:0;s:177:"INSERT INTO `cx_user_login_log` (`cx_mch_id`, `user_id`, `is_delete`, `ipv4`, `is_pass`, `err_msg`, `created_at`) VALUES (0, '67', 0, '127.0.0.1', 1, '登录成功', 1698313995)";i:1;i:80;i:2;s:23:"yii\db\Command::execute";i:3;d:1698313995.577484;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:88;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7743712;}i:85;a:6:{i:0;s:177:"INSERT INTO `cx_user_login_log` (`cx_mch_id`, `user_id`, `is_delete`, `ipv4`, `is_pass`, `err_msg`, `created_at`) VALUES (0, '67', 0, '127.0.0.1', 1, '登录成功', 1698313995)";i:1;i:96;i:2;s:23:"yii\db\Command::execute";i:3;d:1698313995.611075;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:88;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7745824;}i:87;a:6:{i:0;s:114:"SELECT * FROM `cx_user_oauth` WHERE ((`type`='wxmp') AND (`is_delete`=0) AND (`cx_mch_id`=0)) AND (`user_id`='67')";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698313995.613503;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:432;s:8:"function";s:5:"__get";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:92;s:8:"function";s:9:"bindQuery";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:80;s:8:"function";s:5:"login";s:5:"class";s:32:"app\modules\api\models\LoginForm";s:4:"type";s:2:"->";}}i:5;i:7814240;}i:88;a:6:{i:0;s:114:"SELECT * FROM `cx_user_oauth` WHERE ((`type`='wxmp') AND (`is_delete`=0) AND (`cx_mch_id`=0)) AND (`user_id`='67')";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698313995.620821;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:432;s:8:"function";s:5:"__get";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:92;s:8:"function";s:9:"bindQuery";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:80;s:8:"function";s:5:"login";s:5:"class";s:32:"app\modules\api\models\LoginForm";s:4:"type";s:2:"->";}}i:5;i:7816992;}i:90;a:6:{i:0;s:35:"SHOW FULL COLUMNS FROM `cx_api_log`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698313995.621666;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7850856;}i:91;a:6:{i:0;s:35:"SHOW FULL COLUMNS FROM `cx_api_log`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698313995.622718;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7873816;}i:93;a:6:{i:0;s:776:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_api_log' AND `kcu`.`TABLE_NAME` = 'cx_api_log'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698313995.623318;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7871264;}i:94;a:6:{i:0;s:776:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_api_log' AND `kcu`.`TABLE_NAME` = 'cx_api_log'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698313995.623909;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7874400;}i:96;a:6:{i:0;s:654:"INSERT INTO `cx_api_log` (`cx_mch_id`, `user_id`, `route`, `module_id`, `controller_id`, `action_id`, `url`, `method`, `method_param`, `ipv4`, `is_pass`, `request_date`, `request_time`, `response_time`, `process_consume_time`, `is_delete`, `created_at`) VALUES (0, '67', 'api/user/modify-user', 'api', 'user', 'modify-user', '/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124', 'POST', '{\"real_name\":\"王五\",\"gender\":\"1\",\"is_view\":\"42.5\",\"mobile_phone\":\"18222222223\"}', '127.0.0.1', 1, '2023-10-26', 1698313994625, 1698313995624, 999, 0, 1698313995)";i:1;i:80;i:2;s:23:"yii\db\Command::execute";i:3;d:1698313995.626089;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:125;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7896296;}i:97;a:6:{i:0;s:654:"INSERT INTO `cx_api_log` (`cx_mch_id`, `user_id`, `route`, `module_id`, `controller_id`, `action_id`, `url`, `method`, `method_param`, `ipv4`, `is_pass`, `request_date`, `request_time`, `response_time`, `process_consume_time`, `is_delete`, `created_at`) VALUES (0, '67', 'api/user/modify-user', 'api', 'user', 'modify-user', '/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124', 'POST', '{\"real_name\":\"王五\",\"gender\":\"1\",\"is_view\":\"42.5\",\"mobile_phone\":\"18222222223\"}', '127.0.0.1', 1, '2023-10-26', 1698313994625, 1698313995624, 999, 0, 1698313995)";i:1;i:96;i:2;s:23:"yii\db\Command::execute";i:3;d:1698313995.647958;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:125;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7898952;}}}";s:2:"db";s:38394:"a:1:{s:8:"messages";a:42:{i:24;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_wechat_app`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698313994.645716;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6108392;}i:25;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_wechat_app`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698313994.647069;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6124224;}i:27;a:6:{i:0;s:782:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_wechat_app' AND `kcu`.`TABLE_NAME` = 'cx_wechat_app'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698313994.648376;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6147040;}i:28;a:6:{i:0;s:782:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_wechat_app' AND `kcu`.`TABLE_NAME` = 'cx_wechat_app'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698313994.648877;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6149424;}i:30;a:6:{i:0;s:71:"SELECT * FROM `cx_wechat_app` WHERE (`cx_mch_id`=0) AND (`is_delete`=0)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698313994.653304;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6481992;}i:31;a:6:{i:0;s:71:"SELECT * FROM `cx_wechat_app` WHERE (`cx_mch_id`=0) AND (`is_delete`=0)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698313994.653775;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6488664;}i:34;a:6:{i:0;s:119:"SELECT * FROM `cx_user_token` WHERE ((`is_delete`=0) AND (`token`='SF5fP6gUUrct1a') AND (`cx_mch_id`=0)) AND (`type`=3)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698313994.668097;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6987840;}i:35;a:6:{i:0;s:119:"SELECT * FROM `cx_user_token` WHERE ((`is_delete`=0) AND (`token`='SF5fP6gUUrct1a') AND (`cx_mch_id`=0)) AND (`type`=3)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698313994.668784;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6991528;}i:37;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_user_token`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698313994.668898;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6996648;}i:38;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_user_token`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698313994.669642;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7008912;}i:40;a:6:{i:0;s:782:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user_token' AND `kcu`.`TABLE_NAME` = 'cx_user_token'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698313994.669935;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7011992;}i:41;a:6:{i:0;s:782:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user_token' AND `kcu`.`TABLE_NAME` = 'cx_user_token'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698313994.670416;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7015128;}i:43;a:6:{i:0;s:32:"SHOW FULL COLUMNS FROM `cx_user`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698313994.670601;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7014376;}i:44;a:6:{i:0;s:32:"SHOW FULL COLUMNS FROM `cx_user`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698313994.671882;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7044520;}i:46;a:6:{i:0;s:770:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user' AND `kcu`.`TABLE_NAME` = 'cx_user'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698313994.672712;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7037968;}i:47;a:6:{i:0;s:770:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user' AND `kcu`.`TABLE_NAME` = 'cx_user'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698313994.673308;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7041104;}i:49;a:6:{i:0;s:78:"SELECT * FROM `cx_user` WHERE (`id`='65') AND (`is_delete`=0) AND (`status`=0)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698313994.673859;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7044088;}i:50;a:6:{i:0;s:78:"SELECT * FROM `cx_user` WHERE (`id`='65') AND (`is_delete`=0) AND (`status`=0)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698313994.674363;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7050520;}i:54;a:6:{i:0;s:58:"SELECT * FROM `cx_user` WHERE `mobile_phone`='18222222223'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698313994.682848;i:4;a:2:{i:0;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:73;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7394352;}i:55;a:6:{i:0;s:58:"SELECT * FROM `cx_user` WHERE `mobile_phone`='18222222223'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698313994.68339;i:4;a:2:{i:0;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:73;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7400104;}i:57;a:6:{i:0;s:141:"SELECT * FROM `cx_user` WHERE ((`cx_mch_id`=0) AND (`is_delete`=0) AND (`status`=0)) AND ((`username`='U1aGfa') OR (`mobile_phone`='U1aGfa'))";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698313994.685972;i:4;a:3:{i:0;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:66;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:80;s:8:"function";s:5:"login";s:5:"class";s:32:"app\modules\api\models\LoginForm";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7480032;}i:58;a:6:{i:0;s:141:"SELECT * FROM `cx_user` WHERE ((`cx_mch_id`=0) AND (`is_delete`=0) AND (`status`=0)) AND ((`username`='U1aGfa') OR (`mobile_phone`='U1aGfa'))";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698313994.686315;i:4;a:3:{i:0;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:66;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:80;s:8:"function";s:5:"login";s:5:"class";s:32:"app\modules\api\models\LoginForm";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7486288;}i:67;a:6:{i:0;s:132:"SELECT EXISTS(SELECT * FROM `cx_user_token` WHERE (`type`=3) AND (`token`='qSPq8oi99GU8Dz') AND (`is_delete`=0) AND (`cx_mch_id`=0))";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698313995.537894;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:103;s:8:"function";s:6:"exists";s:5:"class";s:12:"yii\db\Query";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:65;s:8:"function";s:8:"generate";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7552408;}i:68;a:6:{i:0;s:132:"SELECT EXISTS(SELECT * FROM `cx_user_token` WHERE (`type`=3) AND (`token`='qSPq8oi99GU8Dz') AND (`is_delete`=0) AND (`cx_mch_id`=0))";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698313995.538383;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:103;s:8:"function";s:6:"exists";s:5:"class";s:12:"yii\db\Query";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:65;s:8:"function";s:8:"generate";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7554832;}i:71;a:6:{i:0;s:118:"UPDATE `cx_user_token` SET `is_delete`=1 WHERE (`is_delete`=0) AND (`user_id`='67') AND (`cx_mch_id`=0) AND (`type`=3)";i:1;i:80;i:2;s:23:"yii\db\Command::execute";i:3;d:1698313995.538692;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:273;s:8:"function";s:9:"updateAll";s:5:"class";s:19:"yii\db\ActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:77;s:8:"function";s:7:"destory";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7558848;}i:72;a:6:{i:0;s:118:"UPDATE `cx_user_token` SET `is_delete`=1 WHERE (`is_delete`=0) AND (`user_id`='67') AND (`cx_mch_id`=0) AND (`type`=3)";i:1;i:96;i:2;s:23:"yii\db\Command::execute";i:3;d:1698313995.540239;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:273;s:8:"function";s:9:"updateAll";s:5:"class";s:19:"yii\db\ActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:77;s:8:"function";s:7:"destory";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7560952;}i:74;a:6:{i:0;s:189:"INSERT INTO `cx_user_token` (`cx_mch_id`, `type`, `token`, `user_id`, `expire_time`, `status`, `is_delete`, `created_at`) VALUES (0, 3, 'qSPq8oi99GU8Dz', '67', 1700905995, 0, 0, 1698313995)";i:1;i:80;i:2;s:23:"yii\db\Command::execute";i:3;d:1698313995.54168;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:157;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:78;s:8:"function";s:13:"saveUserToken";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7670808;}i:75;a:6:{i:0;s:189:"INSERT INTO `cx_user_token` (`cx_mch_id`, `type`, `token`, `user_id`, `expire_time`, `status`, `is_delete`, `created_at`) VALUES (0, 3, 'qSPq8oi99GU8Dz', '67', 1700905995, 0, 0, 1698313995)";i:1;i:96;i:2;s:23:"yii\db\Command::execute";i:3;d:1698313995.542192;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:157;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:78;s:8:"function";s:13:"saveUserToken";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7672864;}i:78;a:6:{i:0;s:42:"SHOW FULL COLUMNS FROM `cx_user_login_log`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698313995.574052;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:82;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7704328;}i:79;a:6:{i:0;s:42:"SHOW FULL COLUMNS FROM `cx_user_login_log`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698313995.575339;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:82;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7716536;}i:81;a:6:{i:0;s:790:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user_login_log' AND `kcu`.`TABLE_NAME` = 'cx_user_login_log'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698313995.575675;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:82;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7719560;}i:82;a:6:{i:0;s:790:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user_login_log' AND `kcu`.`TABLE_NAME` = 'cx_user_login_log'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698313995.576328;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:82;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7722696;}i:84;a:6:{i:0;s:177:"INSERT INTO `cx_user_login_log` (`cx_mch_id`, `user_id`, `is_delete`, `ipv4`, `is_pass`, `err_msg`, `created_at`) VALUES (0, '67', 0, '127.0.0.1', 1, '登录成功', 1698313995)";i:1;i:80;i:2;s:23:"yii\db\Command::execute";i:3;d:1698313995.577484;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:88;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7743712;}i:85;a:6:{i:0;s:177:"INSERT INTO `cx_user_login_log` (`cx_mch_id`, `user_id`, `is_delete`, `ipv4`, `is_pass`, `err_msg`, `created_at`) VALUES (0, '67', 0, '127.0.0.1', 1, '登录成功', 1698313995)";i:1;i:96;i:2;s:23:"yii\db\Command::execute";i:3;d:1698313995.611075;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:88;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7745824;}i:87;a:6:{i:0;s:114:"SELECT * FROM `cx_user_oauth` WHERE ((`type`='wxmp') AND (`is_delete`=0) AND (`cx_mch_id`=0)) AND (`user_id`='67')";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698313995.613503;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:432;s:8:"function";s:5:"__get";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:92;s:8:"function";s:9:"bindQuery";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:80;s:8:"function";s:5:"login";s:5:"class";s:32:"app\modules\api\models\LoginForm";s:4:"type";s:2:"->";}}i:5;i:7814240;}i:88;a:6:{i:0;s:114:"SELECT * FROM `cx_user_oauth` WHERE ((`type`='wxmp') AND (`is_delete`=0) AND (`cx_mch_id`=0)) AND (`user_id`='67')";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698313995.620821;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:432;s:8:"function";s:5:"__get";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:92;s:8:"function";s:9:"bindQuery";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:80;s:8:"function";s:5:"login";s:5:"class";s:32:"app\modules\api\models\LoginForm";s:4:"type";s:2:"->";}}i:5;i:7816992;}i:90;a:6:{i:0;s:35:"SHOW FULL COLUMNS FROM `cx_api_log`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698313995.621666;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7850856;}i:91;a:6:{i:0;s:35:"SHOW FULL COLUMNS FROM `cx_api_log`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698313995.622718;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7873816;}i:93;a:6:{i:0;s:776:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_api_log' AND `kcu`.`TABLE_NAME` = 'cx_api_log'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698313995.623318;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7871264;}i:94;a:6:{i:0;s:776:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_api_log' AND `kcu`.`TABLE_NAME` = 'cx_api_log'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698313995.623909;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7874400;}i:96;a:6:{i:0;s:654:"INSERT INTO `cx_api_log` (`cx_mch_id`, `user_id`, `route`, `module_id`, `controller_id`, `action_id`, `url`, `method`, `method_param`, `ipv4`, `is_pass`, `request_date`, `request_time`, `response_time`, `process_consume_time`, `is_delete`, `created_at`) VALUES (0, '67', 'api/user/modify-user', 'api', 'user', 'modify-user', '/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124', 'POST', '{\"real_name\":\"王五\",\"gender\":\"1\",\"is_view\":\"42.5\",\"mobile_phone\":\"18222222223\"}', '127.0.0.1', 1, '2023-10-26', 1698313994625, 1698313995624, 999, 0, 1698313995)";i:1;i:80;i:2;s:23:"yii\db\Command::execute";i:3;d:1698313995.626089;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:125;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7896296;}i:97;a:6:{i:0;s:654:"INSERT INTO `cx_api_log` (`cx_mch_id`, `user_id`, `route`, `module_id`, `controller_id`, `action_id`, `url`, `method`, `method_param`, `ipv4`, `is_pass`, `request_date`, `request_time`, `response_time`, `process_consume_time`, `is_delete`, `created_at`) VALUES (0, '67', 'api/user/modify-user', 'api', 'user', 'modify-user', '/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124', 'POST', '{\"real_name\":\"王五\",\"gender\":\"1\",\"is_view\":\"42.5\",\"mobile_phone\":\"18222222223\"}', '127.0.0.1', 1, '2023-10-26', 1698313994625, 1698313995624, 999, 0, 1698313995)";i:1;i:96;i:2;s:23:"yii\db\Command::execute";i:3;d:1698313995.647958;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:125;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7898952;}}}";s:5:"event";s:9735:"a:55:{i:0;a:5:{s:4:"time";d:1698313994.617578;s:4:"name";s:9:"afterOpen";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:20:"yii\redis\Connection";}i:1;a:5:{s:4:"time";d:1698313994.621662;s:4:"name";s:13:"beforeRequest";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:19:"yii\web\Application";}i:2;a:5:{s:4:"time";d:1698313994.637513;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:3;a:5:{s:4:"time";d:1698313994.645673;s:4:"name";s:9:"afterOpen";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:17:"yii\db\Connection";}i:4;a:5:{s:4:"time";d:1698313994.653823;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:27:"app\models\wechat\WechatApp";}i:5;a:5:{s:4:"time";d:1698313994.653887;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:27:"app\models\wechat\WechatApp";}i:6;a:5:{s:4:"time";d:1698313994.662861;s:4:"name";s:12:"beforeAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:19:"yii\web\Application";}i:7;a:5:{s:4:"time";d:1698313994.662876;s:4:"name";s:12:"beforeAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:22:"app\modules\api\Module";}i:8;a:5:{s:4:"time";d:1698313994.666507;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:9;a:5:{s:4:"time";d:1698313994.668825;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:20:"app\models\UserToken";}i:10;a:5:{s:4:"time";d:1698313994.67049;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:20:"app\models\UserToken";}i:11;a:5:{s:4:"time";d:1698313994.67052;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:12;a:5:{s:4:"time";d:1698313994.67441;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:15:"app\models\User";}i:13;a:5:{s:4:"time";d:1698313994.674485;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:15:"app\models\User";}i:14;a:5:{s:4:"time";d:1698313994.674969;s:4:"name";s:11:"beforeLogin";s:5:"class";s:17:"yii\web\UserEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:12:"yii\web\User";}i:15;a:5:{s:4:"time";d:1698313994.67958;s:4:"name";s:10:"afterLogin";s:5:"class";s:17:"yii\web\UserEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:12:"yii\web\User";}i:16;a:5:{s:4:"time";d:1698313994.679597;s:4:"name";s:12:"beforeAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:42:"app\modules\api\controllers\UserController";}i:17;a:5:{s:4:"time";d:1698313994.682035;s:4:"name";s:14:"beforeValidate";s:5:"class";s:19:"yii\base\ModelEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:37:"app\modules\api\models\UserModifyForm";}i:18;a:5:{s:4:"time";d:1698313994.682132;s:4:"name";s:13:"afterValidate";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:37:"app\modules\api\models\UserModifyForm";}i:19;a:5:{s:4:"time";d:1698313994.682601;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:20;a:5:{s:4:"time";d:1698313994.683427;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:15:"app\models\User";}i:21;a:5:{s:4:"time";d:1698313994.683494;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:15:"app\models\User";}i:22;a:5:{s:4:"time";d:1698313994.683517;s:4:"name";s:14:"beforeValidate";s:5:"class";s:19:"yii\base\ModelEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:32:"app\modules\api\models\LoginForm";}i:23;a:5:{s:4:"time";d:1698313994.685132;s:4:"name";s:13:"afterValidate";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:32:"app\modules\api\models\LoginForm";}i:24;a:5:{s:4:"time";d:1698313994.68551;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:25;a:5:{s:4:"time";d:1698313994.686348;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:15:"app\models\User";}i:26;a:5:{s:4:"time";d:1698313994.686411;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:15:"app\models\User";}i:27;a:5:{s:4:"time";d:1698313995.5346;s:4:"name";s:11:"beforeLogin";s:5:"class";s:17:"yii\web\UserEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:12:"yii\web\User";}i:28;a:5:{s:4:"time";d:1698313995.534787;s:4:"name";s:10:"afterLogin";s:5:"class";s:17:"yii\web\UserEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:12:"yii\web\User";}i:29;a:5:{s:4:"time";d:1698313995.535503;s:4:"name";s:16:"beginTransaction";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:17:"yii\db\Connection";}i:30;a:5:{s:4:"time";d:1698313995.537729;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:31;a:5:{s:4:"time";d:1698313995.540288;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:20:"app\models\UserToken";}i:32;a:5:{s:4:"time";d:1698313995.54036;s:4:"name";s:14:"beforeValidate";s:5:"class";s:19:"yii\base\ModelEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:20:"app\models\UserToken";}i:33;a:5:{s:4:"time";d:1698313995.540579;s:4:"name";s:13:"afterValidate";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:20:"app\models\UserToken";}i:34;a:5:{s:4:"time";d:1698313995.540598;s:4:"name";s:12:"beforeInsert";s:5:"class";s:19:"yii\base\ModelEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:20:"app\models\UserToken";}i:35;a:5:{s:4:"time";d:1698313995.542616;s:4:"name";s:11:"afterInsert";s:5:"class";s:21:"yii\db\AfterSaveEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:20:"app\models\UserToken";}i:36;a:5:{s:4:"time";d:1698313995.573012;s:4:"name";s:17:"commitTransaction";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:17:"yii\db\Connection";}i:37;a:5:{s:4:"time";d:1698313995.573906;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:27:"app\models\log\UserLoginLog";}i:38;a:5:{s:4:"time";d:1698313995.577046;s:4:"name";s:14:"beforeValidate";s:5:"class";s:19:"yii\base\ModelEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:27:"app\models\log\UserLoginLog";}i:39;a:5:{s:4:"time";d:1698313995.577301;s:4:"name";s:13:"afterValidate";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:27:"app\models\log\UserLoginLog";}i:40;a:5:{s:4:"time";d:1698313995.577319;s:4:"name";s:12:"beforeInsert";s:5:"class";s:19:"yii\base\ModelEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:27:"app\models\log\UserLoginLog";}i:41;a:5:{s:4:"time";d:1698313995.611199;s:4:"name";s:11:"afterInsert";s:5:"class";s:21:"yii\db\AfterSaveEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:27:"app\models\log\UserLoginLog";}i:42;a:5:{s:4:"time";d:1698313995.611797;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:43;a:5:{s:4:"time";d:1698313995.621557;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"app\models\log\ApiLog";}i:44;a:5:{s:4:"time";d:1698313995.624201;s:4:"name";s:14:"beforeValidate";s:5:"class";s:19:"yii\base\ModelEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"app\models\log\ApiLog";}i:45;a:5:{s:4:"time";d:1698313995.625778;s:4:"name";s:13:"afterValidate";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"app\models\log\ApiLog";}i:46;a:5:{s:4:"time";d:1698313995.625799;s:4:"name";s:12:"beforeInsert";s:5:"class";s:19:"yii\base\ModelEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"app\models\log\ApiLog";}i:47;a:5:{s:4:"time";d:1698313995.648083;s:4:"name";s:11:"afterInsert";s:5:"class";s:21:"yii\db\AfterSaveEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"app\models\log\ApiLog";}i:48;a:5:{s:4:"time";d:1698313995.648128;s:4:"name";s:11:"afterAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:42:"app\modules\api\controllers\UserController";}i:49;a:5:{s:4:"time";d:1698313995.648141;s:4:"name";s:11:"afterAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:22:"app\modules\api\Module";}i:50;a:5:{s:4:"time";d:1698313995.64815;s:4:"name";s:11:"afterAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:19:"yii\web\Application";}i:51;a:5:{s:4:"time";d:1698313995.648164;s:4:"name";s:12:"afterRequest";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:19:"yii\web\Application";}i:52;a:5:{s:4:"time";d:1698313995.648175;s:4:"name";s:10:"beforeSend";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:16:"yii\web\Response";}i:53;a:5:{s:4:"time";d:1698313995.650955;s:4:"name";s:12:"afterPrepare";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:16:"yii\web\Response";}i:54;a:5:{s:4:"time";d:1698313995.651031;s:4:"name";s:9:"afterSend";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:16:"yii\web\Response";}}";s:4:"mail";s:6:"a:0:{}";s:8:"timeline";s:91:"a:3:{s:5:"start";d:1698313994.573897;s:3:"end";d:1698313995.654087;s:6:"memory";i:8533176;}";s:4:"dump";s:6:"a:0:{}";s:6:"router";s:1694:"a:3:{s:8:"messages";a:8:{i:10;a:6:{i:0;a:3:{s:4:"rule";s:3:"gii";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698313994.622307;i:4;a:0:{}i:5;i:4623120;}i:11;a:6:{i:0;a:3:{s:4:"rule";s:12:"gii/";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698313994.622326;i:4;a:0:{}i:5;i:4623872;}i:12;a:6:{i:0;a:3:{s:4:"rule";s:41:"gii//";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698313994.622336;i:4;a:0:{}i:5;i:4624624;}i:13;a:6:{i:0;a:3:{s:4:"rule";s:5:"debug";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698313994.622344;i:4;a:0:{}i:5;i:4625376;}i:14;a:6:{i:0;a:3:{s:4:"rule";s:43:"debug//";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698313994.622353;i:4;a:0:{}i:5;i:4626128;}i:15;a:6:{i:0;a:3:{s:4:"rule";s:38:"//";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698313994.622362;i:4;a:0:{}i:5;i:4626880;}i:16;a:6:{i:0;a:3:{s:4:"rule";s:29:"/";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698313994.622371;i:4;a:0:{}i:5;i:4627632;}i:17;a:6:{i:0;s:55:"No matching URL rules. Using default URL parsing logic.";i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698313994.622377;i:4;a:0:{}i:5;i:4628648;}}s:5:"route";s:20:"api/user/modify-user";s:6:"action";s:62:"app\modules\api\controllers\UserController::actionModifyUser()";}";s:7:"request";s:5298:"a:15:{s:7:"flashes";a:0:{}s:10:"statusCode";i:200;s:14:"requestHeaders";a:9:{s:14:"content-length";s:3:"508";s:12:"content-type";s:80:"multipart/form-data; boundary=--------------------------060843471180453445958978";s:4:"host";s:10:"cxfoot.com";s:6:"cookie";s:148:"_csrf=2438fc64082d42f353c550379303ab667806bb7c0516f3c0ea559f51c88ecb58a:2:%7Bi:0;s:5:%22_csrf%22;i:1;s:32:%22XbjJ59ft0wMmc1JrX9IGyJSa6tRXKqOC%22;%7D";s:10:"connection";s:5:"close";s:15:"accept-encoding";s:17:"gzip, deflate, br";s:6:"accept";s:3:"*/*";s:13:"cache-control";s:8:"no-cache";s:10:"user-agent";s:35:"PostmanRuntime-ApipostRuntime/1.1.0";}s:15:"responseHeaders";a:6:{s:12:"X-Powered-By";s:9:"PHP/7.3.4";s:12:"Content-Type";s:31:"application/json; charset=UTF-8";s:11:"X-Debug-Tag";s:13:"653a370a96147";s:16:"X-Debug-Duration";s:5:"1,078";s:12:"X-Debug-Link";s:37:"/debug/default/view?tag=653a370a96147";s:10:"Set-Cookie";s:204:"_csrf=317e937335ba6bb699868b73498ee37183a503dc2fca0ee796ca8371ee1829d7a%3A2%3A%7Bi%3A0%3Bs%3A5%3A%22_csrf%22%3Bi%3A1%3Bs%3A32%3A%22pneX3deRe-bJqFzSntuYFe-yj0R5Ienl%22%3B%7D; path=/; HttpOnly; SameSite=Lax";}s:5:"route";s:20:"api/user/modify-user";s:6:"action";s:62:"app\modules\api\controllers\UserController::actionModifyUser()";s:12:"actionParams";a:0:{}s:7:"general";a:5:{s:6:"method";s:4:"POST";s:6:"isAjax";b:0;s:6:"isPjax";b:0;s:7:"isFlash";b:0;s:18:"isSecureConnection";b:0;}s:11:"requestBody";a:0:{}s:6:"SERVER";a:43:{s:4:"PATH";s:954:"C:\imagemagick;C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\intel64_win\compiler;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;E:\anzhuang\QTSystem\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;D:\Git\cmd;D:\svn\bin;C:\Users\Administrator\AppData\Local\Programs\Python\Python311;C:\Users\Administrator\AppData\Local\Programs\Python\Python311\Scripts;D:\Xftp 7\;D:\微信web开发者工具\dll;C:\Users\Administrator\AppData\Local\Microsoft\WindowsApps;;D:\PhpStorm 2021.2.1\bin;;D:\Microsoft VS Code\bin;D:\phpstudy_pro\Extensions\php\php7.4.3nts;C:\Users\Administrator\AppData\Local\ComposerSetup\bin;C:\Users\Administrator\AppData\Roaming\Composer\vendor\bin";s:10:"SYSTEMROOT";s:10:"C:\WINDOWS";s:7:"COMSPEC";s:27:"C:\WINDOWS\system32\cmd.exe";s:7:"PATHEXT";s:53:".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC";s:6:"WINDIR";s:10:"C:\WINDOWS";s:5:"PHPRC";s:42:"D:/phpstudy_pro/Extensions/php/php7.3.4nts";s:21:"_FCGI_SHUTDOWN_EVENT_";s:4:"9184";s:11:"SCRIPT_NAME";s:10:"/index.php";s:11:"REQUEST_URI";s:137:"/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:12:"QUERY_STRING";s:115:"access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:14:"REQUEST_METHOD";s:4:"POST";s:15:"SERVER_PROTOCOL";s:8:"HTTP/1.1";s:17:"GATEWAY_INTERFACE";s:7:"CGI/1.1";s:21:"REDIRECT_QUERY_STRING";s:115:"access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:12:"REDIRECT_URL";s:21:"/api/user/modify-user";s:11:"REMOTE_PORT";s:5:"49663";s:15:"SCRIPT_FILENAME";s:40:"D:/phpstudy_pro/WWW/cxfoot/web/index.php";s:12:"SERVER_ADMIN";s:17:"admin@example.com";s:21:"CONTEXT_DOCUMENT_ROOT";s:30:"D:/phpstudy_pro/WWW/cxfoot/web";s:14:"CONTEXT_PREFIX";s:0:"";s:14:"REQUEST_SCHEME";s:4:"http";s:13:"DOCUMENT_ROOT";s:30:"D:/phpstudy_pro/WWW/cxfoot/web";s:11:"REMOTE_ADDR";s:9:"127.0.0.1";s:11:"SERVER_PORT";s:2:"80";s:11:"SERVER_ADDR";s:9:"127.0.0.1";s:11:"SERVER_NAME";s:10:"cxfoot.com";s:15:"SERVER_SOFTWARE";s:73:"Apache/2.4.39 (Win64) OpenSSL/1.1.1b mod_fcgid/2.3.9a mod_log_rotate/1.02";s:16:"SERVER_SIGNATURE";s:0:"";s:10:"SystemRoot";s:10:"C:\WINDOWS";s:14:"CONTENT_LENGTH";s:3:"508";s:12:"CONTENT_TYPE";s:80:"multipart/form-data; boundary=--------------------------060843471180453445958978";s:9:"HTTP_HOST";s:10:"cxfoot.com";s:11:"HTTP_COOKIE";s:148:"_csrf=2438fc64082d42f353c550379303ab667806bb7c0516f3c0ea559f51c88ecb58a:2:%7Bi:0;s:5:%22_csrf%22;i:1;s:32:%22XbjJ59ft0wMmc1JrX9IGyJSa6tRXKqOC%22;%7D";s:15:"HTTP_CONNECTION";s:5:"close";s:20:"HTTP_ACCEPT_ENCODING";s:17:"gzip, deflate, br";s:11:"HTTP_ACCEPT";s:3:"*/*";s:18:"HTTP_CACHE_CONTROL";s:8:"no-cache";s:15:"HTTP_USER_AGENT";s:35:"PostmanRuntime-ApipostRuntime/1.1.0";s:15:"REDIRECT_STATUS";s:3:"200";s:9:"FCGI_ROLE";s:9:"RESPONDER";s:8:"PHP_SELF";s:10:"/index.php";s:18:"REQUEST_TIME_FLOAT";d:1698313994.558657;s:12:"REQUEST_TIME";i:1698313994;}s:3:"GET";a:2:{s:12:"access_token";s:60:"bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0=";s:6:"X-Csrf";s:32:"ag7x1Afy1r0q8j4y05vk3s4118hx7124";}s:4:"POST";a:4:{s:9:"real_name";s:6:"王五";s:6:"gender";s:1:"1";s:7:"is_view";s:4:"42.5";s:12:"mobile_phone";s:11:"18222222223";}s:6:"COOKIE";a:5:{s:5:"_csrf";s:72:"2438fc64082d42f353c550379303ab667806bb7c0516f3c0ea559f51c88ecb58a:2:{i:0";s:11:"s:5:"_csrf"";s:0:"";s:3:"i:1";s:0:"";s:39:"s:32:"XbjJ59ft0wMmc1JrX9IGyJSa6tRXKqOC"";s:0:"";s:1:"}";s:0:"";}s:5:"FILES";a:0:{}s:7:"SESSION";a:0:{}}";s:4:"user";s:2943:"a:5:{s:2:"id";s:2:"67";s:8:"identity";a:26:{s:2:"id";s:4:"'67'";s:9:"cx_mch_id";s:3:"'0'";s:8:"username";s:8:"'U1aGfa'";s:8:"password";s:62:"'$2y$13$Mjzs72qrxC6HFjjLhrIWGuBVI/YoTM9IPVPDKkjTnu6TQW4136qfW'";s:8:"auth_key";s:34:"'8ORFTHONdVxE30rz0UMIt_p3tkzj839S'";s:12:"access_token";s:34:"'pHFaguuSu7yQ6Ih9M2vRtp4n-h04ElJ1'";s:8:"nickname";s:8:"'王五'";s:10:"avatar_url";s:28:"'/statics/images/avatar.jpg'";s:12:"mobile_phone";s:13:"'18222222223'";s:13:"mobile_prefix";s:4:"'86'";s:5:"email";s:2:"''";s:9:"real_name";s:8:"'王五'";s:4:"desc";s:2:"''";s:6:"gender";s:1:"1";s:8:"birthday";s:4:"null";s:6:"status";s:1:"0";s:9:"parent_id";s:3:"'0'";s:12:"is_modify_un";s:1:"0";s:9:"is_delete";s:1:"0";s:10:"country_id";s:1:"0";s:7:"city_id";s:1:"0";s:10:"created_at";s:10:"1698311382";s:10:"updated_at";s:10:"1698311382";s:4:"type";s:1:"0";s:8:"store_id";s:1:"0";s:7:"is_view";s:6:"'42.5'";}s:10:"attributes";a:26:{i:0;a:2:{s:9:"attribute";s:2:"id";s:5:"label";s:2:"ID";}i:1;a:2:{s:9:"attribute";s:9:"cx_mch_id";s:5:"label";s:14:"平台商户ID";}i:2;a:2:{s:9:"attribute";s:8:"username";s:5:"label";s:9:"用户名";}i:3;a:2:{s:9:"attribute";s:8:"password";s:5:"label";s:6:"密码";}i:4;a:2:{s:9:"attribute";s:8:"auth_key";s:5:"label";s:8:"AUTH_KEY";}i:5;a:2:{s:9:"attribute";s:12:"access_token";s:5:"label";s:12:"ACCESS_TOKEN";}i:6;a:2:{s:9:"attribute";s:8:"nickname";s:5:"label";s:6:"昵称";}i:7;a:2:{s:9:"attribute";s:10:"avatar_url";s:5:"label";s:6:"头像";}i:8;a:2:{s:9:"attribute";s:12:"mobile_phone";s:5:"label";s:9:"手机号";}i:9;a:2:{s:9:"attribute";s:13:"mobile_prefix";s:5:"label";s:21:"手机号国家代码";}i:10;a:2:{s:9:"attribute";s:5:"email";s:5:"label";s:6:"邮箱";}i:11;a:2:{s:9:"attribute";s:9:"real_name";s:5:"label";s:12:"真实姓名";}i:12;a:2:{s:9:"attribute";s:4:"desc";s:5:"label";s:12:"个性签名";}i:13;a:2:{s:9:"attribute";s:6:"gender";s:5:"label";s:33:"性别,0=女,1=男,2=保密";}i:14;a:2:{s:9:"attribute";s:8:"birthday";s:5:"label";s:6:"生日";}i:15;a:2:{s:9:"attribute";s:6:"status";s:5:"label";s:50:"状态,0=正常,1=封禁,2=挂起,3=注销";}i:16;a:2:{s:9:"attribute";s:9:"parent_id";s:5:"label";s:9:"PARENT_ID";}i:17;a:2:{s:9:"attribute";s:12:"is_modify_un";s:5:"label";s:43:"用户名是否可以修改,0=否,1=是";}i:18;a:2:{s:9:"attribute";s:9:"is_delete";s:5:"label";s:28:"是否删除,0=否,1=是";}i:19;a:2:{s:9:"attribute";s:10:"country_id";s:5:"label";s:8:"国家ID";}i:20;a:2:{s:9:"attribute";s:7:"city_id";s:5:"label";s:8:"城市ID";}i:21;a:2:{s:9:"attribute";s:10:"created_at";s:5:"label";s:12:"添加时间";}i:22;a:2:{s:9:"attribute";s:10:"updated_at";s:5:"label";s:12:"更新时间";}i:23;a:2:{s:9:"attribute";s:4:"type";s:5:"label";s:28:"0=普通用户,1=管理员";}i:24;a:2:{s:9:"attribute";s:8:"store_id";s:5:"label";s:8:"Store Id";}i:25;a:2:{s:9:"attribute";s:7:"is_view";s:5:"label";s:6:"鞋码";}}s:13:"rolesProvider";N;s:19:"permissionsProvider";N;}";s:5:"asset";s:6:"a:0:{}";s:7:"summary";a:12:{s:3:"tag";s:13:"653a370a96147";s:3:"url";s:154:"http://cxfoot.com/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:4:"ajax";i:0;s:6:"method";s:4:"POST";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698313994.558657;s:10:"statusCode";i:200;s:8:"sqlCount";i:21;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:8533176;s:14:"processingTime";d:1.0797040462493896;}s:10:"exceptions";a:0:{}} \ No newline at end of file diff --git a/runtime/debug/653a370cbda1e.data b/runtime/debug/653a370cbda1e.data new file mode 100644 index 0000000..aba7999 --- /dev/null +++ b/runtime/debug/653a370cbda1e.data @@ -0,0 +1,351 @@ +a:14:{s:6:"config";s:1870:"a:5:{s:10:"phpVersion";s:5:"7.3.4";s:10:"yiiVersion";s:6:"2.0.46";s:11:"application";a:8:{s:3:"yii";s:6:"2.0.46";s:4:"name";s:14:"My Application";s:7:"version";s:3:"1.0";s:8:"language";s:5:"zh-CN";s:14:"sourceLanguage";s:5:"en-US";s:7:"charset";s:5:"UTF-8";s:3:"env";s:3:"dev";s:5:"debug";b:1;}s:3:"php";a:5:{s:7:"version";s:5:"7.3.4";s:6:"xdebug";b:0;s:3:"apc";b:0;s:8:"memcache";b:0;s:9:"memcached";b:0;}s:10:"extensions";a:7:{s:18:"yiisoft/yii2-faker";a:3:{s:4:"name";s:18:"yiisoft/yii2-faker";s:7:"version";s:7:"2.0.5.0";s:5:"alias";a:1:{s:10:"@yii/faker";s:56:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-faker/src";}}s:24:"yiisoft/yii2-swiftmailer";a:3:{s:4:"name";s:24:"yiisoft/yii2-swiftmailer";s:7:"version";s:7:"2.1.3.0";s:5:"alias";a:1:{s:16:"@yii/swiftmailer";s:62:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-swiftmailer/src";}}s:22:"yiisoft/yii2-bootstrap";a:3:{s:4:"name";s:22:"yiisoft/yii2-bootstrap";s:7:"version";s:8:"2.0.11.0";s:5:"alias";a:1:{s:14:"@yii/bootstrap";s:60:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-bootstrap/src";}}s:16:"yiisoft/yii2-gii";a:3:{s:4:"name";s:16:"yiisoft/yii2-gii";s:7:"version";s:7:"2.1.4.0";s:5:"alias";a:1:{s:8:"@yii/gii";s:54:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-gii/src";}}s:18:"yiisoft/yii2-redis";a:3:{s:4:"name";s:18:"yiisoft/yii2-redis";s:7:"version";s:8:"2.0.18.0";s:5:"alias";a:1:{s:10:"@yii/redis";s:56:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-redis/src";}}s:18:"yiisoft/yii2-debug";a:3:{s:4:"name";s:18:"yiisoft/yii2-debug";s:7:"version";s:8:"2.1.21.0";s:5:"alias";a:1:{s:10:"@yii/debug";s:56:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-debug/src";}}s:24:"jianyan74/yii2-websocket";a:3:{s:4:"name";s:24:"jianyan74/yii2-websocket";s:7:"version";s:7:"1.1.1.0";s:5:"alias";a:1:{s:18:"@jianyan/websocket";s:62:"D:\phpstudy_pro\WWW\cxfoot\vendor/jianyan74/yii2-websocket/src";}}}}";s:3:"log";s:28906:"a:1:{s:8:"messages";a:46:{i:0;a:6:{i:0;s:33:"Bootstrap with yii\log\Dispatcher";i:1;i:8;i:2;s:31:"yii\base\Application::bootstrap";i:3;d:1698313996.743318;i:4;a:0:{}i:5;i:2497176;}i:1;a:6:{i:0;s:21:"Loading module: debug";i:1;i:8;i:2;s:26:"yii\base\Module::getModule";i:3;d:1698313996.74334;i:4;a:0:{}i:5;i:2498352;}i:2;a:6:{i:0;s:44:"Bootstrap with yii\debug\Module::bootstrap()";i:1;i:8;i:2;s:31:"yii\base\Application::bootstrap";i:3;d:1698313996.775098;i:4;a:0:{}i:5;i:4073584;}i:3;a:6:{i:0;s:61:"Opening redis DB connection: tcp://127.0.0.1:6379, database=0";i:1;i:8;i:2;s:26:"yii\redis\Connection::open";i:3;d:1698313996.780843;i:4;a:0:{}i:5;i:4290032;}i:4;a:6:{i:0;s:31:"Executing Redis Command: SELECT";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698313996.78137;i:4;a:0:{}i:5;i:4292240;}i:5;a:6:{i:0;s:28:"Executing Redis Command: GET";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698313996.781612;i:4;a:0:{}i:5;i:4300424;}i:6;a:6:{i:0;s:28:"Executing Redis Command: GET";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698313996.78355;i:4;a:0:{}i:5;i:4372704;}i:7;a:6:{i:0;s:19:"Loading module: gii";i:1;i:8;i:2;s:26:"yii\base\Module::getModule";i:3;d:1698313996.783763;i:4;a:0:{}i:5;i:4373048;}i:8;a:6:{i:0;s:42:"Bootstrap with yii\gii\Module::bootstrap()";i:1;i:8;i:2;s:31:"yii\base\Application::bootstrap";i:3;d:1698313996.784893;i:4;a:0:{}i:5;i:4397072;}i:9;a:6:{i:0;s:28:"Executing Redis Command: GET";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698313996.784928;i:4;a:0:{}i:5;i:4403464;}i:18;a:6:{i:0;s:39:"Route requested: 'api/user/modify-user'";i:1;i:8;i:2;s:34:"yii\web\Application::handleRequest";i:3;d:1698313996.788037;i:4;a:0:{}i:5;i:4628712;}i:19;a:6:{i:0;s:19:"Loading module: api";i:1;i:8;i:2;s:26:"yii\base\Module::getModule";i:3;d:1698313996.788048;i:4;a:0:{}i:5;i:4630344;}i:20;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_wechat_app`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698313996.816138;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6055432;}i:21;a:6:{i:0;s:57:"Opening DB connection: mysql:host=127.0.0.1;dbname=cxfoot";i:1;i:4;i:2;s:23:"yii\db\Connection::open";i:3;d:1698313996.816185;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6057864;}i:26;a:6:{i:0;s:782:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_wechat_app' AND `kcu`.`TABLE_NAME` = 'cx_wechat_app'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698313996.820999;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6144176;}i:29;a:6:{i:0;s:71:"SELECT * FROM `cx_wechat_app` WHERE (`cx_mch_id`=0) AND (`is_delete`=0)";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698313996.828413;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6480744;}i:32;a:6:{i:0;s:34:"Route to run: api/user/modify-user";i:1;i:8;i:2;s:30:"yii\base\Controller::runAction";i:3;d:1698313996.845724;i:4;a:0:{}i:5;i:6709728;}i:33;a:6:{i:0;s:119:"SELECT * FROM `cx_user_token` WHERE ((`is_delete`=0) AND (`token`='SF5fP6gUUrct1a') AND (`cx_mch_id`=0)) AND (`type`=3)";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698313996.854942;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6986272;}i:36;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_user_token`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698313996.855972;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6994528;}i:39;a:6:{i:0;s:782:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user_token' AND `kcu`.`TABLE_NAME` = 'cx_user_token'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698313996.857122;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7008376;}i:42;a:6:{i:0;s:32:"SHOW FULL COLUMNS FROM `cx_user`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698313996.857952;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7012256;}i:45;a:6:{i:0;s:770:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user' AND `kcu`.`TABLE_NAME` = 'cx_user'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698313996.859836;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7034352;}i:48;a:6:{i:0;s:78:"SELECT * FROM `cx_user` WHERE (`id`='65') AND (`is_delete`=0) AND (`status`=0)";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698313996.860798;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7042336;}i:51;a:6:{i:0;s:56:"User '65' logged in from 127.0.0.1. Session not enabled.";i:1;i:4;i:2;s:19:"yii\web\User::login";i:3;d:1698313996.868596;i:4;a:2:{i:0;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7282288;}i:52;a:6:{i:0;s:78:"Running action: app\modules\api\controllers\UserController::actionModifyUser()";i:1;i:8;i:2;s:36:"yii\base\InlineAction::runWithParams";i:3;d:1698313996.868668;i:4;a:0:{}i:5;i:7280040;}i:53;a:6:{i:0;s:58:"SELECT * FROM `cx_user` WHERE `mobile_phone`='18222222223'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698313996.873495;i:4;a:2:{i:0;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:73;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7392520;}i:56;a:6:{i:0;s:141:"SELECT * FROM `cx_user` WHERE ((`cx_mch_id`=0) AND (`is_delete`=0) AND (`status`=0)) AND ((`username`='U1aGfa') OR (`mobile_phone`='U1aGfa'))";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698313996.878065;i:4;a:3:{i:0;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:66;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:80;s:8:"function";s:5:"login";s:5:"class";s:32:"app\modules\api\models\LoginForm";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7478664;}i:59;a:6:{i:0;s:56:"User '67' logged in from 127.0.0.1. Session not enabled.";i:1;i:4;i:2;s:19:"yii\web\User::login";i:3;d:1698313997.730093;i:4;a:3:{i:0;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:82;s:8:"function";s:5:"login";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:80;s:8:"function";s:5:"login";s:5:"class";s:32:"app\modules\api\models\LoginForm";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7477824;}i:60;a:6:{i:0;s:17:"Begin transaction";i:1;i:8;i:2;s:25:"yii\db\Transaction::begin";i:3;d:1698313997.731245;i:4;a:3:{i:0;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:64;s:8:"function";s:16:"beginTransaction";s:5:"class";s:17:"yii\db\Connection";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:80;s:8:"function";s:5:"login";s:5:"class";s:32:"app\modules\api\models\LoginForm";s:4:"type";s:2:"->";}}i:5;i:7504192;}i:61;a:6:{i:0;s:37:"Executing Redis Command: CLUSTER INFO";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698313997.732204;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\components\FlashStorage.php";s:4:"line";i:67;s:8:"function";s:3:"get";s:5:"class";s:17:"yii\caching\Cache";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:93;s:8:"function";s:8:"getCache";s:5:"class";s:27:"app\components\FlashStorage";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:65;s:8:"function";s:8:"generate";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}}i:5;i:7525880;}i:62;a:6:{i:0;s:28:"Executing Redis Command: GET";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698313997.733404;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\components\FlashStorage.php";s:4:"line";i:67;s:8:"function";s:3:"get";s:5:"class";s:17:"yii\caching\Cache";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:93;s:8:"function";s:8:"getCache";s:5:"class";s:27:"app\components\FlashStorage";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:65;s:8:"function";s:8:"generate";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}}i:5;i:7533544;}i:63;a:6:{i:0;s:28:"Executing Redis Command: SET";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698313997.733575;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\components\FlashStorage.php";s:4:"line";i:47;s:8:"function";s:3:"set";s:5:"class";s:17:"yii\caching\Cache";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:99;s:8:"function";s:8:"setCache";s:5:"class";s:27:"app\components\FlashStorage";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:65;s:8:"function";s:8:"generate";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}}i:5;i:7535800;}i:64;a:6:{i:0;s:28:"Executing Redis Command: GET";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698313997.733734;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\components\FlashStorage.php";s:4:"line";i:67;s:8:"function";s:3:"get";s:5:"class";s:17:"yii\caching\Cache";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:127;s:8:"function";s:8:"getCache";s:5:"class";s:27:"app\components\FlashStorage";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:102;s:8:"function";s:9:"_generate";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}}i:5;i:7537888;}i:65;a:6:{i:0;s:28:"Executing Redis Command: SET";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698313997.733891;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\components\FlashStorage.php";s:4:"line";i:47;s:8:"function";s:3:"set";s:5:"class";s:17:"yii\caching\Cache";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:132;s:8:"function";s:8:"setCache";s:5:"class";s:27:"app\components\FlashStorage";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:102;s:8:"function";s:9:"_generate";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}}i:5;i:7545776;}i:66;a:6:{i:0;s:132:"SELECT EXISTS(SELECT * FROM `cx_user_token` WHERE (`type`=3) AND (`token`='vJpyW8W1kvJTe6') AND (`is_delete`=0) AND (`cx_mch_id`=0))";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698313997.734186;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:103;s:8:"function";s:6:"exists";s:5:"class";s:12:"yii\db\Query";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:65;s:8:"function";s:8:"generate";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7551448;}i:69;a:6:{i:0;s:28:"Executing Redis Command: DEL";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698313997.73476;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\components\FlashStorage.php";s:4:"line";i:57;s:8:"function";s:6:"delete";s:5:"class";s:17:"yii\caching\Cache";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:105;s:8:"function";s:11:"deleteCache";s:5:"class";s:27:"app\components\FlashStorage";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:65;s:8:"function";s:8:"generate";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}}i:5;i:7553584;}i:70;a:6:{i:0;s:118:"UPDATE `cx_user_token` SET `is_delete`=1 WHERE (`is_delete`=0) AND (`user_id`='67') AND (`cx_mch_id`=0) AND (`type`=3)";i:1;i:4;i:2;s:23:"yii\db\Command::execute";i:3;d:1698313997.735001;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:273;s:8:"function";s:9:"updateAll";s:5:"class";s:19:"yii\db\ActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:77;s:8:"function";s:7:"destory";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7557512;}i:73;a:6:{i:0;s:189:"INSERT INTO `cx_user_token` (`cx_mch_id`, `type`, `token`, `user_id`, `expire_time`, `status`, `is_delete`, `created_at`) VALUES (0, 3, 'vJpyW8W1kvJTe6', '67', 1700905997, 0, 0, 1698313997)";i:1;i:4;i:2;s:23:"yii\db\Command::execute";i:3;d:1698313997.737638;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:157;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:78;s:8:"function";s:13:"saveUserToken";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7670168;}i:76;a:6:{i:0;s:18:"Commit transaction";i:1;i:8;i:2;s:26:"yii\db\Transaction::commit";i:3;d:1698313997.738556;i:4;a:3:{i:0;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:89;s:8:"function";s:6:"commit";s:5:"class";s:18:"yii\db\Transaction";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:80;s:8:"function";s:5:"login";s:5:"class";s:32:"app\modules\api\models\LoginForm";s:4:"type";s:2:"->";}}i:5;i:7669104;}i:77;a:6:{i:0;s:42:"SHOW FULL COLUMNS FROM `cx_user_login_log`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698313997.775133;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:82;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7702184;}i:80;a:6:{i:0;s:790:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user_login_log' AND `kcu`.`TABLE_NAME` = 'cx_user_login_log'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698313997.782751;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:82;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7715944;}i:83;a:6:{i:0;s:177:"INSERT INTO `cx_user_login_log` (`cx_mch_id`, `user_id`, `is_delete`, `ipv4`, `is_pass`, `err_msg`, `created_at`) VALUES (0, '67', 0, '127.0.0.1', 1, '登录成功', 1698313997)";i:1;i:4;i:2;s:23:"yii\db\Command::execute";i:3;d:1698313997.784621;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:88;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7742840;}i:86;a:6:{i:0;s:114:"SELECT * FROM `cx_user_oauth` WHERE ((`type`='wxmp') AND (`is_delete`=0) AND (`cx_mch_id`=0)) AND (`user_id`='67')";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698313997.809322;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:432;s:8:"function";s:5:"__get";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:92;s:8:"function";s:9:"bindQuery";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:80;s:8:"function";s:5:"login";s:5:"class";s:32:"app\modules\api\models\LoginForm";s:4:"type";s:2:"->";}}i:5;i:7812672;}i:89;a:6:{i:0;s:35:"SHOW FULL COLUMNS FROM `cx_api_log`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698313997.811306;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7848736;}i:92;a:6:{i:0;s:776:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_api_log' AND `kcu`.`TABLE_NAME` = 'cx_api_log'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698313997.813327;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7867648;}i:95;a:6:{i:0;s:655:"INSERT INTO `cx_api_log` (`cx_mch_id`, `user_id`, `route`, `module_id`, `controller_id`, `action_id`, `url`, `method`, `method_param`, `ipv4`, `is_pass`, `request_date`, `request_time`, `response_time`, `process_consume_time`, `is_delete`, `created_at`) VALUES (0, '67', 'api/user/modify-user', 'api', 'user', 'modify-user', '/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124', 'POST', '{\"real_name\":\"王五\",\"gender\":\"1\",\"is_view\":\"42.5\",\"mobile_phone\":\"18222222223\"}', '127.0.0.1', 1, '2023-10-26', 1698313996793, 1698313997814, 1021, 0, 1698313997)";i:1;i:4;i:2;s:23:"yii\db\Command::execute";i:3;d:1698313997.815385;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:125;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7897936;}}}";s:9:"profiling";s:39198:"a:3:{s:6:"memory";i:8533176;s:4:"time";d:1.133692979812622;s:8:"messages";a:44:{i:22;a:6:{i:0;s:57:"Opening DB connection: mysql:host=127.0.0.1;dbname=cxfoot";i:1;i:80;i:2;s:23:"yii\db\Connection::open";i:3;d:1698313996.816203;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6058992;}i:23;a:6:{i:0;s:57:"Opening DB connection: mysql:host=127.0.0.1;dbname=cxfoot";i:1;i:96;i:2;s:23:"yii\db\Connection::open";i:3;d:1698313996.818114;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6108152;}i:24;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_wechat_app`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698313996.818149;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6108392;}i:25;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_wechat_app`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698313996.819386;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6124224;}i:27;a:6:{i:0;s:782:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_wechat_app' AND `kcu`.`TABLE_NAME` = 'cx_wechat_app'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698313996.821032;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6147040;}i:28;a:6:{i:0;s:782:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_wechat_app' AND `kcu`.`TABLE_NAME` = 'cx_wechat_app'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698313996.821537;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6149424;}i:30;a:6:{i:0;s:71:"SELECT * FROM `cx_wechat_app` WHERE (`cx_mch_id`=0) AND (`is_delete`=0)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698313996.828459;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6481992;}i:31;a:6:{i:0;s:71:"SELECT * FROM `cx_wechat_app` WHERE (`cx_mch_id`=0) AND (`is_delete`=0)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698313996.829159;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6488664;}i:34;a:6:{i:0;s:119:"SELECT * FROM `cx_user_token` WHERE ((`is_delete`=0) AND (`token`='SF5fP6gUUrct1a') AND (`cx_mch_id`=0)) AND (`type`=3)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698313996.854986;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6987840;}i:35;a:6:{i:0;s:119:"SELECT * FROM `cx_user_token` WHERE ((`is_delete`=0) AND (`token`='SF5fP6gUUrct1a') AND (`cx_mch_id`=0)) AND (`type`=3)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698313996.855833;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6991528;}i:37;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_user_token`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698313996.856001;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6996648;}i:38;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_user_token`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698313996.856751;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7008912;}i:40;a:6:{i:0;s:782:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user_token' AND `kcu`.`TABLE_NAME` = 'cx_user_token'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698313996.857151;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7011992;}i:41;a:6:{i:0;s:782:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user_token' AND `kcu`.`TABLE_NAME` = 'cx_user_token'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698313996.857657;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7015128;}i:43;a:6:{i:0;s:32:"SHOW FULL COLUMNS FROM `cx_user`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698313996.857979;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7014376;}i:44;a:6:{i:0;s:32:"SHOW FULL COLUMNS FROM `cx_user`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698313996.859234;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7044520;}i:46;a:6:{i:0;s:770:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user' AND `kcu`.`TABLE_NAME` = 'cx_user'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698313996.859872;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7037968;}i:47;a:6:{i:0;s:770:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user' AND `kcu`.`TABLE_NAME` = 'cx_user'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698313996.86054;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7041104;}i:49;a:6:{i:0;s:78:"SELECT * FROM `cx_user` WHERE (`id`='65') AND (`is_delete`=0) AND (`status`=0)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698313996.860823;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7044088;}i:50;a:6:{i:0;s:78:"SELECT * FROM `cx_user` WHERE (`id`='65') AND (`is_delete`=0) AND (`status`=0)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698313996.861226;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7050520;}i:54;a:6:{i:0;s:58:"SELECT * FROM `cx_user` WHERE `mobile_phone`='18222222223'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698313996.873527;i:4;a:2:{i:0;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:73;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7394352;}i:55;a:6:{i:0;s:58:"SELECT * FROM `cx_user` WHERE `mobile_phone`='18222222223'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698313996.874129;i:4;a:2:{i:0;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:73;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7400104;}i:57;a:6:{i:0;s:141:"SELECT * FROM `cx_user` WHERE ((`cx_mch_id`=0) AND (`is_delete`=0) AND (`status`=0)) AND ((`username`='U1aGfa') OR (`mobile_phone`='U1aGfa'))";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698313996.878098;i:4;a:3:{i:0;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:66;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:80;s:8:"function";s:5:"login";s:5:"class";s:32:"app\modules\api\models\LoginForm";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7480032;}i:58;a:6:{i:0;s:141:"SELECT * FROM `cx_user` WHERE ((`cx_mch_id`=0) AND (`is_delete`=0) AND (`status`=0)) AND ((`username`='U1aGfa') OR (`mobile_phone`='U1aGfa'))";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698313996.878598;i:4;a:3:{i:0;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:66;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:80;s:8:"function";s:5:"login";s:5:"class";s:32:"app\modules\api\models\LoginForm";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7486288;}i:67;a:6:{i:0;s:132:"SELECT EXISTS(SELECT * FROM `cx_user_token` WHERE (`type`=3) AND (`token`='vJpyW8W1kvJTe6') AND (`is_delete`=0) AND (`cx_mch_id`=0))";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698313997.734218;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:103;s:8:"function";s:6:"exists";s:5:"class";s:12:"yii\db\Query";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:65;s:8:"function";s:8:"generate";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7552408;}i:68;a:6:{i:0;s:132:"SELECT EXISTS(SELECT * FROM `cx_user_token` WHERE (`type`=3) AND (`token`='vJpyW8W1kvJTe6') AND (`is_delete`=0) AND (`cx_mch_id`=0))";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698313997.734714;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:103;s:8:"function";s:6:"exists";s:5:"class";s:12:"yii\db\Query";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:65;s:8:"function";s:8:"generate";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7554832;}i:71;a:6:{i:0;s:118:"UPDATE `cx_user_token` SET `is_delete`=1 WHERE (`is_delete`=0) AND (`user_id`='67') AND (`cx_mch_id`=0) AND (`type`=3)";i:1;i:80;i:2;s:23:"yii\db\Command::execute";i:3;d:1698313997.735026;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:273;s:8:"function";s:9:"updateAll";s:5:"class";s:19:"yii\db\ActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:77;s:8:"function";s:7:"destory";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7558848;}i:72;a:6:{i:0;s:118:"UPDATE `cx_user_token` SET `is_delete`=1 WHERE (`is_delete`=0) AND (`user_id`='67') AND (`cx_mch_id`=0) AND (`type`=3)";i:1;i:96;i:2;s:23:"yii\db\Command::execute";i:3;d:1698313997.73637;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:273;s:8:"function";s:9:"updateAll";s:5:"class";s:19:"yii\db\ActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:77;s:8:"function";s:7:"destory";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7560952;}i:74;a:6:{i:0;s:189:"INSERT INTO `cx_user_token` (`cx_mch_id`, `type`, `token`, `user_id`, `expire_time`, `status`, `is_delete`, `created_at`) VALUES (0, 3, 'vJpyW8W1kvJTe6', '67', 1700905997, 0, 0, 1698313997)";i:1;i:80;i:2;s:23:"yii\db\Command::execute";i:3;d:1698313997.737667;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:157;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:78;s:8:"function";s:13:"saveUserToken";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7670808;}i:75;a:6:{i:0;s:189:"INSERT INTO `cx_user_token` (`cx_mch_id`, `type`, `token`, `user_id`, `expire_time`, `status`, `is_delete`, `created_at`) VALUES (0, 3, 'vJpyW8W1kvJTe6', '67', 1700905997, 0, 0, 1698313997)";i:1;i:96;i:2;s:23:"yii\db\Command::execute";i:3;d:1698313997.737999;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:157;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:78;s:8:"function";s:13:"saveUserToken";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7672864;}i:78;a:6:{i:0;s:42:"SHOW FULL COLUMNS FROM `cx_user_login_log`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698313997.775173;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:82;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7704328;}i:79;a:6:{i:0;s:42:"SHOW FULL COLUMNS FROM `cx_user_login_log`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698313997.782419;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:82;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7716536;}i:81;a:6:{i:0;s:790:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user_login_log' AND `kcu`.`TABLE_NAME` = 'cx_user_login_log'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698313997.782782;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:82;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7719560;}i:82;a:6:{i:0;s:790:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user_login_log' AND `kcu`.`TABLE_NAME` = 'cx_user_login_log'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698313997.783369;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:82;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7722696;}i:84;a:6:{i:0;s:177:"INSERT INTO `cx_user_login_log` (`cx_mch_id`, `user_id`, `is_delete`, `ipv4`, `is_pass`, `err_msg`, `created_at`) VALUES (0, '67', 0, '127.0.0.1', 1, '登录成功', 1698313997)";i:1;i:80;i:2;s:23:"yii\db\Command::execute";i:3;d:1698313997.784647;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:88;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7743712;}i:85;a:6:{i:0;s:177:"INSERT INTO `cx_user_login_log` (`cx_mch_id`, `user_id`, `is_delete`, `ipv4`, `is_pass`, `err_msg`, `created_at`) VALUES (0, '67', 0, '127.0.0.1', 1, '登录成功', 1698313997)";i:1;i:96;i:2;s:23:"yii\db\Command::execute";i:3;d:1698313997.806192;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:88;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7745824;}i:87;a:6:{i:0;s:114:"SELECT * FROM `cx_user_oauth` WHERE ((`type`='wxmp') AND (`is_delete`=0) AND (`cx_mch_id`=0)) AND (`user_id`='67')";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698313997.809357;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:432;s:8:"function";s:5:"__get";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:92;s:8:"function";s:9:"bindQuery";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:80;s:8:"function";s:5:"login";s:5:"class";s:32:"app\modules\api\models\LoginForm";s:4:"type";s:2:"->";}}i:5;i:7814240;}i:88;a:6:{i:0;s:114:"SELECT * FROM `cx_user_oauth` WHERE ((`type`='wxmp') AND (`is_delete`=0) AND (`cx_mch_id`=0)) AND (`user_id`='67')";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698313997.810191;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:432;s:8:"function";s:5:"__get";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:92;s:8:"function";s:9:"bindQuery";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:80;s:8:"function";s:5:"login";s:5:"class";s:32:"app\modules\api\models\LoginForm";s:4:"type";s:2:"->";}}i:5;i:7816992;}i:90;a:6:{i:0;s:35:"SHOW FULL COLUMNS FROM `cx_api_log`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698313997.811339;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7850856;}i:91;a:6:{i:0;s:35:"SHOW FULL COLUMNS FROM `cx_api_log`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698313997.812807;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7873816;}i:93;a:6:{i:0;s:776:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_api_log' AND `kcu`.`TABLE_NAME` = 'cx_api_log'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698313997.813358;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7871264;}i:94;a:6:{i:0;s:776:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_api_log' AND `kcu`.`TABLE_NAME` = 'cx_api_log'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698313997.813907;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7874400;}i:96;a:6:{i:0;s:655:"INSERT INTO `cx_api_log` (`cx_mch_id`, `user_id`, `route`, `module_id`, `controller_id`, `action_id`, `url`, `method`, `method_param`, `ipv4`, `is_pass`, `request_date`, `request_time`, `response_time`, `process_consume_time`, `is_delete`, `created_at`) VALUES (0, '67', 'api/user/modify-user', 'api', 'user', 'modify-user', '/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124', 'POST', '{\"real_name\":\"王五\",\"gender\":\"1\",\"is_view\":\"42.5\",\"mobile_phone\":\"18222222223\"}', '127.0.0.1', 1, '2023-10-26', 1698313996793, 1698313997814, 1021, 0, 1698313997)";i:1;i:80;i:2;s:23:"yii\db\Command::execute";i:3;d:1698313997.815418;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:125;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7896296;}i:97;a:6:{i:0;s:655:"INSERT INTO `cx_api_log` (`cx_mch_id`, `user_id`, `route`, `module_id`, `controller_id`, `action_id`, `url`, `method`, `method_param`, `ipv4`, `is_pass`, `request_date`, `request_time`, `response_time`, `process_consume_time`, `is_delete`, `created_at`) VALUES (0, '67', 'api/user/modify-user', 'api', 'user', 'modify-user', '/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124', 'POST', '{\"real_name\":\"王五\",\"gender\":\"1\",\"is_view\":\"42.5\",\"mobile_phone\":\"18222222223\"}', '127.0.0.1', 1, '2023-10-26', 1698313996793, 1698313997814, 1021, 0, 1698313997)";i:1;i:96;i:2;s:23:"yii\db\Command::execute";i:3;d:1698313997.844187;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:125;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7898952;}}}";s:2:"db";s:38396:"a:1:{s:8:"messages";a:42:{i:24;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_wechat_app`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698313996.818149;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6108392;}i:25;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_wechat_app`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698313996.819386;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6124224;}i:27;a:6:{i:0;s:782:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_wechat_app' AND `kcu`.`TABLE_NAME` = 'cx_wechat_app'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698313996.821032;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6147040;}i:28;a:6:{i:0;s:782:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_wechat_app' AND `kcu`.`TABLE_NAME` = 'cx_wechat_app'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698313996.821537;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6149424;}i:30;a:6:{i:0;s:71:"SELECT * FROM `cx_wechat_app` WHERE (`cx_mch_id`=0) AND (`is_delete`=0)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698313996.828459;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6481992;}i:31;a:6:{i:0;s:71:"SELECT * FROM `cx_wechat_app` WHERE (`cx_mch_id`=0) AND (`is_delete`=0)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698313996.829159;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6488664;}i:34;a:6:{i:0;s:119:"SELECT * FROM `cx_user_token` WHERE ((`is_delete`=0) AND (`token`='SF5fP6gUUrct1a') AND (`cx_mch_id`=0)) AND (`type`=3)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698313996.854986;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6987840;}i:35;a:6:{i:0;s:119:"SELECT * FROM `cx_user_token` WHERE ((`is_delete`=0) AND (`token`='SF5fP6gUUrct1a') AND (`cx_mch_id`=0)) AND (`type`=3)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698313996.855833;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6991528;}i:37;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_user_token`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698313996.856001;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6996648;}i:38;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_user_token`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698313996.856751;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7008912;}i:40;a:6:{i:0;s:782:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user_token' AND `kcu`.`TABLE_NAME` = 'cx_user_token'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698313996.857151;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7011992;}i:41;a:6:{i:0;s:782:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user_token' AND `kcu`.`TABLE_NAME` = 'cx_user_token'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698313996.857657;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7015128;}i:43;a:6:{i:0;s:32:"SHOW FULL COLUMNS FROM `cx_user`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698313996.857979;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7014376;}i:44;a:6:{i:0;s:32:"SHOW FULL COLUMNS FROM `cx_user`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698313996.859234;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7044520;}i:46;a:6:{i:0;s:770:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user' AND `kcu`.`TABLE_NAME` = 'cx_user'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698313996.859872;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7037968;}i:47;a:6:{i:0;s:770:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user' AND `kcu`.`TABLE_NAME` = 'cx_user'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698313996.86054;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7041104;}i:49;a:6:{i:0;s:78:"SELECT * FROM `cx_user` WHERE (`id`='65') AND (`is_delete`=0) AND (`status`=0)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698313996.860823;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7044088;}i:50;a:6:{i:0;s:78:"SELECT * FROM `cx_user` WHERE (`id`='65') AND (`is_delete`=0) AND (`status`=0)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698313996.861226;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7050520;}i:54;a:6:{i:0;s:58:"SELECT * FROM `cx_user` WHERE `mobile_phone`='18222222223'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698313996.873527;i:4;a:2:{i:0;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:73;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7394352;}i:55;a:6:{i:0;s:58:"SELECT * FROM `cx_user` WHERE `mobile_phone`='18222222223'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698313996.874129;i:4;a:2:{i:0;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:73;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7400104;}i:57;a:6:{i:0;s:141:"SELECT * FROM `cx_user` WHERE ((`cx_mch_id`=0) AND (`is_delete`=0) AND (`status`=0)) AND ((`username`='U1aGfa') OR (`mobile_phone`='U1aGfa'))";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698313996.878098;i:4;a:3:{i:0;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:66;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:80;s:8:"function";s:5:"login";s:5:"class";s:32:"app\modules\api\models\LoginForm";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7480032;}i:58;a:6:{i:0;s:141:"SELECT * FROM `cx_user` WHERE ((`cx_mch_id`=0) AND (`is_delete`=0) AND (`status`=0)) AND ((`username`='U1aGfa') OR (`mobile_phone`='U1aGfa'))";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698313996.878598;i:4;a:3:{i:0;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:66;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:80;s:8:"function";s:5:"login";s:5:"class";s:32:"app\modules\api\models\LoginForm";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7486288;}i:67;a:6:{i:0;s:132:"SELECT EXISTS(SELECT * FROM `cx_user_token` WHERE (`type`=3) AND (`token`='vJpyW8W1kvJTe6') AND (`is_delete`=0) AND (`cx_mch_id`=0))";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698313997.734218;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:103;s:8:"function";s:6:"exists";s:5:"class";s:12:"yii\db\Query";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:65;s:8:"function";s:8:"generate";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7552408;}i:68;a:6:{i:0;s:132:"SELECT EXISTS(SELECT * FROM `cx_user_token` WHERE (`type`=3) AND (`token`='vJpyW8W1kvJTe6') AND (`is_delete`=0) AND (`cx_mch_id`=0))";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698313997.734714;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:103;s:8:"function";s:6:"exists";s:5:"class";s:12:"yii\db\Query";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:65;s:8:"function";s:8:"generate";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7554832;}i:71;a:6:{i:0;s:118:"UPDATE `cx_user_token` SET `is_delete`=1 WHERE (`is_delete`=0) AND (`user_id`='67') AND (`cx_mch_id`=0) AND (`type`=3)";i:1;i:80;i:2;s:23:"yii\db\Command::execute";i:3;d:1698313997.735026;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:273;s:8:"function";s:9:"updateAll";s:5:"class";s:19:"yii\db\ActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:77;s:8:"function";s:7:"destory";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7558848;}i:72;a:6:{i:0;s:118:"UPDATE `cx_user_token` SET `is_delete`=1 WHERE (`is_delete`=0) AND (`user_id`='67') AND (`cx_mch_id`=0) AND (`type`=3)";i:1;i:96;i:2;s:23:"yii\db\Command::execute";i:3;d:1698313997.73637;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:273;s:8:"function";s:9:"updateAll";s:5:"class";s:19:"yii\db\ActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:77;s:8:"function";s:7:"destory";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7560952;}i:74;a:6:{i:0;s:189:"INSERT INTO `cx_user_token` (`cx_mch_id`, `type`, `token`, `user_id`, `expire_time`, `status`, `is_delete`, `created_at`) VALUES (0, 3, 'vJpyW8W1kvJTe6', '67', 1700905997, 0, 0, 1698313997)";i:1;i:80;i:2;s:23:"yii\db\Command::execute";i:3;d:1698313997.737667;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:157;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:78;s:8:"function";s:13:"saveUserToken";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7670808;}i:75;a:6:{i:0;s:189:"INSERT INTO `cx_user_token` (`cx_mch_id`, `type`, `token`, `user_id`, `expire_time`, `status`, `is_delete`, `created_at`) VALUES (0, 3, 'vJpyW8W1kvJTe6', '67', 1700905997, 0, 0, 1698313997)";i:1;i:96;i:2;s:23:"yii\db\Command::execute";i:3;d:1698313997.737999;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:157;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:78;s:8:"function";s:13:"saveUserToken";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7672864;}i:78;a:6:{i:0;s:42:"SHOW FULL COLUMNS FROM `cx_user_login_log`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698313997.775173;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:82;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7704328;}i:79;a:6:{i:0;s:42:"SHOW FULL COLUMNS FROM `cx_user_login_log`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698313997.782419;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:82;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7716536;}i:81;a:6:{i:0;s:790:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user_login_log' AND `kcu`.`TABLE_NAME` = 'cx_user_login_log'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698313997.782782;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:82;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7719560;}i:82;a:6:{i:0;s:790:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user_login_log' AND `kcu`.`TABLE_NAME` = 'cx_user_login_log'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698313997.783369;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:82;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7722696;}i:84;a:6:{i:0;s:177:"INSERT INTO `cx_user_login_log` (`cx_mch_id`, `user_id`, `is_delete`, `ipv4`, `is_pass`, `err_msg`, `created_at`) VALUES (0, '67', 0, '127.0.0.1', 1, '登录成功', 1698313997)";i:1;i:80;i:2;s:23:"yii\db\Command::execute";i:3;d:1698313997.784647;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:88;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7743712;}i:85;a:6:{i:0;s:177:"INSERT INTO `cx_user_login_log` (`cx_mch_id`, `user_id`, `is_delete`, `ipv4`, `is_pass`, `err_msg`, `created_at`) VALUES (0, '67', 0, '127.0.0.1', 1, '登录成功', 1698313997)";i:1;i:96;i:2;s:23:"yii\db\Command::execute";i:3;d:1698313997.806192;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:88;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7745824;}i:87;a:6:{i:0;s:114:"SELECT * FROM `cx_user_oauth` WHERE ((`type`='wxmp') AND (`is_delete`=0) AND (`cx_mch_id`=0)) AND (`user_id`='67')";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698313997.809357;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:432;s:8:"function";s:5:"__get";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:92;s:8:"function";s:9:"bindQuery";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:80;s:8:"function";s:5:"login";s:5:"class";s:32:"app\modules\api\models\LoginForm";s:4:"type";s:2:"->";}}i:5;i:7814240;}i:88;a:6:{i:0;s:114:"SELECT * FROM `cx_user_oauth` WHERE ((`type`='wxmp') AND (`is_delete`=0) AND (`cx_mch_id`=0)) AND (`user_id`='67')";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698313997.810191;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:432;s:8:"function";s:5:"__get";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:92;s:8:"function";s:9:"bindQuery";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:80;s:8:"function";s:5:"login";s:5:"class";s:32:"app\modules\api\models\LoginForm";s:4:"type";s:2:"->";}}i:5;i:7816992;}i:90;a:6:{i:0;s:35:"SHOW FULL COLUMNS FROM `cx_api_log`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698313997.811339;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7850856;}i:91;a:6:{i:0;s:35:"SHOW FULL COLUMNS FROM `cx_api_log`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698313997.812807;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7873816;}i:93;a:6:{i:0;s:776:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_api_log' AND `kcu`.`TABLE_NAME` = 'cx_api_log'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698313997.813358;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7871264;}i:94;a:6:{i:0;s:776:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_api_log' AND `kcu`.`TABLE_NAME` = 'cx_api_log'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698313997.813907;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7874400;}i:96;a:6:{i:0;s:655:"INSERT INTO `cx_api_log` (`cx_mch_id`, `user_id`, `route`, `module_id`, `controller_id`, `action_id`, `url`, `method`, `method_param`, `ipv4`, `is_pass`, `request_date`, `request_time`, `response_time`, `process_consume_time`, `is_delete`, `created_at`) VALUES (0, '67', 'api/user/modify-user', 'api', 'user', 'modify-user', '/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124', 'POST', '{\"real_name\":\"王五\",\"gender\":\"1\",\"is_view\":\"42.5\",\"mobile_phone\":\"18222222223\"}', '127.0.0.1', 1, '2023-10-26', 1698313996793, 1698313997814, 1021, 0, 1698313997)";i:1;i:80;i:2;s:23:"yii\db\Command::execute";i:3;d:1698313997.815418;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:125;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7896296;}i:97;a:6:{i:0;s:655:"INSERT INTO `cx_api_log` (`cx_mch_id`, `user_id`, `route`, `module_id`, `controller_id`, `action_id`, `url`, `method`, `method_param`, `ipv4`, `is_pass`, `request_date`, `request_time`, `response_time`, `process_consume_time`, `is_delete`, `created_at`) VALUES (0, '67', 'api/user/modify-user', 'api', 'user', 'modify-user', '/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124', 'POST', '{\"real_name\":\"王五\",\"gender\":\"1\",\"is_view\":\"42.5\",\"mobile_phone\":\"18222222223\"}', '127.0.0.1', 1, '2023-10-26', 1698313996793, 1698313997814, 1021, 0, 1698313997)";i:1;i:96;i:2;s:23:"yii\db\Command::execute";i:3;d:1698313997.844187;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:125;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7898952;}}}";s:5:"event";s:9738:"a:55:{i:0;a:5:{s:4:"time";d:1698313996.781599;s:4:"name";s:9:"afterOpen";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:20:"yii\redis\Connection";}i:1;a:5:{s:4:"time";d:1698313996.787214;s:4:"name";s:13:"beforeRequest";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:19:"yii\web\Application";}i:2;a:5:{s:4:"time";d:1698313996.809193;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:3;a:5:{s:4:"time";d:1698313996.818104;s:4:"name";s:9:"afterOpen";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:17:"yii\db\Connection";}i:4;a:5:{s:4:"time";d:1698313996.829218;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:27:"app\models\wechat\WechatApp";}i:5;a:5:{s:4:"time";d:1698313996.829289;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:27:"app\models\wechat\WechatApp";}i:6;a:5:{s:4:"time";d:1698313996.846284;s:4:"name";s:12:"beforeAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:19:"yii\web\Application";}i:7;a:5:{s:4:"time";d:1698313996.846299;s:4:"name";s:12:"beforeAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:22:"app\modules\api\Module";}i:8;a:5:{s:4:"time";d:1698313996.852676;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:9;a:5:{s:4:"time";d:1698313996.855881;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:20:"app\models\UserToken";}i:10;a:5:{s:4:"time";d:1698313996.857772;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:20:"app\models\UserToken";}i:11;a:5:{s:4:"time";d:1698313996.857837;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:12;a:5:{s:4:"time";d:1698313996.861267;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:15:"app\models\User";}i:13;a:5:{s:4:"time";d:1698313996.861337;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:15:"app\models\User";}i:14;a:5:{s:4:"time";d:1698313996.861994;s:4:"name";s:11:"beforeLogin";s:5:"class";s:17:"yii\web\UserEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:12:"yii\web\User";}i:15;a:5:{s:4:"time";d:1698313996.868626;s:4:"name";s:10:"afterLogin";s:5:"class";s:17:"yii\web\UserEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:12:"yii\web\User";}i:16;a:5:{s:4:"time";d:1698313996.868643;s:4:"name";s:12:"beforeAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:42:"app\modules\api\controllers\UserController";}i:17;a:5:{s:4:"time";d:1698313996.872313;s:4:"name";s:14:"beforeValidate";s:5:"class";s:19:"yii\base\ModelEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:37:"app\modules\api\models\UserModifyForm";}i:18;a:5:{s:4:"time";d:1698313996.87241;s:4:"name";s:13:"afterValidate";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:37:"app\modules\api\models\UserModifyForm";}i:19;a:5:{s:4:"time";d:1698313996.87322;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:20;a:5:{s:4:"time";d:1698313996.874171;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:15:"app\models\User";}i:21;a:5:{s:4:"time";d:1698313996.874244;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:15:"app\models\User";}i:22;a:5:{s:4:"time";d:1698313996.874269;s:4:"name";s:14:"beforeValidate";s:5:"class";s:19:"yii\base\ModelEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:32:"app\modules\api\models\LoginForm";}i:23;a:5:{s:4:"time";d:1698313996.876792;s:4:"name";s:13:"afterValidate";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:32:"app\modules\api\models\LoginForm";}i:24;a:5:{s:4:"time";d:1698313996.877383;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:25;a:5:{s:4:"time";d:1698313996.878634;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:15:"app\models\User";}i:26;a:5:{s:4:"time";d:1698313996.878706;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:15:"app\models\User";}i:27;a:5:{s:4:"time";d:1698313997.729812;s:4:"name";s:11:"beforeLogin";s:5:"class";s:17:"yii\web\UserEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:12:"yii\web\User";}i:28;a:5:{s:4:"time";d:1698313997.730266;s:4:"name";s:10:"afterLogin";s:5:"class";s:17:"yii\web\UserEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:12:"yii\web\User";}i:29;a:5:{s:4:"time";d:1698313997.731273;s:4:"name";s:16:"beginTransaction";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:17:"yii\db\Connection";}i:30;a:5:{s:4:"time";d:1698313997.734051;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:31;a:5:{s:4:"time";d:1698313997.736407;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:20:"app\models\UserToken";}i:32;a:5:{s:4:"time";d:1698313997.736472;s:4:"name";s:14:"beforeValidate";s:5:"class";s:19:"yii\base\ModelEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:20:"app\models\UserToken";}i:33;a:5:{s:4:"time";d:1698313997.736671;s:4:"name";s:13:"afterValidate";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:20:"app\models\UserToken";}i:34;a:5:{s:4:"time";d:1698313997.73669;s:4:"name";s:12:"beforeInsert";s:5:"class";s:19:"yii\base\ModelEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:20:"app\models\UserToken";}i:35;a:5:{s:4:"time";d:1698313997.738541;s:4:"name";s:11:"afterInsert";s:5:"class";s:21:"yii\db\AfterSaveEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:20:"app\models\UserToken";}i:36;a:5:{s:4:"time";d:1698313997.774076;s:4:"name";s:17:"commitTransaction";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:17:"yii\db\Connection";}i:37;a:5:{s:4:"time";d:1698313997.775061;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:27:"app\models\log\UserLoginLog";}i:38;a:5:{s:4:"time";d:1698313997.784224;s:4:"name";s:14:"beforeValidate";s:5:"class";s:19:"yii\base\ModelEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:27:"app\models\log\UserLoginLog";}i:39;a:5:{s:4:"time";d:1698313997.784474;s:4:"name";s:13:"afterValidate";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:27:"app\models\log\UserLoginLog";}i:40;a:5:{s:4:"time";d:1698313997.784491;s:4:"name";s:12:"beforeInsert";s:5:"class";s:19:"yii\base\ModelEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:27:"app\models\log\UserLoginLog";}i:41;a:5:{s:4:"time";d:1698313997.806308;s:4:"name";s:11:"afterInsert";s:5:"class";s:21:"yii\db\AfterSaveEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:27:"app\models\log\UserLoginLog";}i:42;a:5:{s:4:"time";d:1698313997.807134;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:43;a:5:{s:4:"time";d:1698313997.811235;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"app\models\log\ApiLog";}i:44;a:5:{s:4:"time";d:1698313997.814134;s:4:"name";s:14:"beforeValidate";s:5:"class";s:19:"yii\base\ModelEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"app\models\log\ApiLog";}i:45;a:5:{s:4:"time";d:1698313997.81516;s:4:"name";s:13:"afterValidate";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"app\models\log\ApiLog";}i:46;a:5:{s:4:"time";d:1698313997.815179;s:4:"name";s:12:"beforeInsert";s:5:"class";s:19:"yii\base\ModelEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"app\models\log\ApiLog";}i:47;a:5:{s:4:"time";d:1698313997.84432;s:4:"name";s:11:"afterInsert";s:5:"class";s:21:"yii\db\AfterSaveEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"app\models\log\ApiLog";}i:48;a:5:{s:4:"time";d:1698313997.844367;s:4:"name";s:11:"afterAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:42:"app\modules\api\controllers\UserController";}i:49;a:5:{s:4:"time";d:1698313997.844381;s:4:"name";s:11:"afterAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:22:"app\modules\api\Module";}i:50;a:5:{s:4:"time";d:1698313997.84439;s:4:"name";s:11:"afterAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:19:"yii\web\Application";}i:51;a:5:{s:4:"time";d:1698313997.844405;s:4:"name";s:12:"afterRequest";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:19:"yii\web\Application";}i:52;a:5:{s:4:"time";d:1698313997.844416;s:4:"name";s:10:"beforeSend";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:16:"yii\web\Response";}i:53;a:5:{s:4:"time";d:1698313997.848496;s:4:"name";s:12:"afterPrepare";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:16:"yii\web\Response";}i:54;a:5:{s:4:"time";d:1698313997.848573;s:4:"name";s:9:"afterSend";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:16:"yii\web\Response";}}";s:4:"mail";s:6:"a:0:{}";s:8:"timeline";s:91:"a:3:{s:5:"start";d:1698313996.717801;s:3:"end";d:1698313997.851973;s:6:"memory";i:8533176;}";s:4:"dump";s:6:"a:0:{}";s:6:"router";s:1693:"a:3:{s:8:"messages";a:8:{i:10;a:6:{i:0;a:3:{s:4:"rule";s:3:"gii";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698313996.787964;i:4;a:0:{}i:5;i:4623120;}i:11;a:6:{i:0;a:3:{s:4:"rule";s:12:"gii/";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698313996.787979;i:4;a:0:{}i:5;i:4623872;}i:12;a:6:{i:0;a:3:{s:4:"rule";s:41:"gii//";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698313996.787988;i:4;a:0:{}i:5;i:4624624;}i:13;a:6:{i:0;a:3:{s:4:"rule";s:5:"debug";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698313996.787996;i:4;a:0:{}i:5;i:4625376;}i:14;a:6:{i:0;a:3:{s:4:"rule";s:43:"debug//";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698313996.788004;i:4;a:0:{}i:5;i:4626128;}i:15;a:6:{i:0;a:3:{s:4:"rule";s:38:"//";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698313996.788012;i:4;a:0:{}i:5;i:4626880;}i:16;a:6:{i:0;a:3:{s:4:"rule";s:29:"/";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698313996.78802;i:4;a:0:{}i:5;i:4627632;}i:17;a:6:{i:0;s:55:"No matching URL rules. Using default URL parsing logic.";i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698313996.788026;i:4;a:0:{}i:5;i:4628648;}}s:5:"route";s:20:"api/user/modify-user";s:6:"action";s:62:"app\modules\api\controllers\UserController::actionModifyUser()";}";s:7:"request";s:5298:"a:15:{s:7:"flashes";a:0:{}s:10:"statusCode";i:200;s:14:"requestHeaders";a:9:{s:14:"content-length";s:3:"508";s:12:"content-type";s:80:"multipart/form-data; boundary=--------------------------080573029787543241242415";s:4:"host";s:10:"cxfoot.com";s:6:"cookie";s:148:"_csrf=317e937335ba6bb699868b73498ee37183a503dc2fca0ee796ca8371ee1829d7a:2:%7Bi:0;s:5:%22_csrf%22;i:1;s:32:%22pneX3deRe-bJqFzSntuYFe-yj0R5Ienl%22;%7D";s:10:"connection";s:5:"close";s:15:"accept-encoding";s:17:"gzip, deflate, br";s:6:"accept";s:3:"*/*";s:13:"cache-control";s:8:"no-cache";s:10:"user-agent";s:35:"PostmanRuntime-ApipostRuntime/1.1.0";}s:15:"responseHeaders";a:6:{s:12:"X-Powered-By";s:9:"PHP/7.3.4";s:12:"Content-Type";s:31:"application/json; charset=UTF-8";s:11:"X-Debug-Tag";s:13:"653a370cbda1e";s:16:"X-Debug-Duration";s:5:"1,132";s:12:"X-Debug-Link";s:37:"/debug/default/view?tag=653a370cbda1e";s:10:"Set-Cookie";s:204:"_csrf=e24a8a5d4e78deb59e01f6ef3eb48611eca7f2380fe4137d4131f9ee4965efc5a%3A2%3A%7Bi%3A0%3Bs%3A5%3A%22_csrf%22%3Bi%3A1%3Bs%3A32%3A%22lu637owO8-SkpJAFPBe24WaZPmhevi25%22%3B%7D; path=/; HttpOnly; SameSite=Lax";}s:5:"route";s:20:"api/user/modify-user";s:6:"action";s:62:"app\modules\api\controllers\UserController::actionModifyUser()";s:12:"actionParams";a:0:{}s:7:"general";a:5:{s:6:"method";s:4:"POST";s:6:"isAjax";b:0;s:6:"isPjax";b:0;s:7:"isFlash";b:0;s:18:"isSecureConnection";b:0;}s:11:"requestBody";a:0:{}s:6:"SERVER";a:43:{s:4:"PATH";s:954:"C:\imagemagick;C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\intel64_win\compiler;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;E:\anzhuang\QTSystem\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;D:\Git\cmd;D:\svn\bin;C:\Users\Administrator\AppData\Local\Programs\Python\Python311;C:\Users\Administrator\AppData\Local\Programs\Python\Python311\Scripts;D:\Xftp 7\;D:\微信web开发者工具\dll;C:\Users\Administrator\AppData\Local\Microsoft\WindowsApps;;D:\PhpStorm 2021.2.1\bin;;D:\Microsoft VS Code\bin;D:\phpstudy_pro\Extensions\php\php7.4.3nts;C:\Users\Administrator\AppData\Local\ComposerSetup\bin;C:\Users\Administrator\AppData\Roaming\Composer\vendor\bin";s:10:"SYSTEMROOT";s:10:"C:\WINDOWS";s:7:"COMSPEC";s:27:"C:\WINDOWS\system32\cmd.exe";s:7:"PATHEXT";s:53:".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC";s:6:"WINDIR";s:10:"C:\WINDOWS";s:5:"PHPRC";s:42:"D:/phpstudy_pro/Extensions/php/php7.3.4nts";s:21:"_FCGI_SHUTDOWN_EVENT_";s:4:"9184";s:11:"SCRIPT_NAME";s:10:"/index.php";s:11:"REQUEST_URI";s:137:"/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:12:"QUERY_STRING";s:115:"access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:14:"REQUEST_METHOD";s:4:"POST";s:15:"SERVER_PROTOCOL";s:8:"HTTP/1.1";s:17:"GATEWAY_INTERFACE";s:7:"CGI/1.1";s:21:"REDIRECT_QUERY_STRING";s:115:"access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:12:"REDIRECT_URL";s:21:"/api/user/modify-user";s:11:"REMOTE_PORT";s:5:"49672";s:15:"SCRIPT_FILENAME";s:40:"D:/phpstudy_pro/WWW/cxfoot/web/index.php";s:12:"SERVER_ADMIN";s:17:"admin@example.com";s:21:"CONTEXT_DOCUMENT_ROOT";s:30:"D:/phpstudy_pro/WWW/cxfoot/web";s:14:"CONTEXT_PREFIX";s:0:"";s:14:"REQUEST_SCHEME";s:4:"http";s:13:"DOCUMENT_ROOT";s:30:"D:/phpstudy_pro/WWW/cxfoot/web";s:11:"REMOTE_ADDR";s:9:"127.0.0.1";s:11:"SERVER_PORT";s:2:"80";s:11:"SERVER_ADDR";s:9:"127.0.0.1";s:11:"SERVER_NAME";s:10:"cxfoot.com";s:15:"SERVER_SOFTWARE";s:73:"Apache/2.4.39 (Win64) OpenSSL/1.1.1b mod_fcgid/2.3.9a mod_log_rotate/1.02";s:16:"SERVER_SIGNATURE";s:0:"";s:10:"SystemRoot";s:10:"C:\WINDOWS";s:14:"CONTENT_LENGTH";s:3:"508";s:12:"CONTENT_TYPE";s:80:"multipart/form-data; boundary=--------------------------080573029787543241242415";s:9:"HTTP_HOST";s:10:"cxfoot.com";s:11:"HTTP_COOKIE";s:148:"_csrf=317e937335ba6bb699868b73498ee37183a503dc2fca0ee796ca8371ee1829d7a:2:%7Bi:0;s:5:%22_csrf%22;i:1;s:32:%22pneX3deRe-bJqFzSntuYFe-yj0R5Ienl%22;%7D";s:15:"HTTP_CONNECTION";s:5:"close";s:20:"HTTP_ACCEPT_ENCODING";s:17:"gzip, deflate, br";s:11:"HTTP_ACCEPT";s:3:"*/*";s:18:"HTTP_CACHE_CONTROL";s:8:"no-cache";s:15:"HTTP_USER_AGENT";s:35:"PostmanRuntime-ApipostRuntime/1.1.0";s:15:"REDIRECT_STATUS";s:3:"200";s:9:"FCGI_ROLE";s:9:"RESPONDER";s:8:"PHP_SELF";s:10:"/index.php";s:18:"REQUEST_TIME_FLOAT";d:1698313996.684012;s:12:"REQUEST_TIME";i:1698313996;}s:3:"GET";a:2:{s:12:"access_token";s:60:"bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0=";s:6:"X-Csrf";s:32:"ag7x1Afy1r0q8j4y05vk3s4118hx7124";}s:4:"POST";a:4:{s:9:"real_name";s:6:"王五";s:6:"gender";s:1:"1";s:7:"is_view";s:4:"42.5";s:12:"mobile_phone";s:11:"18222222223";}s:6:"COOKIE";a:5:{s:5:"_csrf";s:72:"317e937335ba6bb699868b73498ee37183a503dc2fca0ee796ca8371ee1829d7a:2:{i:0";s:11:"s:5:"_csrf"";s:0:"";s:3:"i:1";s:0:"";s:39:"s:32:"pneX3deRe-bJqFzSntuYFe-yj0R5Ienl"";s:0:"";s:1:"}";s:0:"";}s:5:"FILES";a:0:{}s:7:"SESSION";a:0:{}}";s:4:"user";s:2943:"a:5:{s:2:"id";s:2:"67";s:8:"identity";a:26:{s:2:"id";s:4:"'67'";s:9:"cx_mch_id";s:3:"'0'";s:8:"username";s:8:"'U1aGfa'";s:8:"password";s:62:"'$2y$13$Mjzs72qrxC6HFjjLhrIWGuBVI/YoTM9IPVPDKkjTnu6TQW4136qfW'";s:8:"auth_key";s:34:"'8ORFTHONdVxE30rz0UMIt_p3tkzj839S'";s:12:"access_token";s:34:"'pHFaguuSu7yQ6Ih9M2vRtp4n-h04ElJ1'";s:8:"nickname";s:8:"'王五'";s:10:"avatar_url";s:28:"'/statics/images/avatar.jpg'";s:12:"mobile_phone";s:13:"'18222222223'";s:13:"mobile_prefix";s:4:"'86'";s:5:"email";s:2:"''";s:9:"real_name";s:8:"'王五'";s:4:"desc";s:2:"''";s:6:"gender";s:1:"1";s:8:"birthday";s:4:"null";s:6:"status";s:1:"0";s:9:"parent_id";s:3:"'0'";s:12:"is_modify_un";s:1:"0";s:9:"is_delete";s:1:"0";s:10:"country_id";s:1:"0";s:7:"city_id";s:1:"0";s:10:"created_at";s:10:"1698311382";s:10:"updated_at";s:10:"1698311382";s:4:"type";s:1:"0";s:8:"store_id";s:1:"0";s:7:"is_view";s:6:"'42.5'";}s:10:"attributes";a:26:{i:0;a:2:{s:9:"attribute";s:2:"id";s:5:"label";s:2:"ID";}i:1;a:2:{s:9:"attribute";s:9:"cx_mch_id";s:5:"label";s:14:"平台商户ID";}i:2;a:2:{s:9:"attribute";s:8:"username";s:5:"label";s:9:"用户名";}i:3;a:2:{s:9:"attribute";s:8:"password";s:5:"label";s:6:"密码";}i:4;a:2:{s:9:"attribute";s:8:"auth_key";s:5:"label";s:8:"AUTH_KEY";}i:5;a:2:{s:9:"attribute";s:12:"access_token";s:5:"label";s:12:"ACCESS_TOKEN";}i:6;a:2:{s:9:"attribute";s:8:"nickname";s:5:"label";s:6:"昵称";}i:7;a:2:{s:9:"attribute";s:10:"avatar_url";s:5:"label";s:6:"头像";}i:8;a:2:{s:9:"attribute";s:12:"mobile_phone";s:5:"label";s:9:"手机号";}i:9;a:2:{s:9:"attribute";s:13:"mobile_prefix";s:5:"label";s:21:"手机号国家代码";}i:10;a:2:{s:9:"attribute";s:5:"email";s:5:"label";s:6:"邮箱";}i:11;a:2:{s:9:"attribute";s:9:"real_name";s:5:"label";s:12:"真实姓名";}i:12;a:2:{s:9:"attribute";s:4:"desc";s:5:"label";s:12:"个性签名";}i:13;a:2:{s:9:"attribute";s:6:"gender";s:5:"label";s:33:"性别,0=女,1=男,2=保密";}i:14;a:2:{s:9:"attribute";s:8:"birthday";s:5:"label";s:6:"生日";}i:15;a:2:{s:9:"attribute";s:6:"status";s:5:"label";s:50:"状态,0=正常,1=封禁,2=挂起,3=注销";}i:16;a:2:{s:9:"attribute";s:9:"parent_id";s:5:"label";s:9:"PARENT_ID";}i:17;a:2:{s:9:"attribute";s:12:"is_modify_un";s:5:"label";s:43:"用户名是否可以修改,0=否,1=是";}i:18;a:2:{s:9:"attribute";s:9:"is_delete";s:5:"label";s:28:"是否删除,0=否,1=是";}i:19;a:2:{s:9:"attribute";s:10:"country_id";s:5:"label";s:8:"国家ID";}i:20;a:2:{s:9:"attribute";s:7:"city_id";s:5:"label";s:8:"城市ID";}i:21;a:2:{s:9:"attribute";s:10:"created_at";s:5:"label";s:12:"添加时间";}i:22;a:2:{s:9:"attribute";s:10:"updated_at";s:5:"label";s:12:"更新时间";}i:23;a:2:{s:9:"attribute";s:4:"type";s:5:"label";s:28:"0=普通用户,1=管理员";}i:24;a:2:{s:9:"attribute";s:8:"store_id";s:5:"label";s:8:"Store Id";}i:25;a:2:{s:9:"attribute";s:7:"is_view";s:5:"label";s:6:"鞋码";}}s:13:"rolesProvider";N;s:19:"permissionsProvider";N;}";s:5:"asset";s:6:"a:0:{}";s:7:"summary";a:12:{s:3:"tag";s:13:"653a370cbda1e";s:3:"url";s:154:"http://cxfoot.com/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:4:"ajax";i:0;s:6:"method";s:4:"POST";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698313996.684012;s:10:"statusCode";i:200;s:8:"sqlCount";i:21;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:8533176;s:14:"processingTime";d:1.133692979812622;}s:10:"exceptions";a:0:{}} \ No newline at end of file diff --git a/runtime/debug/653a371ca3511.data b/runtime/debug/653a371ca3511.data new file mode 100644 index 0000000..7945145 --- /dev/null +++ b/runtime/debug/653a371ca3511.data @@ -0,0 +1,281 @@ +a:14:{s:6:"config";s:1870:"a:5:{s:10:"phpVersion";s:5:"7.3.4";s:10:"yiiVersion";s:6:"2.0.46";s:11:"application";a:8:{s:3:"yii";s:6:"2.0.46";s:4:"name";s:14:"My Application";s:7:"version";s:3:"1.0";s:8:"language";s:5:"zh-CN";s:14:"sourceLanguage";s:5:"en-US";s:7:"charset";s:5:"UTF-8";s:3:"env";s:3:"dev";s:5:"debug";b:1;}s:3:"php";a:5:{s:7:"version";s:5:"7.3.4";s:6:"xdebug";b:0;s:3:"apc";b:0;s:8:"memcache";b:0;s:9:"memcached";b:0;}s:10:"extensions";a:7:{s:18:"yiisoft/yii2-faker";a:3:{s:4:"name";s:18:"yiisoft/yii2-faker";s:7:"version";s:7:"2.0.5.0";s:5:"alias";a:1:{s:10:"@yii/faker";s:56:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-faker/src";}}s:24:"yiisoft/yii2-swiftmailer";a:3:{s:4:"name";s:24:"yiisoft/yii2-swiftmailer";s:7:"version";s:7:"2.1.3.0";s:5:"alias";a:1:{s:16:"@yii/swiftmailer";s:62:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-swiftmailer/src";}}s:22:"yiisoft/yii2-bootstrap";a:3:{s:4:"name";s:22:"yiisoft/yii2-bootstrap";s:7:"version";s:8:"2.0.11.0";s:5:"alias";a:1:{s:14:"@yii/bootstrap";s:60:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-bootstrap/src";}}s:16:"yiisoft/yii2-gii";a:3:{s:4:"name";s:16:"yiisoft/yii2-gii";s:7:"version";s:7:"2.1.4.0";s:5:"alias";a:1:{s:8:"@yii/gii";s:54:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-gii/src";}}s:18:"yiisoft/yii2-redis";a:3:{s:4:"name";s:18:"yiisoft/yii2-redis";s:7:"version";s:8:"2.0.18.0";s:5:"alias";a:1:{s:10:"@yii/redis";s:56:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-redis/src";}}s:18:"yiisoft/yii2-debug";a:3:{s:4:"name";s:18:"yiisoft/yii2-debug";s:7:"version";s:8:"2.1.21.0";s:5:"alias";a:1:{s:10:"@yii/debug";s:56:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-debug/src";}}s:24:"jianyan74/yii2-websocket";a:3:{s:4:"name";s:24:"jianyan74/yii2-websocket";s:7:"version";s:7:"1.1.1.0";s:5:"alias";a:1:{s:18:"@jianyan/websocket";s:62:"D:\phpstudy_pro\WWW\cxfoot\vendor/jianyan74/yii2-websocket/src";}}}}";s:3:"log";s:22951:"a:1:{s:8:"messages";a:40:{i:0;a:6:{i:0;s:33:"Bootstrap with yii\log\Dispatcher";i:1;i:8;i:2;s:31:"yii\base\Application::bootstrap";i:3;d:1698314012.645627;i:4;a:0:{}i:5;i:2497176;}i:1;a:6:{i:0;s:21:"Loading module: debug";i:1;i:8;i:2;s:26:"yii\base\Module::getModule";i:3;d:1698314012.645649;i:4;a:0:{}i:5;i:2498352;}i:2;a:6:{i:0;s:44:"Bootstrap with yii\debug\Module::bootstrap()";i:1;i:8;i:2;s:31:"yii\base\Application::bootstrap";i:3;d:1698314012.668202;i:4;a:0:{}i:5;i:4073584;}i:3;a:6:{i:0;s:61:"Opening redis DB connection: tcp://127.0.0.1:6379, database=0";i:1;i:8;i:2;s:26:"yii\redis\Connection::open";i:3;d:1698314012.671254;i:4;a:0:{}i:5;i:4290032;}i:4;a:6:{i:0;s:31:"Executing Redis Command: SELECT";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698314012.671881;i:4;a:0:{}i:5;i:4292240;}i:5;a:6:{i:0;s:28:"Executing Redis Command: GET";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698314012.672136;i:4;a:0:{}i:5;i:4300424;}i:6;a:6:{i:0;s:28:"Executing Redis Command: GET";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698314012.674218;i:4;a:0:{}i:5;i:4372704;}i:7;a:6:{i:0;s:19:"Loading module: gii";i:1;i:8;i:2;s:26:"yii\base\Module::getModule";i:3;d:1698314012.674505;i:4;a:0:{}i:5;i:4373048;}i:8;a:6:{i:0;s:42:"Bootstrap with yii\gii\Module::bootstrap()";i:1;i:8;i:2;s:31:"yii\base\Application::bootstrap";i:3;d:1698314012.675178;i:4;a:0:{}i:5;i:4397072;}i:9;a:6:{i:0;s:28:"Executing Redis Command: GET";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698314012.675222;i:4;a:0:{}i:5;i:4403464;}i:18;a:6:{i:0;s:39:"Route requested: 'api/user/modify-user'";i:1;i:8;i:2;s:34:"yii\web\Application::handleRequest";i:3;d:1698314012.677806;i:4;a:0:{}i:5;i:4628712;}i:19;a:6:{i:0;s:19:"Loading module: api";i:1;i:8;i:2;s:26:"yii\base\Module::getModule";i:3;d:1698314012.677818;i:4;a:0:{}i:5;i:4630344;}i:20;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_wechat_app`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698314012.698396;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6055432;}i:21;a:6:{i:0;s:57:"Opening DB connection: mysql:host=127.0.0.1;dbname=cxfoot";i:1;i:4;i:2;s:23:"yii\db\Connection::open";i:3;d:1698314012.698465;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6057864;}i:26;a:6:{i:0;s:782:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_wechat_app' AND `kcu`.`TABLE_NAME` = 'cx_wechat_app'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698314012.702779;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6144176;}i:29;a:6:{i:0;s:71:"SELECT * FROM `cx_wechat_app` WHERE (`cx_mch_id`=0) AND (`is_delete`=0)";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698314012.708341;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6480744;}i:32;a:6:{i:0;s:34:"Route to run: api/user/modify-user";i:1;i:8;i:2;s:30:"yii\base\Controller::runAction";i:3;d:1698314012.717581;i:4;a:0:{}i:5;i:6709728;}i:33;a:6:{i:0;s:119:"SELECT * FROM `cx_user_token` WHERE ((`is_delete`=0) AND (`token`='SF5fP6gUUrct1a') AND (`cx_mch_id`=0)) AND (`type`=3)";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698314012.723997;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6986272;}i:36;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_user_token`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698314012.724816;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6994528;}i:39;a:6:{i:0;s:782:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user_token' AND `kcu`.`TABLE_NAME` = 'cx_user_token'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698314012.725864;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7008376;}i:42;a:6:{i:0;s:32:"SHOW FULL COLUMNS FROM `cx_user`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698314012.726535;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7012256;}i:45;a:6:{i:0;s:770:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user' AND `kcu`.`TABLE_NAME` = 'cx_user'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698314012.72813;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7034352;}i:48;a:6:{i:0;s:78:"SELECT * FROM `cx_user` WHERE (`id`='65') AND (`is_delete`=0) AND (`status`=0)";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698314012.728806;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7042336;}i:51;a:6:{i:0;s:56:"User '65' logged in from 127.0.0.1. Session not enabled.";i:1;i:4;i:2;s:19:"yii\web\User::login";i:3;d:1698314012.734541;i:4;a:2:{i:0;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7282288;}i:52;a:6:{i:0;s:78:"Running action: app\modules\api\controllers\UserController::actionModifyUser()";i:1;i:8;i:2;s:36:"yii\base\InlineAction::runWithParams";i:3;d:1698314012.734602;i:4;a:0:{}i:5;i:7280040;}i:53;a:6:{i:0;s:58:"SELECT * FROM `cx_user` WHERE `mobile_phone`='18222222224'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698314012.73778;i:4;a:2:{i:0;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:73;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7392520;}i:56;a:6:{i:0;s:17:"Begin transaction";i:1;i:8;i:2;s:25:"yii\db\Transaction::begin";i:3;d:1698314012.739145;i:4;a:2:{i:0;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:83;s:8:"function";s:16:"beginTransaction";s:5:"class";s:17:"yii\db\Connection";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7414992;}i:57;a:6:{i:0;s:37:"Executing Redis Command: CLUSTER INFO";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698314012.740005;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\components\FlashStorage.php";s:4:"line";i:67;s:8:"function";s:3:"get";s:5:"class";s:17:"yii\caching\Cache";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:356;s:8:"function";s:8:"getCache";s:5:"class";s:27:"app\components\FlashStorage";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:86;s:8:"function";s:16:"generateUsername";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7436640;}i:58;a:6:{i:0;s:28:"Executing Redis Command: GET";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698314012.74098;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\components\FlashStorage.php";s:4:"line";i:67;s:8:"function";s:3:"get";s:5:"class";s:17:"yii\caching\Cache";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:356;s:8:"function";s:8:"getCache";s:5:"class";s:27:"app\components\FlashStorage";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:86;s:8:"function";s:16:"generateUsername";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7443664;}i:59;a:6:{i:0;s:28:"Executing Redis Command: SET";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698314012.741159;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\components\FlashStorage.php";s:4:"line";i:47;s:8:"function";s:3:"set";s:5:"class";s:17:"yii\caching\Cache";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:362;s:8:"function";s:8:"setCache";s:5:"class";s:27:"app\components\FlashStorage";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:86;s:8:"function";s:16:"generateUsername";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7445920;}i:60;a:6:{i:0;s:28:"Executing Redis Command: GET";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698314012.741316;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\components\FlashStorage.php";s:4:"line";i:67;s:8:"function";s:3:"get";s:5:"class";s:17:"yii\caching\Cache";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:409;s:8:"function";s:8:"getCache";s:5:"class";s:27:"app\components\FlashStorage";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:365;s:8:"function";s:9:"_generate";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7448624;}i:61;a:6:{i:0;s:28:"Executing Redis Command: SET";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698314012.741494;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\components\FlashStorage.php";s:4:"line";i:47;s:8:"function";s:3:"set";s:5:"class";s:17:"yii\caching\Cache";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:414;s:8:"function";s:8:"setCache";s:5:"class";s:27:"app\components\FlashStorage";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:365;s:8:"function";s:9:"_generate";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7450880;}i:62;a:6:{i:0;s:64:"SELECT EXISTS(SELECT * FROM `cx_user` WHERE `username`='U5s1ph')";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698314012.741776;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:366;s:8:"function";s:6:"exists";s:5:"class";s:12:"yii\db\Query";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:86;s:8:"function";s:16:"generateUsername";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7454352;}i:65;a:6:{i:0;s:28:"Executing Redis Command: DEL";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698314012.742215;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\components\FlashStorage.php";s:4:"line";i:57;s:8:"function";s:6:"delete";s:5:"class";s:17:"yii\caching\Cache";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:368;s:8:"function";s:11:"deleteCache";s:5:"class";s:27:"app\components\FlashStorage";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:86;s:8:"function";s:16:"generateUsername";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7463344;}i:66;a:6:{i:0;s:74:"SELECT EXISTS(SELECT * FROM `cx_user` WHERE `cx_user`.`username`='U5s1ph')";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698314013.594372;i:4;a:2:{i:0;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:106;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7600560;}i:69;a:6:{i:0;s:507:"INSERT INTO `cx_user` (`cx_mch_id`, `real_name`, `mobile_phone`, `gender`, `is_view`, `mobile_prefix`, `nickname`, `avatar_url`, `access_token`, `type`, `username`, `password`, `auth_key`, `email`, `created_at`, `updated_at`, `desc`) VALUES (0, '王五', '18222222224', 1, '42.5', '86', '王五', '/statics/images/avatar.jpg', 'g5ip-OjtpkZEnjlh1bDwNz3zuoYDBQ2l', 0, 'U5s1ph', '$2y$13$x0iezfvj5/IfSaINjFFbiukbuijauI3o5J8l5mQULSfRJVl3pKdai', 'liY1fP0zXFG2uKuLwwwZayJdE3iwgAWy', '', 1698314013, 1698314013, '')";i:1;i:4;i:2;s:23:"yii\db\Command::execute";i:3;d:1698314013.672166;i:4;a:2:{i:0;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:106;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:9529904;}i:72;a:6:{i:0;s:18:"Commit transaction";i:1;i:8;i:2;s:26:"yii\db\Transaction::commit";i:3;d:1698314013.673175;i:4;a:2:{i:0;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:110;s:8:"function";s:6:"commit";s:5:"class";s:18:"yii\db\Transaction";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:9525072;}i:73;a:6:{i:0;s:35:"SHOW FULL COLUMNS FROM `cx_api_log`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698314013.703585;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:9715736;}i:76;a:6:{i:0;s:776:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_api_log' AND `kcu`.`TABLE_NAME` = 'cx_api_log'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698314013.70525;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:9734648;}i:79;a:6:{i:0;s:655:"INSERT INTO `cx_api_log` (`cx_mch_id`, `user_id`, `route`, `module_id`, `controller_id`, `action_id`, `url`, `method`, `method_param`, `ipv4`, `is_pass`, `request_date`, `request_time`, `response_time`, `process_consume_time`, `is_delete`, `created_at`) VALUES (0, '65', 'api/user/modify-user', 'api', 'user', 'modify-user', '/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124', 'POST', '{\"real_name\":\"王五\",\"gender\":\"1\",\"is_view\":\"42.5\",\"mobile_phone\":\"18222222224\"}', '127.0.0.1', 1, '2023-10-26', 1698314012680, 1698314013706, 1026, 0, 1698314013)";i:1;i:4;i:2;s:23:"yii\db\Command::execute";i:3;d:1698314013.70739;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:125;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:9774072;}}}";s:9:"profiling";s:29560:"a:3:{s:6:"memory";i:9872120;s:4:"time";d:1.1028730869293213;s:8:"messages";a:34:{i:22;a:6:{i:0;s:57:"Opening DB connection: mysql:host=127.0.0.1;dbname=cxfoot";i:1;i:80;i:2;s:23:"yii\db\Connection::open";i:3;d:1698314012.698544;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6058992;}i:23;a:6:{i:0;s:57:"Opening DB connection: mysql:host=127.0.0.1;dbname=cxfoot";i:1;i:96;i:2;s:23:"yii\db\Connection::open";i:3;d:1698314012.700509;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6108152;}i:24;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_wechat_app`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314012.700538;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6108392;}i:25;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_wechat_app`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314012.7016;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6124224;}i:27;a:6:{i:0;s:782:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_wechat_app' AND `kcu`.`TABLE_NAME` = 'cx_wechat_app'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314012.702812;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6147040;}i:28;a:6:{i:0;s:782:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_wechat_app' AND `kcu`.`TABLE_NAME` = 'cx_wechat_app'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314012.703282;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6149424;}i:30;a:6:{i:0;s:71:"SELECT * FROM `cx_wechat_app` WHERE (`cx_mch_id`=0) AND (`is_delete`=0)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314012.708382;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6481992;}i:31;a:6:{i:0;s:71:"SELECT * FROM `cx_wechat_app` WHERE (`cx_mch_id`=0) AND (`is_delete`=0)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314012.709052;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6488664;}i:34;a:6:{i:0;s:119:"SELECT * FROM `cx_user_token` WHERE ((`is_delete`=0) AND (`token`='SF5fP6gUUrct1a') AND (`cx_mch_id`=0)) AND (`type`=3)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314012.724038;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6987840;}i:35;a:6:{i:0;s:119:"SELECT * FROM `cx_user_token` WHERE ((`is_delete`=0) AND (`token`='SF5fP6gUUrct1a') AND (`cx_mch_id`=0)) AND (`type`=3)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314012.724713;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6991528;}i:37;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_user_token`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314012.724843;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6996648;}i:38;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_user_token`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314012.725585;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7008912;}i:40;a:6:{i:0;s:782:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user_token' AND `kcu`.`TABLE_NAME` = 'cx_user_token'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314012.725891;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7011992;}i:41;a:6:{i:0;s:782:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user_token' AND `kcu`.`TABLE_NAME` = 'cx_user_token'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314012.726364;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7015128;}i:43;a:6:{i:0;s:32:"SHOW FULL COLUMNS FROM `cx_user`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314012.726561;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7014376;}i:44;a:6:{i:0;s:32:"SHOW FULL COLUMNS FROM `cx_user`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314012.727556;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7044520;}i:46;a:6:{i:0;s:770:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user' AND `kcu`.`TABLE_NAME` = 'cx_user'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314012.728156;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7037968;}i:47;a:6:{i:0;s:770:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user' AND `kcu`.`TABLE_NAME` = 'cx_user'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314012.72856;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7041104;}i:49;a:6:{i:0;s:78:"SELECT * FROM `cx_user` WHERE (`id`='65') AND (`is_delete`=0) AND (`status`=0)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314012.728858;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7044088;}i:50;a:6:{i:0;s:78:"SELECT * FROM `cx_user` WHERE (`id`='65') AND (`is_delete`=0) AND (`status`=0)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314012.729466;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7050520;}i:54;a:6:{i:0;s:58:"SELECT * FROM `cx_user` WHERE `mobile_phone`='18222222224'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314012.737806;i:4;a:2:{i:0;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:73;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7394352;}i:55;a:6:{i:0;s:58:"SELECT * FROM `cx_user` WHERE `mobile_phone`='18222222224'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314012.738562;i:4;a:2:{i:0;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:73;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7397792;}i:63;a:6:{i:0;s:64:"SELECT EXISTS(SELECT * FROM `cx_user` WHERE `username`='U5s1ph')";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314012.741806;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:366;s:8:"function";s:6:"exists";s:5:"class";s:12:"yii\db\Query";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:86;s:8:"function";s:16:"generateUsername";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7456584;}i:64;a:6:{i:0;s:64:"SELECT EXISTS(SELECT * FROM `cx_user` WHERE `username`='U5s1ph')";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314012.742164;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:366;s:8:"function";s:6:"exists";s:5:"class";s:12:"yii\db\Query";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:86;s:8:"function";s:16:"generateUsername";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7458800;}i:67;a:6:{i:0;s:74:"SELECT EXISTS(SELECT * FROM `cx_user` WHERE `cx_user`.`username`='U5s1ph')";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314013.594414;i:4;a:2:{i:0;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:106;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7602432;}i:68;a:6:{i:0;s:74:"SELECT EXISTS(SELECT * FROM `cx_user` WHERE `cx_user`.`username`='U5s1ph')";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314013.594862;i:4;a:2:{i:0;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:106;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7604272;}i:70;a:6:{i:0;s:507:"INSERT INTO `cx_user` (`cx_mch_id`, `real_name`, `mobile_phone`, `gender`, `is_view`, `mobile_prefix`, `nickname`, `avatar_url`, `access_token`, `type`, `username`, `password`, `auth_key`, `email`, `created_at`, `updated_at`, `desc`) VALUES (0, '王五', '18222222224', 1, '42.5', '86', '王五', '/statics/images/avatar.jpg', 'g5ip-OjtpkZEnjlh1bDwNz3zuoYDBQ2l', 0, 'U5s1ph', '$2y$13$x0iezfvj5/IfSaINjFFbiukbuijauI3o5J8l5mQULSfRJVl3pKdai', 'liY1fP0zXFG2uKuLwwwZayJdE3iwgAWy', '', 1698314013, 1698314013, '')";i:1;i:80;i:2;s:23:"yii\db\Command::execute";i:3;d:1698314013.672212;i:4;a:2:{i:0;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:106;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:9527824;}i:71;a:6:{i:0;s:507:"INSERT INTO `cx_user` (`cx_mch_id`, `real_name`, `mobile_phone`, `gender`, `is_view`, `mobile_prefix`, `nickname`, `avatar_url`, `access_token`, `type`, `username`, `password`, `auth_key`, `email`, `created_at`, `updated_at`, `desc`) VALUES (0, '王五', '18222222224', 1, '42.5', '86', '王五', '/statics/images/avatar.jpg', 'g5ip-OjtpkZEnjlh1bDwNz3zuoYDBQ2l', 0, 'U5s1ph', '$2y$13$x0iezfvj5/IfSaINjFFbiukbuijauI3o5J8l5mQULSfRJVl3pKdai', 'liY1fP0zXFG2uKuLwwwZayJdE3iwgAWy', '', 1698314013, 1698314013, '')";i:1;i:96;i:2;s:23:"yii\db\Command::execute";i:3;d:1698314013.672755;i:4;a:2:{i:0;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:106;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:9529976;}i:74;a:6:{i:0;s:35:"SHOW FULL COLUMNS FROM `cx_api_log`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314013.703622;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:9717856;}i:75;a:6:{i:0;s:35:"SHOW FULL COLUMNS FROM `cx_api_log`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314013.704806;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:9740816;}i:77;a:6:{i:0;s:776:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_api_log' AND `kcu`.`TABLE_NAME` = 'cx_api_log'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314013.705286;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:9738264;}i:78;a:6:{i:0;s:776:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_api_log' AND `kcu`.`TABLE_NAME` = 'cx_api_log'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314013.705797;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:9741400;}i:80;a:6:{i:0;s:655:"INSERT INTO `cx_api_log` (`cx_mch_id`, `user_id`, `route`, `module_id`, `controller_id`, `action_id`, `url`, `method`, `method_param`, `ipv4`, `is_pass`, `request_date`, `request_time`, `response_time`, `process_consume_time`, `is_delete`, `created_at`) VALUES (0, '65', 'api/user/modify-user', 'api', 'user', 'modify-user', '/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124', 'POST', '{\"real_name\":\"王五\",\"gender\":\"1\",\"is_view\":\"42.5\",\"mobile_phone\":\"18222222224\"}', '127.0.0.1', 1, '2023-10-26', 1698314012680, 1698314013706, 1026, 0, 1698314013)";i:1;i:80;i:2;s:23:"yii\db\Command::execute";i:3;d:1698314013.707468;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:125;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:9772432;}i:81;a:6:{i:0;s:655:"INSERT INTO `cx_api_log` (`cx_mch_id`, `user_id`, `route`, `module_id`, `controller_id`, `action_id`, `url`, `method`, `method_param`, `ipv4`, `is_pass`, `request_date`, `request_time`, `response_time`, `process_consume_time`, `is_delete`, `created_at`) VALUES (0, '65', 'api/user/modify-user', 'api', 'user', 'modify-user', '/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124', 'POST', '{\"real_name\":\"王五\",\"gender\":\"1\",\"is_view\":\"42.5\",\"mobile_phone\":\"18222222224\"}', '127.0.0.1', 1, '2023-10-26', 1698314012680, 1698314013706, 1026, 0, 1698314013)";i:1;i:96;i:2;s:23:"yii\db\Command::execute";i:3;d:1698314013.721896;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:125;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:9775088;}}}";s:2:"db";s:28757:"a:1:{s:8:"messages";a:32:{i:24;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_wechat_app`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314012.700538;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6108392;}i:25;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_wechat_app`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314012.7016;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6124224;}i:27;a:6:{i:0;s:782:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_wechat_app' AND `kcu`.`TABLE_NAME` = 'cx_wechat_app'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314012.702812;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6147040;}i:28;a:6:{i:0;s:782:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_wechat_app' AND `kcu`.`TABLE_NAME` = 'cx_wechat_app'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314012.703282;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6149424;}i:30;a:6:{i:0;s:71:"SELECT * FROM `cx_wechat_app` WHERE (`cx_mch_id`=0) AND (`is_delete`=0)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314012.708382;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6481992;}i:31;a:6:{i:0;s:71:"SELECT * FROM `cx_wechat_app` WHERE (`cx_mch_id`=0) AND (`is_delete`=0)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314012.709052;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6488664;}i:34;a:6:{i:0;s:119:"SELECT * FROM `cx_user_token` WHERE ((`is_delete`=0) AND (`token`='SF5fP6gUUrct1a') AND (`cx_mch_id`=0)) AND (`type`=3)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314012.724038;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6987840;}i:35;a:6:{i:0;s:119:"SELECT * FROM `cx_user_token` WHERE ((`is_delete`=0) AND (`token`='SF5fP6gUUrct1a') AND (`cx_mch_id`=0)) AND (`type`=3)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314012.724713;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6991528;}i:37;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_user_token`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314012.724843;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6996648;}i:38;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_user_token`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314012.725585;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7008912;}i:40;a:6:{i:0;s:782:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user_token' AND `kcu`.`TABLE_NAME` = 'cx_user_token'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314012.725891;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7011992;}i:41;a:6:{i:0;s:782:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user_token' AND `kcu`.`TABLE_NAME` = 'cx_user_token'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314012.726364;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7015128;}i:43;a:6:{i:0;s:32:"SHOW FULL COLUMNS FROM `cx_user`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314012.726561;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7014376;}i:44;a:6:{i:0;s:32:"SHOW FULL COLUMNS FROM `cx_user`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314012.727556;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7044520;}i:46;a:6:{i:0;s:770:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user' AND `kcu`.`TABLE_NAME` = 'cx_user'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314012.728156;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7037968;}i:47;a:6:{i:0;s:770:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user' AND `kcu`.`TABLE_NAME` = 'cx_user'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314012.72856;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7041104;}i:49;a:6:{i:0;s:78:"SELECT * FROM `cx_user` WHERE (`id`='65') AND (`is_delete`=0) AND (`status`=0)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314012.728858;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7044088;}i:50;a:6:{i:0;s:78:"SELECT * FROM `cx_user` WHERE (`id`='65') AND (`is_delete`=0) AND (`status`=0)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314012.729466;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7050520;}i:54;a:6:{i:0;s:58:"SELECT * FROM `cx_user` WHERE `mobile_phone`='18222222224'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314012.737806;i:4;a:2:{i:0;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:73;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7394352;}i:55;a:6:{i:0;s:58:"SELECT * FROM `cx_user` WHERE `mobile_phone`='18222222224'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314012.738562;i:4;a:2:{i:0;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:73;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7397792;}i:63;a:6:{i:0;s:64:"SELECT EXISTS(SELECT * FROM `cx_user` WHERE `username`='U5s1ph')";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314012.741806;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:366;s:8:"function";s:6:"exists";s:5:"class";s:12:"yii\db\Query";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:86;s:8:"function";s:16:"generateUsername";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7456584;}i:64;a:6:{i:0;s:64:"SELECT EXISTS(SELECT * FROM `cx_user` WHERE `username`='U5s1ph')";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314012.742164;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:366;s:8:"function";s:6:"exists";s:5:"class";s:12:"yii\db\Query";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:86;s:8:"function";s:16:"generateUsername";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7458800;}i:67;a:6:{i:0;s:74:"SELECT EXISTS(SELECT * FROM `cx_user` WHERE `cx_user`.`username`='U5s1ph')";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314013.594414;i:4;a:2:{i:0;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:106;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7602432;}i:68;a:6:{i:0;s:74:"SELECT EXISTS(SELECT * FROM `cx_user` WHERE `cx_user`.`username`='U5s1ph')";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314013.594862;i:4;a:2:{i:0;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:106;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7604272;}i:70;a:6:{i:0;s:507:"INSERT INTO `cx_user` (`cx_mch_id`, `real_name`, `mobile_phone`, `gender`, `is_view`, `mobile_prefix`, `nickname`, `avatar_url`, `access_token`, `type`, `username`, `password`, `auth_key`, `email`, `created_at`, `updated_at`, `desc`) VALUES (0, '王五', '18222222224', 1, '42.5', '86', '王五', '/statics/images/avatar.jpg', 'g5ip-OjtpkZEnjlh1bDwNz3zuoYDBQ2l', 0, 'U5s1ph', '$2y$13$x0iezfvj5/IfSaINjFFbiukbuijauI3o5J8l5mQULSfRJVl3pKdai', 'liY1fP0zXFG2uKuLwwwZayJdE3iwgAWy', '', 1698314013, 1698314013, '')";i:1;i:80;i:2;s:23:"yii\db\Command::execute";i:3;d:1698314013.672212;i:4;a:2:{i:0;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:106;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:9527824;}i:71;a:6:{i:0;s:507:"INSERT INTO `cx_user` (`cx_mch_id`, `real_name`, `mobile_phone`, `gender`, `is_view`, `mobile_prefix`, `nickname`, `avatar_url`, `access_token`, `type`, `username`, `password`, `auth_key`, `email`, `created_at`, `updated_at`, `desc`) VALUES (0, '王五', '18222222224', 1, '42.5', '86', '王五', '/statics/images/avatar.jpg', 'g5ip-OjtpkZEnjlh1bDwNz3zuoYDBQ2l', 0, 'U5s1ph', '$2y$13$x0iezfvj5/IfSaINjFFbiukbuijauI3o5J8l5mQULSfRJVl3pKdai', 'liY1fP0zXFG2uKuLwwwZayJdE3iwgAWy', '', 1698314013, 1698314013, '')";i:1;i:96;i:2;s:23:"yii\db\Command::execute";i:3;d:1698314013.672755;i:4;a:2:{i:0;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:106;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:9529976;}i:74;a:6:{i:0;s:35:"SHOW FULL COLUMNS FROM `cx_api_log`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314013.703622;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:9717856;}i:75;a:6:{i:0;s:35:"SHOW FULL COLUMNS FROM `cx_api_log`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314013.704806;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:9740816;}i:77;a:6:{i:0;s:776:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_api_log' AND `kcu`.`TABLE_NAME` = 'cx_api_log'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314013.705286;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:9738264;}i:78;a:6:{i:0;s:776:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_api_log' AND `kcu`.`TABLE_NAME` = 'cx_api_log'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314013.705797;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:9741400;}i:80;a:6:{i:0;s:655:"INSERT INTO `cx_api_log` (`cx_mch_id`, `user_id`, `route`, `module_id`, `controller_id`, `action_id`, `url`, `method`, `method_param`, `ipv4`, `is_pass`, `request_date`, `request_time`, `response_time`, `process_consume_time`, `is_delete`, `created_at`) VALUES (0, '65', 'api/user/modify-user', 'api', 'user', 'modify-user', '/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124', 'POST', '{\"real_name\":\"王五\",\"gender\":\"1\",\"is_view\":\"42.5\",\"mobile_phone\":\"18222222224\"}', '127.0.0.1', 1, '2023-10-26', 1698314012680, 1698314013706, 1026, 0, 1698314013)";i:1;i:80;i:2;s:23:"yii\db\Command::execute";i:3;d:1698314013.707468;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:125;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:9772432;}i:81;a:6:{i:0;s:655:"INSERT INTO `cx_api_log` (`cx_mch_id`, `user_id`, `route`, `module_id`, `controller_id`, `action_id`, `url`, `method`, `method_param`, `ipv4`, `is_pass`, `request_date`, `request_time`, `response_time`, `process_consume_time`, `is_delete`, `created_at`) VALUES (0, '65', 'api/user/modify-user', 'api', 'user', 'modify-user', '/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124', 'POST', '{\"real_name\":\"王五\",\"gender\":\"1\",\"is_view\":\"42.5\",\"mobile_phone\":\"18222222224\"}', '127.0.0.1', 1, '2023-10-26', 1698314012680, 1698314013706, 1026, 0, 1698314013)";i:1;i:96;i:2;s:23:"yii\db\Command::execute";i:3;d:1698314013.721896;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:125;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:9775088;}}}";s:5:"event";s:7785:"a:44:{i:0;a:5:{s:4:"time";d:1698314012.672122;s:4:"name";s:9:"afterOpen";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:20:"yii\redis\Connection";}i:1;a:5:{s:4:"time";d:1698314012.677165;s:4:"name";s:13:"beforeRequest";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:19:"yii\web\Application";}i:2;a:5:{s:4:"time";d:1698314012.693823;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:3;a:5:{s:4:"time";d:1698314012.700501;s:4:"name";s:9:"afterOpen";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:17:"yii\db\Connection";}i:4;a:5:{s:4:"time";d:1698314012.709107;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:27:"app\models\wechat\WechatApp";}i:5;a:5:{s:4:"time";d:1698314012.709173;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:27:"app\models\wechat\WechatApp";}i:6;a:5:{s:4:"time";d:1698314012.717933;s:4:"name";s:12:"beforeAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:19:"yii\web\Application";}i:7;a:5:{s:4:"time";d:1698314012.717948;s:4:"name";s:12:"beforeAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:22:"app\modules\api\Module";}i:8;a:5:{s:4:"time";d:1698314012.721549;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:9;a:5:{s:4:"time";d:1698314012.724763;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:20:"app\models\UserToken";}i:10;a:5:{s:4:"time";d:1698314012.726439;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:20:"app\models\UserToken";}i:11;a:5:{s:4:"time";d:1698314012.726474;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:12;a:5:{s:4:"time";d:1698314012.729509;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:15:"app\models\User";}i:13;a:5:{s:4:"time";d:1698314012.729578;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:15:"app\models\User";}i:14;a:5:{s:4:"time";d:1698314012.730068;s:4:"name";s:11:"beforeLogin";s:5:"class";s:17:"yii\web\UserEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:12:"yii\web\User";}i:15;a:5:{s:4:"time";d:1698314012.734568;s:4:"name";s:10:"afterLogin";s:5:"class";s:17:"yii\web\UserEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:12:"yii\web\User";}i:16;a:5:{s:4:"time";d:1698314012.734584;s:4:"name";s:12:"beforeAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:42:"app\modules\api\controllers\UserController";}i:17;a:5:{s:4:"time";d:1698314012.737014;s:4:"name";s:14:"beforeValidate";s:5:"class";s:19:"yii\base\ModelEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:37:"app\modules\api\models\UserModifyForm";}i:18;a:5:{s:4:"time";d:1698314012.737109;s:4:"name";s:13:"afterValidate";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:37:"app\modules\api\models\UserModifyForm";}i:19;a:5:{s:4:"time";d:1698314012.737569;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:20;a:5:{s:4:"time";d:1698314012.739174;s:4:"name";s:16:"beginTransaction";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:17:"yii\db\Connection";}i:21;a:5:{s:4:"time";d:1698314012.741657;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:22;a:5:{s:4:"time";d:1698314013.589447;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:15:"app\models\User";}i:23;a:5:{s:4:"time";d:1698314013.589575;s:4:"name";s:14:"beforeValidate";s:5:"class";s:19:"yii\base\ModelEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:15:"app\models\User";}i:24;a:5:{s:4:"time";d:1698314013.594193;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:25;a:5:{s:4:"time";d:1698314013.594245;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:26;a:5:{s:4:"time";d:1698314013.594909;s:4:"name";s:13:"afterValidate";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:15:"app\models\User";}i:27;a:5:{s:4:"time";d:1698314013.594931;s:4:"name";s:12:"beforeInsert";s:5:"class";s:19:"yii\base\ModelEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:15:"app\models\User";}i:28;a:5:{s:4:"time";d:1698314013.673159;s:4:"name";s:11:"afterInsert";s:5:"class";s:21:"yii\db\AfterSaveEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:15:"app\models\User";}i:29;a:5:{s:4:"time";d:1698314013.701408;s:4:"name";s:17:"commitTransaction";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:17:"yii\db\Connection";}i:30;a:5:{s:4:"time";d:1698314013.701438;s:4:"name";s:14:"beforeValidate";s:5:"class";s:19:"yii\base\ModelEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:32:"app\modules\api\models\LoginForm";}i:31;a:5:{s:4:"time";d:1698314013.702952;s:4:"name";s:13:"afterValidate";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:32:"app\modules\api\models\LoginForm";}i:32;a:5:{s:4:"time";d:1698314013.703527;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"app\models\log\ApiLog";}i:33;a:5:{s:4:"time";d:1698314013.706618;s:4:"name";s:14:"beforeValidate";s:5:"class";s:19:"yii\base\ModelEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"app\models\log\ApiLog";}i:34;a:5:{s:4:"time";d:1698314013.707141;s:4:"name";s:13:"afterValidate";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"app\models\log\ApiLog";}i:35;a:5:{s:4:"time";d:1698314013.707165;s:4:"name";s:12:"beforeInsert";s:5:"class";s:19:"yii\base\ModelEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"app\models\log\ApiLog";}i:36;a:5:{s:4:"time";d:1698314013.722017;s:4:"name";s:11:"afterInsert";s:5:"class";s:21:"yii\db\AfterSaveEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"app\models\log\ApiLog";}i:37;a:5:{s:4:"time";d:1698314013.722062;s:4:"name";s:11:"afterAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:42:"app\modules\api\controllers\UserController";}i:38;a:5:{s:4:"time";d:1698314013.722075;s:4:"name";s:11:"afterAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:22:"app\modules\api\Module";}i:39;a:5:{s:4:"time";d:1698314013.722085;s:4:"name";s:11:"afterAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:19:"yii\web\Application";}i:40;a:5:{s:4:"time";d:1698314013.722099;s:4:"name";s:12:"afterRequest";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:19:"yii\web\Application";}i:41;a:5:{s:4:"time";d:1698314013.72211;s:4:"name";s:10:"beforeSend";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:16:"yii\web\Response";}i:42;a:5:{s:4:"time";d:1698314013.725281;s:4:"name";s:12:"afterPrepare";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:16:"yii\web\Response";}i:43;a:5:{s:4:"time";d:1698314013.725365;s:4:"name";s:9:"afterSend";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:16:"yii\web\Response";}}";s:4:"mail";s:6:"a:0:{}";s:8:"timeline";s:91:"a:3:{s:5:"start";d:1698314012.627277;s:3:"end";d:1698314013.730533;s:6:"memory";i:9872120;}";s:4:"dump";s:6:"a:0:{}";s:6:"router";s:1693:"a:3:{s:8:"messages";a:8:{i:10;a:6:{i:0;a:3:{s:4:"rule";s:3:"gii";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698314012.67773;i:4;a:0:{}i:5;i:4623120;}i:11;a:6:{i:0;a:3:{s:4:"rule";s:12:"gii/";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698314012.677747;i:4;a:0:{}i:5;i:4623872;}i:12;a:6:{i:0;a:3:{s:4:"rule";s:41:"gii//";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698314012.677756;i:4;a:0:{}i:5;i:4624624;}i:13;a:6:{i:0;a:3:{s:4:"rule";s:5:"debug";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698314012.677764;i:4;a:0:{}i:5;i:4625376;}i:14;a:6:{i:0;a:3:{s:4:"rule";s:43:"debug//";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698314012.677772;i:4;a:0:{}i:5;i:4626128;}i:15;a:6:{i:0;a:3:{s:4:"rule";s:38:"//";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698314012.677781;i:4;a:0:{}i:5;i:4626880;}i:16;a:6:{i:0;a:3:{s:4:"rule";s:29:"/";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698314012.677789;i:4;a:0:{}i:5;i:4627632;}i:17;a:6:{i:0;s:55:"No matching URL rules. Using default URL parsing logic.";i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698314012.677795;i:4;a:0:{}i:5;i:4628648;}}s:5:"route";s:20:"api/user/modify-user";s:6:"action";s:62:"app\modules\api\controllers\UserController::actionModifyUser()";}";s:7:"request";s:5298:"a:15:{s:7:"flashes";a:0:{}s:10:"statusCode";i:200;s:14:"requestHeaders";a:9:{s:14:"content-length";s:3:"508";s:12:"content-type";s:80:"multipart/form-data; boundary=--------------------------068596740509696264803113";s:4:"host";s:10:"cxfoot.com";s:6:"cookie";s:148:"_csrf=e24a8a5d4e78deb59e01f6ef3eb48611eca7f2380fe4137d4131f9ee4965efc5a:2:%7Bi:0;s:5:%22_csrf%22;i:1;s:32:%22lu637owO8-SkpJAFPBe24WaZPmhevi25%22;%7D";s:10:"connection";s:5:"close";s:15:"accept-encoding";s:17:"gzip, deflate, br";s:6:"accept";s:3:"*/*";s:13:"cache-control";s:8:"no-cache";s:10:"user-agent";s:35:"PostmanRuntime-ApipostRuntime/1.1.0";}s:15:"responseHeaders";a:6:{s:12:"X-Powered-By";s:9:"PHP/7.3.4";s:12:"Content-Type";s:31:"application/json; charset=UTF-8";s:11:"X-Debug-Tag";s:13:"653a371ca3511";s:16:"X-Debug-Duration";s:5:"1,099";s:12:"X-Debug-Link";s:37:"/debug/default/view?tag=653a371ca3511";s:10:"Set-Cookie";s:204:"_csrf=e5a08a8e3b33c86ccc2d57b169f4d3336b2bcd47b5a8515b2d83edff3db072aea%3A2%3A%7Bi%3A0%3Bs%3A5%3A%22_csrf%22%3Bi%3A1%3Bs%3A32%3A%22tl3d_rJa1gk66AaEbjcKD-eq-6qRoKlZ%22%3B%7D; path=/; HttpOnly; SameSite=Lax";}s:5:"route";s:20:"api/user/modify-user";s:6:"action";s:62:"app\modules\api\controllers\UserController::actionModifyUser()";s:12:"actionParams";a:0:{}s:7:"general";a:5:{s:6:"method";s:4:"POST";s:6:"isAjax";b:0;s:6:"isPjax";b:0;s:7:"isFlash";b:0;s:18:"isSecureConnection";b:0;}s:11:"requestBody";a:0:{}s:6:"SERVER";a:43:{s:4:"PATH";s:954:"C:\imagemagick;C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\intel64_win\compiler;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;E:\anzhuang\QTSystem\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;D:\Git\cmd;D:\svn\bin;C:\Users\Administrator\AppData\Local\Programs\Python\Python311;C:\Users\Administrator\AppData\Local\Programs\Python\Python311\Scripts;D:\Xftp 7\;D:\微信web开发者工具\dll;C:\Users\Administrator\AppData\Local\Microsoft\WindowsApps;;D:\PhpStorm 2021.2.1\bin;;D:\Microsoft VS Code\bin;D:\phpstudy_pro\Extensions\php\php7.4.3nts;C:\Users\Administrator\AppData\Local\ComposerSetup\bin;C:\Users\Administrator\AppData\Roaming\Composer\vendor\bin";s:10:"SYSTEMROOT";s:10:"C:\WINDOWS";s:7:"COMSPEC";s:27:"C:\WINDOWS\system32\cmd.exe";s:7:"PATHEXT";s:53:".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC";s:6:"WINDIR";s:10:"C:\WINDOWS";s:5:"PHPRC";s:42:"D:/phpstudy_pro/Extensions/php/php7.3.4nts";s:21:"_FCGI_SHUTDOWN_EVENT_";s:4:"9184";s:11:"SCRIPT_NAME";s:10:"/index.php";s:11:"REQUEST_URI";s:137:"/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:12:"QUERY_STRING";s:115:"access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:14:"REQUEST_METHOD";s:4:"POST";s:15:"SERVER_PROTOCOL";s:8:"HTTP/1.1";s:17:"GATEWAY_INTERFACE";s:7:"CGI/1.1";s:21:"REDIRECT_QUERY_STRING";s:115:"access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:12:"REDIRECT_URL";s:21:"/api/user/modify-user";s:11:"REMOTE_PORT";s:5:"49678";s:15:"SCRIPT_FILENAME";s:40:"D:/phpstudy_pro/WWW/cxfoot/web/index.php";s:12:"SERVER_ADMIN";s:17:"admin@example.com";s:21:"CONTEXT_DOCUMENT_ROOT";s:30:"D:/phpstudy_pro/WWW/cxfoot/web";s:14:"CONTEXT_PREFIX";s:0:"";s:14:"REQUEST_SCHEME";s:4:"http";s:13:"DOCUMENT_ROOT";s:30:"D:/phpstudy_pro/WWW/cxfoot/web";s:11:"REMOTE_ADDR";s:9:"127.0.0.1";s:11:"SERVER_PORT";s:2:"80";s:11:"SERVER_ADDR";s:9:"127.0.0.1";s:11:"SERVER_NAME";s:10:"cxfoot.com";s:15:"SERVER_SOFTWARE";s:73:"Apache/2.4.39 (Win64) OpenSSL/1.1.1b mod_fcgid/2.3.9a mod_log_rotate/1.02";s:16:"SERVER_SIGNATURE";s:0:"";s:10:"SystemRoot";s:10:"C:\WINDOWS";s:14:"CONTENT_LENGTH";s:3:"508";s:12:"CONTENT_TYPE";s:80:"multipart/form-data; boundary=--------------------------068596740509696264803113";s:9:"HTTP_HOST";s:10:"cxfoot.com";s:11:"HTTP_COOKIE";s:148:"_csrf=e24a8a5d4e78deb59e01f6ef3eb48611eca7f2380fe4137d4131f9ee4965efc5a:2:%7Bi:0;s:5:%22_csrf%22;i:1;s:32:%22lu637owO8-SkpJAFPBe24WaZPmhevi25%22;%7D";s:15:"HTTP_CONNECTION";s:5:"close";s:20:"HTTP_ACCEPT_ENCODING";s:17:"gzip, deflate, br";s:11:"HTTP_ACCEPT";s:3:"*/*";s:18:"HTTP_CACHE_CONTROL";s:8:"no-cache";s:15:"HTTP_USER_AGENT";s:35:"PostmanRuntime-ApipostRuntime/1.1.0";s:15:"REDIRECT_STATUS";s:3:"200";s:9:"FCGI_ROLE";s:9:"RESPONDER";s:8:"PHP_SELF";s:10:"/index.php";s:18:"REQUEST_TIME_FLOAT";d:1698314012.611872;s:12:"REQUEST_TIME";i:1698314012;}s:3:"GET";a:2:{s:12:"access_token";s:60:"bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0=";s:6:"X-Csrf";s:32:"ag7x1Afy1r0q8j4y05vk3s4118hx7124";}s:4:"POST";a:4:{s:9:"real_name";s:6:"王五";s:6:"gender";s:1:"1";s:7:"is_view";s:4:"42.5";s:12:"mobile_phone";s:11:"18222222224";}s:6:"COOKIE";a:5:{s:5:"_csrf";s:72:"e24a8a5d4e78deb59e01f6ef3eb48611eca7f2380fe4137d4131f9ee4965efc5a:2:{i:0";s:11:"s:5:"_csrf"";s:0:"";s:3:"i:1";s:0:"";s:39:"s:32:"lu637owO8-SkpJAFPBe24WaZPmhevi25"";s:0:"";s:1:"}";s:0:"";}s:5:"FILES";a:0:{}s:7:"SESSION";a:0:{}}";s:4:"user";s:2944:"a:5:{s:2:"id";s:2:"65";s:8:"identity";a:26:{s:2:"id";s:4:"'65'";s:9:"cx_mch_id";s:3:"'0'";s:8:"username";s:9:"'Umcvqe1'";s:8:"password";s:62:"'$2y$13$h1rFZxffWh0BiJJtDs4gPum0Wsx5KfYJXAsqcPL8PNb4w8hd9hoPW'";s:8:"auth_key";s:34:"'MqDPRppFI2OgJpjwFE68C9Sn2SbeXAwV'";s:12:"access_token";s:34:"'bOxZSNi_gU02GsWLDJUjrP0wX2nQ7Qal'";s:8:"nickname";s:8:"'Umcvqe'";s:10:"avatar_url";s:28:"'/statics/images/avatar.jpg'";s:12:"mobile_phone";s:13:"'18111111112'";s:13:"mobile_prefix";s:4:"'86'";s:5:"email";s:2:"''";s:9:"real_name";s:8:"'张三'";s:4:"desc";s:2:"''";s:6:"gender";s:1:"1";s:8:"birthday";s:4:"null";s:6:"status";s:1:"0";s:9:"parent_id";s:3:"'0'";s:12:"is_modify_un";s:1:"1";s:9:"is_delete";s:1:"0";s:10:"country_id";s:1:"0";s:7:"city_id";s:1:"0";s:10:"created_at";s:10:"1698133733";s:10:"updated_at";s:10:"1698228126";s:4:"type";s:1:"0";s:8:"store_id";s:1:"0";s:7:"is_view";s:6:"'42.5'";}s:10:"attributes";a:26:{i:0;a:2:{s:9:"attribute";s:2:"id";s:5:"label";s:2:"ID";}i:1;a:2:{s:9:"attribute";s:9:"cx_mch_id";s:5:"label";s:14:"平台商户ID";}i:2;a:2:{s:9:"attribute";s:8:"username";s:5:"label";s:9:"用户名";}i:3;a:2:{s:9:"attribute";s:8:"password";s:5:"label";s:6:"密码";}i:4;a:2:{s:9:"attribute";s:8:"auth_key";s:5:"label";s:8:"AUTH_KEY";}i:5;a:2:{s:9:"attribute";s:12:"access_token";s:5:"label";s:12:"ACCESS_TOKEN";}i:6;a:2:{s:9:"attribute";s:8:"nickname";s:5:"label";s:6:"昵称";}i:7;a:2:{s:9:"attribute";s:10:"avatar_url";s:5:"label";s:6:"头像";}i:8;a:2:{s:9:"attribute";s:12:"mobile_phone";s:5:"label";s:9:"手机号";}i:9;a:2:{s:9:"attribute";s:13:"mobile_prefix";s:5:"label";s:21:"手机号国家代码";}i:10;a:2:{s:9:"attribute";s:5:"email";s:5:"label";s:6:"邮箱";}i:11;a:2:{s:9:"attribute";s:9:"real_name";s:5:"label";s:12:"真实姓名";}i:12;a:2:{s:9:"attribute";s:4:"desc";s:5:"label";s:12:"个性签名";}i:13;a:2:{s:9:"attribute";s:6:"gender";s:5:"label";s:33:"性别,0=女,1=男,2=保密";}i:14;a:2:{s:9:"attribute";s:8:"birthday";s:5:"label";s:6:"生日";}i:15;a:2:{s:9:"attribute";s:6:"status";s:5:"label";s:50:"状态,0=正常,1=封禁,2=挂起,3=注销";}i:16;a:2:{s:9:"attribute";s:9:"parent_id";s:5:"label";s:9:"PARENT_ID";}i:17;a:2:{s:9:"attribute";s:12:"is_modify_un";s:5:"label";s:43:"用户名是否可以修改,0=否,1=是";}i:18;a:2:{s:9:"attribute";s:9:"is_delete";s:5:"label";s:28:"是否删除,0=否,1=是";}i:19;a:2:{s:9:"attribute";s:10:"country_id";s:5:"label";s:8:"国家ID";}i:20;a:2:{s:9:"attribute";s:7:"city_id";s:5:"label";s:8:"城市ID";}i:21;a:2:{s:9:"attribute";s:10:"created_at";s:5:"label";s:12:"添加时间";}i:22;a:2:{s:9:"attribute";s:10:"updated_at";s:5:"label";s:12:"更新时间";}i:23;a:2:{s:9:"attribute";s:4:"type";s:5:"label";s:28:"0=普通用户,1=管理员";}i:24;a:2:{s:9:"attribute";s:8:"store_id";s:5:"label";s:8:"Store Id";}i:25;a:2:{s:9:"attribute";s:7:"is_view";s:5:"label";s:6:"鞋码";}}s:13:"rolesProvider";N;s:19:"permissionsProvider";N;}";s:5:"asset";s:6:"a:0:{}";s:7:"summary";a:12:{s:3:"tag";s:13:"653a371ca3511";s:3:"url";s:154:"http://cxfoot.com/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:4:"ajax";i:0;s:6:"method";s:4:"POST";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698314012.611872;s:10:"statusCode";i:200;s:8:"sqlCount";i:16;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:9872120;s:14:"processingTime";d:1.1028730869293213;}s:10:"exceptions";a:0:{}} \ No newline at end of file diff --git a/runtime/debug/653a375b86a7b.data b/runtime/debug/653a375b86a7b.data new file mode 100644 index 0000000..9e5ef06 --- /dev/null +++ b/runtime/debug/653a375b86a7b.data @@ -0,0 +1,351 @@ +a:14:{s:6:"config";s:1870:"a:5:{s:10:"phpVersion";s:5:"7.3.4";s:10:"yiiVersion";s:6:"2.0.46";s:11:"application";a:8:{s:3:"yii";s:6:"2.0.46";s:4:"name";s:14:"My Application";s:7:"version";s:3:"1.0";s:8:"language";s:5:"zh-CN";s:14:"sourceLanguage";s:5:"en-US";s:7:"charset";s:5:"UTF-8";s:3:"env";s:3:"dev";s:5:"debug";b:1;}s:3:"php";a:5:{s:7:"version";s:5:"7.3.4";s:6:"xdebug";b:0;s:3:"apc";b:0;s:8:"memcache";b:0;s:9:"memcached";b:0;}s:10:"extensions";a:7:{s:18:"yiisoft/yii2-faker";a:3:{s:4:"name";s:18:"yiisoft/yii2-faker";s:7:"version";s:7:"2.0.5.0";s:5:"alias";a:1:{s:10:"@yii/faker";s:56:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-faker/src";}}s:24:"yiisoft/yii2-swiftmailer";a:3:{s:4:"name";s:24:"yiisoft/yii2-swiftmailer";s:7:"version";s:7:"2.1.3.0";s:5:"alias";a:1:{s:16:"@yii/swiftmailer";s:62:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-swiftmailer/src";}}s:22:"yiisoft/yii2-bootstrap";a:3:{s:4:"name";s:22:"yiisoft/yii2-bootstrap";s:7:"version";s:8:"2.0.11.0";s:5:"alias";a:1:{s:14:"@yii/bootstrap";s:60:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-bootstrap/src";}}s:16:"yiisoft/yii2-gii";a:3:{s:4:"name";s:16:"yiisoft/yii2-gii";s:7:"version";s:7:"2.1.4.0";s:5:"alias";a:1:{s:8:"@yii/gii";s:54:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-gii/src";}}s:18:"yiisoft/yii2-redis";a:3:{s:4:"name";s:18:"yiisoft/yii2-redis";s:7:"version";s:8:"2.0.18.0";s:5:"alias";a:1:{s:10:"@yii/redis";s:56:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-redis/src";}}s:18:"yiisoft/yii2-debug";a:3:{s:4:"name";s:18:"yiisoft/yii2-debug";s:7:"version";s:8:"2.1.21.0";s:5:"alias";a:1:{s:10:"@yii/debug";s:56:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-debug/src";}}s:24:"jianyan74/yii2-websocket";a:3:{s:4:"name";s:24:"jianyan74/yii2-websocket";s:7:"version";s:7:"1.1.1.0";s:5:"alias";a:1:{s:18:"@jianyan/websocket";s:62:"D:\phpstudy_pro\WWW\cxfoot\vendor/jianyan74/yii2-websocket/src";}}}}";s:3:"log";s:28903:"a:1:{s:8:"messages";a:46:{i:0;a:6:{i:0;s:33:"Bootstrap with yii\log\Dispatcher";i:1;i:8;i:2;s:31:"yii\base\Application::bootstrap";i:3;d:1698314075.514247;i:4;a:0:{}i:5;i:2497176;}i:1;a:6:{i:0;s:21:"Loading module: debug";i:1;i:8;i:2;s:26:"yii\base\Module::getModule";i:3;d:1698314075.514275;i:4;a:0:{}i:5;i:2498352;}i:2;a:6:{i:0;s:44:"Bootstrap with yii\debug\Module::bootstrap()";i:1;i:8;i:2;s:31:"yii\base\Application::bootstrap";i:3;d:1698314075.550604;i:4;a:0:{}i:5;i:4073584;}i:3;a:6:{i:0;s:61:"Opening redis DB connection: tcp://127.0.0.1:6379, database=0";i:1;i:8;i:2;s:26:"yii\redis\Connection::open";i:3;d:1698314075.555111;i:4;a:0:{}i:5;i:4290032;}i:4;a:6:{i:0;s:31:"Executing Redis Command: SELECT";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698314075.558672;i:4;a:0:{}i:5;i:4292240;}i:5;a:6:{i:0;s:28:"Executing Redis Command: GET";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698314075.55978;i:4;a:0:{}i:5;i:4300424;}i:6;a:6:{i:0;s:28:"Executing Redis Command: GET";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698314075.562087;i:4;a:0:{}i:5;i:4372704;}i:7;a:6:{i:0;s:19:"Loading module: gii";i:1;i:8;i:2;s:26:"yii\base\Module::getModule";i:3;d:1698314075.562356;i:4;a:0:{}i:5;i:4373048;}i:8;a:6:{i:0;s:42:"Bootstrap with yii\gii\Module::bootstrap()";i:1;i:8;i:2;s:31:"yii\base\Application::bootstrap";i:3;d:1698314075.563552;i:4;a:0:{}i:5;i:4397072;}i:9;a:6:{i:0;s:28:"Executing Redis Command: GET";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698314075.5636;i:4;a:0:{}i:5;i:4403464;}i:18;a:6:{i:0;s:39:"Route requested: 'api/user/modify-user'";i:1;i:8;i:2;s:34:"yii\web\Application::handleRequest";i:3;d:1698314075.56706;i:4;a:0:{}i:5;i:4628712;}i:19;a:6:{i:0;s:19:"Loading module: api";i:1;i:8;i:2;s:26:"yii\base\Module::getModule";i:3;d:1698314075.567073;i:4;a:0:{}i:5;i:4630344;}i:20;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_wechat_app`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698314075.599167;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6055432;}i:21;a:6:{i:0;s:57:"Opening DB connection: mysql:host=127.0.0.1;dbname=cxfoot";i:1;i:4;i:2;s:23:"yii\db\Connection::open";i:3;d:1698314075.599256;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6057864;}i:26;a:6:{i:0;s:782:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_wechat_app' AND `kcu`.`TABLE_NAME` = 'cx_wechat_app'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698314075.604283;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6144176;}i:29;a:6:{i:0;s:71:"SELECT * FROM `cx_wechat_app` WHERE (`cx_mch_id`=0) AND (`is_delete`=0)";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698314075.612684;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6480744;}i:32;a:6:{i:0;s:34:"Route to run: api/user/modify-user";i:1;i:8;i:2;s:30:"yii\base\Controller::runAction";i:3;d:1698314075.631074;i:4;a:0:{}i:5;i:6709728;}i:33;a:6:{i:0;s:119:"SELECT * FROM `cx_user_token` WHERE ((`is_delete`=0) AND (`token`='SF5fP6gUUrct1a') AND (`cx_mch_id`=0)) AND (`type`=3)";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698314075.6444;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6986272;}i:36;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_user_token`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698314075.645346;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6994528;}i:39;a:6:{i:0;s:782:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user_token' AND `kcu`.`TABLE_NAME` = 'cx_user_token'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698314075.646508;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7008376;}i:42;a:6:{i:0;s:32:"SHOW FULL COLUMNS FROM `cx_user`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698314075.647162;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7012256;}i:45;a:6:{i:0;s:770:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user' AND `kcu`.`TABLE_NAME` = 'cx_user'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698314075.648716;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7034352;}i:48;a:6:{i:0;s:78:"SELECT * FROM `cx_user` WHERE (`id`='65') AND (`is_delete`=0) AND (`status`=0)";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698314075.649468;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7042336;}i:51;a:6:{i:0;s:56:"User '65' logged in from 127.0.0.1. Session not enabled.";i:1;i:4;i:2;s:19:"yii\web\User::login";i:3;d:1698314075.658351;i:4;a:2:{i:0;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7282288;}i:52;a:6:{i:0;s:78:"Running action: app\modules\api\controllers\UserController::actionModifyUser()";i:1;i:8;i:2;s:36:"yii\base\InlineAction::runWithParams";i:3;d:1698314075.658434;i:4;a:0:{}i:5;i:7280040;}i:53;a:6:{i:0;s:58:"SELECT * FROM `cx_user` WHERE `mobile_phone`='18222222224'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698314075.663526;i:4;a:2:{i:0;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:73;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7392480;}i:56;a:6:{i:0;s:141:"SELECT * FROM `cx_user` WHERE ((`cx_mch_id`=0) AND (`is_delete`=0) AND (`status`=0)) AND ((`username`='U5s1ph') OR (`mobile_phone`='U5s1ph'))";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698314075.668581;i:4;a:3:{i:0;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:66;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:80;s:8:"function";s:5:"login";s:5:"class";s:32:"app\modules\api\models\LoginForm";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7478624;}i:59;a:6:{i:0;s:56:"User '68' logged in from 127.0.0.1. Session not enabled.";i:1;i:4;i:2;s:19:"yii\web\User::login";i:3;d:1698314076.575273;i:4;a:3:{i:0;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:82;s:8:"function";s:5:"login";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:80;s:8:"function";s:5:"login";s:5:"class";s:32:"app\modules\api\models\LoginForm";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7477784;}i:60;a:6:{i:0;s:17:"Begin transaction";i:1;i:8;i:2;s:25:"yii\db\Transaction::begin";i:3;d:1698314076.576491;i:4;a:3:{i:0;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:64;s:8:"function";s:16:"beginTransaction";s:5:"class";s:17:"yii\db\Connection";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:80;s:8:"function";s:5:"login";s:5:"class";s:32:"app\modules\api\models\LoginForm";s:4:"type";s:2:"->";}}i:5;i:7504152;}i:61;a:6:{i:0;s:37:"Executing Redis Command: CLUSTER INFO";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698314076.577492;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\components\FlashStorage.php";s:4:"line";i:67;s:8:"function";s:3:"get";s:5:"class";s:17:"yii\caching\Cache";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:93;s:8:"function";s:8:"getCache";s:5:"class";s:27:"app\components\FlashStorage";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:65;s:8:"function";s:8:"generate";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}}i:5;i:7525840;}i:62;a:6:{i:0;s:28:"Executing Redis Command: GET";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698314076.578717;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\components\FlashStorage.php";s:4:"line";i:67;s:8:"function";s:3:"get";s:5:"class";s:17:"yii\caching\Cache";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:93;s:8:"function";s:8:"getCache";s:5:"class";s:27:"app\components\FlashStorage";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:65;s:8:"function";s:8:"generate";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}}i:5;i:7533504;}i:63;a:6:{i:0;s:28:"Executing Redis Command: SET";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698314076.578894;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\components\FlashStorage.php";s:4:"line";i:47;s:8:"function";s:3:"set";s:5:"class";s:17:"yii\caching\Cache";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:99;s:8:"function";s:8:"setCache";s:5:"class";s:27:"app\components\FlashStorage";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:65;s:8:"function";s:8:"generate";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}}i:5;i:7535760;}i:64;a:6:{i:0;s:28:"Executing Redis Command: GET";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698314076.579055;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\components\FlashStorage.php";s:4:"line";i:67;s:8:"function";s:3:"get";s:5:"class";s:17:"yii\caching\Cache";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:127;s:8:"function";s:8:"getCache";s:5:"class";s:27:"app\components\FlashStorage";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:102;s:8:"function";s:9:"_generate";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}}i:5;i:7537848;}i:65;a:6:{i:0;s:28:"Executing Redis Command: SET";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698314076.579209;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\components\FlashStorage.php";s:4:"line";i:47;s:8:"function";s:3:"set";s:5:"class";s:17:"yii\caching\Cache";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:132;s:8:"function";s:8:"setCache";s:5:"class";s:27:"app\components\FlashStorage";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:102;s:8:"function";s:9:"_generate";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}}i:5;i:7545736;}i:66;a:6:{i:0;s:132:"SELECT EXISTS(SELECT * FROM `cx_user_token` WHERE (`type`=3) AND (`token`='tqStJYMpkjexiV') AND (`is_delete`=0) AND (`cx_mch_id`=0))";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698314076.579538;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:103;s:8:"function";s:6:"exists";s:5:"class";s:12:"yii\db\Query";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:65;s:8:"function";s:8:"generate";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7551408;}i:69;a:6:{i:0;s:28:"Executing Redis Command: DEL";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698314076.580144;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\components\FlashStorage.php";s:4:"line";i:57;s:8:"function";s:6:"delete";s:5:"class";s:17:"yii\caching\Cache";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:105;s:8:"function";s:11:"deleteCache";s:5:"class";s:27:"app\components\FlashStorage";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:65;s:8:"function";s:8:"generate";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}}i:5;i:7553544;}i:70;a:6:{i:0;s:118:"UPDATE `cx_user_token` SET `is_delete`=1 WHERE (`is_delete`=0) AND (`user_id`='68') AND (`cx_mch_id`=0) AND (`type`=3)";i:1;i:4;i:2;s:23:"yii\db\Command::execute";i:3;d:1698314076.580394;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:273;s:8:"function";s:9:"updateAll";s:5:"class";s:19:"yii\db\ActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:77;s:8:"function";s:7:"destory";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7557472;}i:73;a:6:{i:0;s:189:"INSERT INTO `cx_user_token` (`cx_mch_id`, `type`, `token`, `user_id`, `expire_time`, `status`, `is_delete`, `created_at`) VALUES (0, 3, 'tqStJYMpkjexiV', '68', 1700906076, 0, 0, 1698314076)";i:1;i:4;i:2;s:23:"yii\db\Command::execute";i:3;d:1698314076.583098;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:157;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:78;s:8:"function";s:13:"saveUserToken";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7670128;}i:76;a:6:{i:0;s:18:"Commit transaction";i:1;i:8;i:2;s:26:"yii\db\Transaction::commit";i:3;d:1698314076.584128;i:4;a:3:{i:0;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:89;s:8:"function";s:6:"commit";s:5:"class";s:18:"yii\db\Transaction";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:80;s:8:"function";s:5:"login";s:5:"class";s:32:"app\modules\api\models\LoginForm";s:4:"type";s:2:"->";}}i:5;i:7669064;}i:77;a:6:{i:0;s:42:"SHOW FULL COLUMNS FROM `cx_user_login_log`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698314076.619311;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:82;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7702144;}i:80;a:6:{i:0;s:790:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user_login_log' AND `kcu`.`TABLE_NAME` = 'cx_user_login_log'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698314076.62077;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:82;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7715904;}i:83;a:6:{i:0;s:177:"INSERT INTO `cx_user_login_log` (`cx_mch_id`, `user_id`, `is_delete`, `ipv4`, `is_pass`, `err_msg`, `created_at`) VALUES (0, '68', 0, '127.0.0.1', 1, '登录成功', 1698314076)";i:1;i:4;i:2;s:23:"yii\db\Command::execute";i:3;d:1698314076.622648;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:88;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7742800;}i:86;a:6:{i:0;s:114:"SELECT * FROM `cx_user_oauth` WHERE ((`type`='wxmp') AND (`is_delete`=0) AND (`cx_mch_id`=0)) AND (`user_id`='68')";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698314076.643167;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:432;s:8:"function";s:5:"__get";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:92;s:8:"function";s:9:"bindQuery";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:80;s:8:"function";s:5:"login";s:5:"class";s:32:"app\modules\api\models\LoginForm";s:4:"type";s:2:"->";}}i:5;i:7812632;}i:89;a:6:{i:0;s:35:"SHOW FULL COLUMNS FROM `cx_api_log`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698314076.644984;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7848696;}i:92;a:6:{i:0;s:776:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_api_log' AND `kcu`.`TABLE_NAME` = 'cx_api_log'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698314076.646666;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7867608;}i:95;a:6:{i:0;s:655:"INSERT INTO `cx_api_log` (`cx_mch_id`, `user_id`, `route`, `module_id`, `controller_id`, `action_id`, `url`, `method`, `method_param`, `ipv4`, `is_pass`, `request_date`, `request_time`, `response_time`, `process_consume_time`, `is_delete`, `created_at`) VALUES (0, '68', 'api/user/modify-user', 'api', 'user', 'modify-user', '/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124', 'POST', '{\"real_name\":\"王五\",\"gender\":\"1\",\"is_view\":\"42.5\",\"mobile_phone\":\"18222222224\"}', '127.0.0.1', 1, '2023-10-26', 1698314075572, 1698314076647, 1075, 0, 1698314076)";i:1;i:4;i:2;s:23:"yii\db\Command::execute";i:3;d:1698314076.648792;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:125;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7897896;}}}";s:9:"profiling";s:39197:"a:3:{s:6:"memory";i:8533136;s:4:"time";d:1.1980960369110107;s:8:"messages";a:44:{i:22;a:6:{i:0;s:57:"Opening DB connection: mysql:host=127.0.0.1;dbname=cxfoot";i:1;i:80;i:2;s:23:"yii\db\Connection::open";i:3;d:1698314075.599275;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6058992;}i:23;a:6:{i:0;s:57:"Opening DB connection: mysql:host=127.0.0.1;dbname=cxfoot";i:1;i:96;i:2;s:23:"yii\db\Connection::open";i:3;d:1698314075.601266;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6108152;}i:24;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_wechat_app`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314075.601313;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6108392;}i:25;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_wechat_app`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314075.602595;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6124224;}i:27;a:6:{i:0;s:782:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_wechat_app' AND `kcu`.`TABLE_NAME` = 'cx_wechat_app'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314075.604326;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6147040;}i:28;a:6:{i:0;s:782:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_wechat_app' AND `kcu`.`TABLE_NAME` = 'cx_wechat_app'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314075.604899;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6149424;}i:30;a:6:{i:0;s:71:"SELECT * FROM `cx_wechat_app` WHERE (`cx_mch_id`=0) AND (`is_delete`=0)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314075.612736;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6481992;}i:31;a:6:{i:0;s:71:"SELECT * FROM `cx_wechat_app` WHERE (`cx_mch_id`=0) AND (`is_delete`=0)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314075.613398;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6488664;}i:34;a:6:{i:0;s:119:"SELECT * FROM `cx_user_token` WHERE ((`is_delete`=0) AND (`token`='SF5fP6gUUrct1a') AND (`cx_mch_id`=0)) AND (`type`=3)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314075.644445;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6987840;}i:35;a:6:{i:0;s:119:"SELECT * FROM `cx_user_token` WHERE ((`is_delete`=0) AND (`token`='SF5fP6gUUrct1a') AND (`cx_mch_id`=0)) AND (`type`=3)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314075.645237;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6991528;}i:37;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_user_token`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314075.645373;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6996648;}i:38;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_user_token`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314075.646217;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7008912;}i:40;a:6:{i:0;s:782:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user_token' AND `kcu`.`TABLE_NAME` = 'cx_user_token'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314075.646536;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7011992;}i:41;a:6:{i:0;s:782:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user_token' AND `kcu`.`TABLE_NAME` = 'cx_user_token'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314075.646999;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7015128;}i:43;a:6:{i:0;s:32:"SHOW FULL COLUMNS FROM `cx_user`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314075.647187;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7014376;}i:44;a:6:{i:0;s:32:"SHOW FULL COLUMNS FROM `cx_user`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314075.648129;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7044520;}i:46;a:6:{i:0;s:770:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user' AND `kcu`.`TABLE_NAME` = 'cx_user'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314075.648742;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7037968;}i:47;a:6:{i:0;s:770:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user' AND `kcu`.`TABLE_NAME` = 'cx_user'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314075.649206;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7041104;}i:49;a:6:{i:0;s:78:"SELECT * FROM `cx_user` WHERE (`id`='65') AND (`is_delete`=0) AND (`status`=0)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314075.649493;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7044088;}i:50;a:6:{i:0;s:78:"SELECT * FROM `cx_user` WHERE (`id`='65') AND (`is_delete`=0) AND (`status`=0)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314075.649949;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7050520;}i:54;a:6:{i:0;s:58:"SELECT * FROM `cx_user` WHERE `mobile_phone`='18222222224'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314075.663561;i:4;a:2:{i:0;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:73;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7394312;}i:55;a:6:{i:0;s:58:"SELECT * FROM `cx_user` WHERE `mobile_phone`='18222222224'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314075.664306;i:4;a:2:{i:0;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:73;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7400064;}i:57;a:6:{i:0;s:141:"SELECT * FROM `cx_user` WHERE ((`cx_mch_id`=0) AND (`is_delete`=0) AND (`status`=0)) AND ((`username`='U5s1ph') OR (`mobile_phone`='U5s1ph'))";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314075.668656;i:4;a:3:{i:0;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:66;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:80;s:8:"function";s:5:"login";s:5:"class";s:32:"app\modules\api\models\LoginForm";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7479992;}i:58;a:6:{i:0;s:141:"SELECT * FROM `cx_user` WHERE ((`cx_mch_id`=0) AND (`is_delete`=0) AND (`status`=0)) AND ((`username`='U5s1ph') OR (`mobile_phone`='U5s1ph'))";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314075.669322;i:4;a:3:{i:0;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:66;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:80;s:8:"function";s:5:"login";s:5:"class";s:32:"app\modules\api\models\LoginForm";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7486248;}i:67;a:6:{i:0;s:132:"SELECT EXISTS(SELECT * FROM `cx_user_token` WHERE (`type`=3) AND (`token`='tqStJYMpkjexiV') AND (`is_delete`=0) AND (`cx_mch_id`=0))";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314076.579572;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:103;s:8:"function";s:6:"exists";s:5:"class";s:12:"yii\db\Query";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:65;s:8:"function";s:8:"generate";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7552368;}i:68;a:6:{i:0;s:132:"SELECT EXISTS(SELECT * FROM `cx_user_token` WHERE (`type`=3) AND (`token`='tqStJYMpkjexiV') AND (`is_delete`=0) AND (`cx_mch_id`=0))";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314076.580092;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:103;s:8:"function";s:6:"exists";s:5:"class";s:12:"yii\db\Query";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:65;s:8:"function";s:8:"generate";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7554792;}i:71;a:6:{i:0;s:118:"UPDATE `cx_user_token` SET `is_delete`=1 WHERE (`is_delete`=0) AND (`user_id`='68') AND (`cx_mch_id`=0) AND (`type`=3)";i:1;i:80;i:2;s:23:"yii\db\Command::execute";i:3;d:1698314076.580432;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:273;s:8:"function";s:9:"updateAll";s:5:"class";s:19:"yii\db\ActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:77;s:8:"function";s:7:"destory";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7558808;}i:72;a:6:{i:0;s:118:"UPDATE `cx_user_token` SET `is_delete`=1 WHERE (`is_delete`=0) AND (`user_id`='68') AND (`cx_mch_id`=0) AND (`type`=3)";i:1;i:96;i:2;s:23:"yii\db\Command::execute";i:3;d:1698314076.581664;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:273;s:8:"function";s:9:"updateAll";s:5:"class";s:19:"yii\db\ActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:77;s:8:"function";s:7:"destory";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7560912;}i:74;a:6:{i:0;s:189:"INSERT INTO `cx_user_token` (`cx_mch_id`, `type`, `token`, `user_id`, `expire_time`, `status`, `is_delete`, `created_at`) VALUES (0, 3, 'tqStJYMpkjexiV', '68', 1700906076, 0, 0, 1698314076)";i:1;i:80;i:2;s:23:"yii\db\Command::execute";i:3;d:1698314076.583129;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:157;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:78;s:8:"function";s:13:"saveUserToken";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7670768;}i:75;a:6:{i:0;s:189:"INSERT INTO `cx_user_token` (`cx_mch_id`, `type`, `token`, `user_id`, `expire_time`, `status`, `is_delete`, `created_at`) VALUES (0, 3, 'tqStJYMpkjexiV', '68', 1700906076, 0, 0, 1698314076)";i:1;i:96;i:2;s:23:"yii\db\Command::execute";i:3;d:1698314076.583564;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:157;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:78;s:8:"function";s:13:"saveUserToken";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7672824;}i:78;a:6:{i:0;s:42:"SHOW FULL COLUMNS FROM `cx_user_login_log`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314076.619357;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:82;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7704288;}i:79;a:6:{i:0;s:42:"SHOW FULL COLUMNS FROM `cx_user_login_log`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314076.620455;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:82;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7716496;}i:81;a:6:{i:0;s:790:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user_login_log' AND `kcu`.`TABLE_NAME` = 'cx_user_login_log'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314076.6208;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:82;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7719520;}i:82;a:6:{i:0;s:790:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user_login_log' AND `kcu`.`TABLE_NAME` = 'cx_user_login_log'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314076.621379;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:82;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7722656;}i:84;a:6:{i:0;s:177:"INSERT INTO `cx_user_login_log` (`cx_mch_id`, `user_id`, `is_delete`, `ipv4`, `is_pass`, `err_msg`, `created_at`) VALUES (0, '68', 0, '127.0.0.1', 1, '登录成功', 1698314076)";i:1;i:80;i:2;s:23:"yii\db\Command::execute";i:3;d:1698314076.622682;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:88;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7743672;}i:85;a:6:{i:0;s:177:"INSERT INTO `cx_user_login_log` (`cx_mch_id`, `user_id`, `is_delete`, `ipv4`, `is_pass`, `err_msg`, `created_at`) VALUES (0, '68', 0, '127.0.0.1', 1, '登录成功', 1698314076)";i:1;i:96;i:2;s:23:"yii\db\Command::execute";i:3;d:1698314076.63955;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:88;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7745784;}i:87;a:6:{i:0;s:114:"SELECT * FROM `cx_user_oauth` WHERE ((`type`='wxmp') AND (`is_delete`=0) AND (`cx_mch_id`=0)) AND (`user_id`='68')";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314076.643209;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:432;s:8:"function";s:5:"__get";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:92;s:8:"function";s:9:"bindQuery";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:80;s:8:"function";s:5:"login";s:5:"class";s:32:"app\modules\api\models\LoginForm";s:4:"type";s:2:"->";}}i:5;i:7814200;}i:88;a:6:{i:0;s:114:"SELECT * FROM `cx_user_oauth` WHERE ((`type`='wxmp') AND (`is_delete`=0) AND (`cx_mch_id`=0)) AND (`user_id`='68')";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314076.643995;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:432;s:8:"function";s:5:"__get";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:92;s:8:"function";s:9:"bindQuery";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:80;s:8:"function";s:5:"login";s:5:"class";s:32:"app\modules\api\models\LoginForm";s:4:"type";s:2:"->";}}i:5;i:7816952;}i:90;a:6:{i:0;s:35:"SHOW FULL COLUMNS FROM `cx_api_log`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314076.645018;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7850816;}i:91;a:6:{i:0;s:35:"SHOW FULL COLUMNS FROM `cx_api_log`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314076.64616;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7873776;}i:93;a:6:{i:0;s:776:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_api_log' AND `kcu`.`TABLE_NAME` = 'cx_api_log'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314076.646694;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7871224;}i:94;a:6:{i:0;s:776:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_api_log' AND `kcu`.`TABLE_NAME` = 'cx_api_log'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314076.647343;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7874360;}i:96;a:6:{i:0;s:655:"INSERT INTO `cx_api_log` (`cx_mch_id`, `user_id`, `route`, `module_id`, `controller_id`, `action_id`, `url`, `method`, `method_param`, `ipv4`, `is_pass`, `request_date`, `request_time`, `response_time`, `process_consume_time`, `is_delete`, `created_at`) VALUES (0, '68', 'api/user/modify-user', 'api', 'user', 'modify-user', '/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124', 'POST', '{\"real_name\":\"王五\",\"gender\":\"1\",\"is_view\":\"42.5\",\"mobile_phone\":\"18222222224\"}', '127.0.0.1', 1, '2023-10-26', 1698314075572, 1698314076647, 1075, 0, 1698314076)";i:1;i:80;i:2;s:23:"yii\db\Command::execute";i:3;d:1698314076.648836;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:125;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7896256;}i:97;a:6:{i:0;s:655:"INSERT INTO `cx_api_log` (`cx_mch_id`, `user_id`, `route`, `module_id`, `controller_id`, `action_id`, `url`, `method`, `method_param`, `ipv4`, `is_pass`, `request_date`, `request_time`, `response_time`, `process_consume_time`, `is_delete`, `created_at`) VALUES (0, '68', 'api/user/modify-user', 'api', 'user', 'modify-user', '/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124', 'POST', '{\"real_name\":\"王五\",\"gender\":\"1\",\"is_view\":\"42.5\",\"mobile_phone\":\"18222222224\"}', '127.0.0.1', 1, '2023-10-26', 1698314075572, 1698314076647, 1075, 0, 1698314076)";i:1;i:96;i:2;s:23:"yii\db\Command::execute";i:3;d:1698314076.676574;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:125;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7898912;}}}";s:2:"db";s:38394:"a:1:{s:8:"messages";a:42:{i:24;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_wechat_app`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314075.601313;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6108392;}i:25;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_wechat_app`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314075.602595;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6124224;}i:27;a:6:{i:0;s:782:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_wechat_app' AND `kcu`.`TABLE_NAME` = 'cx_wechat_app'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314075.604326;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6147040;}i:28;a:6:{i:0;s:782:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_wechat_app' AND `kcu`.`TABLE_NAME` = 'cx_wechat_app'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314075.604899;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6149424;}i:30;a:6:{i:0;s:71:"SELECT * FROM `cx_wechat_app` WHERE (`cx_mch_id`=0) AND (`is_delete`=0)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314075.612736;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6481992;}i:31;a:6:{i:0;s:71:"SELECT * FROM `cx_wechat_app` WHERE (`cx_mch_id`=0) AND (`is_delete`=0)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314075.613398;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6488664;}i:34;a:6:{i:0;s:119:"SELECT * FROM `cx_user_token` WHERE ((`is_delete`=0) AND (`token`='SF5fP6gUUrct1a') AND (`cx_mch_id`=0)) AND (`type`=3)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314075.644445;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6987840;}i:35;a:6:{i:0;s:119:"SELECT * FROM `cx_user_token` WHERE ((`is_delete`=0) AND (`token`='SF5fP6gUUrct1a') AND (`cx_mch_id`=0)) AND (`type`=3)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314075.645237;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6991528;}i:37;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_user_token`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314075.645373;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6996648;}i:38;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_user_token`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314075.646217;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7008912;}i:40;a:6:{i:0;s:782:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user_token' AND `kcu`.`TABLE_NAME` = 'cx_user_token'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314075.646536;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7011992;}i:41;a:6:{i:0;s:782:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user_token' AND `kcu`.`TABLE_NAME` = 'cx_user_token'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314075.646999;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7015128;}i:43;a:6:{i:0;s:32:"SHOW FULL COLUMNS FROM `cx_user`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314075.647187;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7014376;}i:44;a:6:{i:0;s:32:"SHOW FULL COLUMNS FROM `cx_user`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314075.648129;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7044520;}i:46;a:6:{i:0;s:770:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user' AND `kcu`.`TABLE_NAME` = 'cx_user'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314075.648742;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7037968;}i:47;a:6:{i:0;s:770:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user' AND `kcu`.`TABLE_NAME` = 'cx_user'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314075.649206;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7041104;}i:49;a:6:{i:0;s:78:"SELECT * FROM `cx_user` WHERE (`id`='65') AND (`is_delete`=0) AND (`status`=0)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314075.649493;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7044088;}i:50;a:6:{i:0;s:78:"SELECT * FROM `cx_user` WHERE (`id`='65') AND (`is_delete`=0) AND (`status`=0)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314075.649949;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7050520;}i:54;a:6:{i:0;s:58:"SELECT * FROM `cx_user` WHERE `mobile_phone`='18222222224'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314075.663561;i:4;a:2:{i:0;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:73;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7394312;}i:55;a:6:{i:0;s:58:"SELECT * FROM `cx_user` WHERE `mobile_phone`='18222222224'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314075.664306;i:4;a:2:{i:0;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:73;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7400064;}i:57;a:6:{i:0;s:141:"SELECT * FROM `cx_user` WHERE ((`cx_mch_id`=0) AND (`is_delete`=0) AND (`status`=0)) AND ((`username`='U5s1ph') OR (`mobile_phone`='U5s1ph'))";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314075.668656;i:4;a:3:{i:0;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:66;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:80;s:8:"function";s:5:"login";s:5:"class";s:32:"app\modules\api\models\LoginForm";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7479992;}i:58;a:6:{i:0;s:141:"SELECT * FROM `cx_user` WHERE ((`cx_mch_id`=0) AND (`is_delete`=0) AND (`status`=0)) AND ((`username`='U5s1ph') OR (`mobile_phone`='U5s1ph'))";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314075.669322;i:4;a:3:{i:0;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:66;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:80;s:8:"function";s:5:"login";s:5:"class";s:32:"app\modules\api\models\LoginForm";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7486248;}i:67;a:6:{i:0;s:132:"SELECT EXISTS(SELECT * FROM `cx_user_token` WHERE (`type`=3) AND (`token`='tqStJYMpkjexiV') AND (`is_delete`=0) AND (`cx_mch_id`=0))";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314076.579572;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:103;s:8:"function";s:6:"exists";s:5:"class";s:12:"yii\db\Query";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:65;s:8:"function";s:8:"generate";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7552368;}i:68;a:6:{i:0;s:132:"SELECT EXISTS(SELECT * FROM `cx_user_token` WHERE (`type`=3) AND (`token`='tqStJYMpkjexiV') AND (`is_delete`=0) AND (`cx_mch_id`=0))";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314076.580092;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:103;s:8:"function";s:6:"exists";s:5:"class";s:12:"yii\db\Query";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:65;s:8:"function";s:8:"generate";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7554792;}i:71;a:6:{i:0;s:118:"UPDATE `cx_user_token` SET `is_delete`=1 WHERE (`is_delete`=0) AND (`user_id`='68') AND (`cx_mch_id`=0) AND (`type`=3)";i:1;i:80;i:2;s:23:"yii\db\Command::execute";i:3;d:1698314076.580432;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:273;s:8:"function";s:9:"updateAll";s:5:"class";s:19:"yii\db\ActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:77;s:8:"function";s:7:"destory";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7558808;}i:72;a:6:{i:0;s:118:"UPDATE `cx_user_token` SET `is_delete`=1 WHERE (`is_delete`=0) AND (`user_id`='68') AND (`cx_mch_id`=0) AND (`type`=3)";i:1;i:96;i:2;s:23:"yii\db\Command::execute";i:3;d:1698314076.581664;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:273;s:8:"function";s:9:"updateAll";s:5:"class";s:19:"yii\db\ActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:77;s:8:"function";s:7:"destory";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7560912;}i:74;a:6:{i:0;s:189:"INSERT INTO `cx_user_token` (`cx_mch_id`, `type`, `token`, `user_id`, `expire_time`, `status`, `is_delete`, `created_at`) VALUES (0, 3, 'tqStJYMpkjexiV', '68', 1700906076, 0, 0, 1698314076)";i:1;i:80;i:2;s:23:"yii\db\Command::execute";i:3;d:1698314076.583129;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:157;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:78;s:8:"function";s:13:"saveUserToken";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7670768;}i:75;a:6:{i:0;s:189:"INSERT INTO `cx_user_token` (`cx_mch_id`, `type`, `token`, `user_id`, `expire_time`, `status`, `is_delete`, `created_at`) VALUES (0, 3, 'tqStJYMpkjexiV', '68', 1700906076, 0, 0, 1698314076)";i:1;i:96;i:2;s:23:"yii\db\Command::execute";i:3;d:1698314076.583564;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:157;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:78;s:8:"function";s:13:"saveUserToken";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7672824;}i:78;a:6:{i:0;s:42:"SHOW FULL COLUMNS FROM `cx_user_login_log`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314076.619357;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:82;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7704288;}i:79;a:6:{i:0;s:42:"SHOW FULL COLUMNS FROM `cx_user_login_log`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314076.620455;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:82;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7716496;}i:81;a:6:{i:0;s:790:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user_login_log' AND `kcu`.`TABLE_NAME` = 'cx_user_login_log'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314076.6208;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:82;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7719520;}i:82;a:6:{i:0;s:790:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user_login_log' AND `kcu`.`TABLE_NAME` = 'cx_user_login_log'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314076.621379;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:82;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7722656;}i:84;a:6:{i:0;s:177:"INSERT INTO `cx_user_login_log` (`cx_mch_id`, `user_id`, `is_delete`, `ipv4`, `is_pass`, `err_msg`, `created_at`) VALUES (0, '68', 0, '127.0.0.1', 1, '登录成功', 1698314076)";i:1;i:80;i:2;s:23:"yii\db\Command::execute";i:3;d:1698314076.622682;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:88;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7743672;}i:85;a:6:{i:0;s:177:"INSERT INTO `cx_user_login_log` (`cx_mch_id`, `user_id`, `is_delete`, `ipv4`, `is_pass`, `err_msg`, `created_at`) VALUES (0, '68', 0, '127.0.0.1', 1, '登录成功', 1698314076)";i:1;i:96;i:2;s:23:"yii\db\Command::execute";i:3;d:1698314076.63955;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:88;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7745784;}i:87;a:6:{i:0;s:114:"SELECT * FROM `cx_user_oauth` WHERE ((`type`='wxmp') AND (`is_delete`=0) AND (`cx_mch_id`=0)) AND (`user_id`='68')";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314076.643209;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:432;s:8:"function";s:5:"__get";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:92;s:8:"function";s:9:"bindQuery";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:80;s:8:"function";s:5:"login";s:5:"class";s:32:"app\modules\api\models\LoginForm";s:4:"type";s:2:"->";}}i:5;i:7814200;}i:88;a:6:{i:0;s:114:"SELECT * FROM `cx_user_oauth` WHERE ((`type`='wxmp') AND (`is_delete`=0) AND (`cx_mch_id`=0)) AND (`user_id`='68')";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314076.643995;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:432;s:8:"function";s:5:"__get";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:92;s:8:"function";s:9:"bindQuery";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:80;s:8:"function";s:5:"login";s:5:"class";s:32:"app\modules\api\models\LoginForm";s:4:"type";s:2:"->";}}i:5;i:7816952;}i:90;a:6:{i:0;s:35:"SHOW FULL COLUMNS FROM `cx_api_log`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314076.645018;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7850816;}i:91;a:6:{i:0;s:35:"SHOW FULL COLUMNS FROM `cx_api_log`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314076.64616;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7873776;}i:93;a:6:{i:0;s:776:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_api_log' AND `kcu`.`TABLE_NAME` = 'cx_api_log'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314076.646694;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7871224;}i:94;a:6:{i:0;s:776:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_api_log' AND `kcu`.`TABLE_NAME` = 'cx_api_log'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314076.647343;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7874360;}i:96;a:6:{i:0;s:655:"INSERT INTO `cx_api_log` (`cx_mch_id`, `user_id`, `route`, `module_id`, `controller_id`, `action_id`, `url`, `method`, `method_param`, `ipv4`, `is_pass`, `request_date`, `request_time`, `response_time`, `process_consume_time`, `is_delete`, `created_at`) VALUES (0, '68', 'api/user/modify-user', 'api', 'user', 'modify-user', '/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124', 'POST', '{\"real_name\":\"王五\",\"gender\":\"1\",\"is_view\":\"42.5\",\"mobile_phone\":\"18222222224\"}', '127.0.0.1', 1, '2023-10-26', 1698314075572, 1698314076647, 1075, 0, 1698314076)";i:1;i:80;i:2;s:23:"yii\db\Command::execute";i:3;d:1698314076.648836;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:125;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7896256;}i:97;a:6:{i:0;s:655:"INSERT INTO `cx_api_log` (`cx_mch_id`, `user_id`, `route`, `module_id`, `controller_id`, `action_id`, `url`, `method`, `method_param`, `ipv4`, `is_pass`, `request_date`, `request_time`, `response_time`, `process_consume_time`, `is_delete`, `created_at`) VALUES (0, '68', 'api/user/modify-user', 'api', 'user', 'modify-user', '/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124', 'POST', '{\"real_name\":\"王五\",\"gender\":\"1\",\"is_view\":\"42.5\",\"mobile_phone\":\"18222222224\"}', '127.0.0.1', 1, '2023-10-26', 1698314075572, 1698314076647, 1075, 0, 1698314076)";i:1;i:96;i:2;s:23:"yii\db\Command::execute";i:3;d:1698314076.676574;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:125;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7898912;}}}";s:5:"event";s:9742:"a:55:{i:0;a:5:{s:4:"time";d:1698314075.559765;s:4:"name";s:9:"afterOpen";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:20:"yii\redis\Connection";}i:1;a:5:{s:4:"time";d:1698314075.566139;s:4:"name";s:13:"beforeRequest";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:19:"yii\web\Application";}i:2;a:5:{s:4:"time";d:1698314075.592281;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:3;a:5:{s:4:"time";d:1698314075.601256;s:4:"name";s:9:"afterOpen";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:17:"yii\db\Connection";}i:4;a:5:{s:4:"time";d:1698314075.613457;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:27:"app\models\wechat\WechatApp";}i:5;a:5:{s:4:"time";d:1698314075.613526;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:27:"app\models\wechat\WechatApp";}i:6;a:5:{s:4:"time";d:1698314075.631647;s:4:"name";s:12:"beforeAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:19:"yii\web\Application";}i:7;a:5:{s:4:"time";d:1698314075.631663;s:4:"name";s:12:"beforeAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:22:"app\modules\api\Module";}i:8;a:5:{s:4:"time";d:1698314075.641758;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:9;a:5:{s:4:"time";d:1698314075.64529;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:20:"app\models\UserToken";}i:10;a:5:{s:4:"time";d:1698314075.647068;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:20:"app\models\UserToken";}i:11;a:5:{s:4:"time";d:1698314075.647104;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:12;a:5:{s:4:"time";d:1698314075.649992;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:15:"app\models\User";}i:13;a:5:{s:4:"time";d:1698314075.650065;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:15:"app\models\User";}i:14;a:5:{s:4:"time";d:1698314075.650715;s:4:"name";s:11:"beforeLogin";s:5:"class";s:17:"yii\web\UserEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:12:"yii\web\User";}i:15;a:5:{s:4:"time";d:1698314075.658394;s:4:"name";s:10:"afterLogin";s:5:"class";s:17:"yii\web\UserEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:12:"yii\web\User";}i:16;a:5:{s:4:"time";d:1698314075.658414;s:4:"name";s:12:"beforeAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:42:"app\modules\api\controllers\UserController";}i:17;a:5:{s:4:"time";d:1698314075.662483;s:4:"name";s:14:"beforeValidate";s:5:"class";s:19:"yii\base\ModelEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:37:"app\modules\api\models\UserModifyForm";}i:18;a:5:{s:4:"time";d:1698314075.662601;s:4:"name";s:13:"afterValidate";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:37:"app\modules\api\models\UserModifyForm";}i:19;a:5:{s:4:"time";d:1698314075.663282;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:20;a:5:{s:4:"time";d:1698314075.664345;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:15:"app\models\User";}i:21;a:5:{s:4:"time";d:1698314075.664415;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:15:"app\models\User";}i:22;a:5:{s:4:"time";d:1698314075.664444;s:4:"name";s:14:"beforeValidate";s:5:"class";s:19:"yii\base\ModelEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:32:"app\modules\api\models\LoginForm";}i:23;a:5:{s:4:"time";d:1698314075.666724;s:4:"name";s:13:"afterValidate";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:32:"app\modules\api\models\LoginForm";}i:24;a:5:{s:4:"time";d:1698314075.667295;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:25;a:5:{s:4:"time";d:1698314075.669369;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:15:"app\models\User";}i:26;a:5:{s:4:"time";d:1698314075.669445;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:15:"app\models\User";}i:27;a:5:{s:4:"time";d:1698314076.575011;s:4:"name";s:11:"beforeLogin";s:5:"class";s:17:"yii\web\UserEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:12:"yii\web\User";}i:28;a:5:{s:4:"time";d:1698314076.575306;s:4:"name";s:10:"afterLogin";s:5:"class";s:17:"yii\web\UserEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:12:"yii\web\User";}i:29;a:5:{s:4:"time";d:1698314076.576526;s:4:"name";s:16:"beginTransaction";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:17:"yii\db\Connection";}i:30;a:5:{s:4:"time";d:1698314076.579387;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:31;a:5:{s:4:"time";d:1698314076.581704;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:20:"app\models\UserToken";}i:32;a:5:{s:4:"time";d:1698314076.581772;s:4:"name";s:14:"beforeValidate";s:5:"class";s:19:"yii\base\ModelEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:20:"app\models\UserToken";}i:33;a:5:{s:4:"time";d:1698314076.581975;s:4:"name";s:13:"afterValidate";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:20:"app\models\UserToken";}i:34;a:5:{s:4:"time";d:1698314076.581993;s:4:"name";s:12:"beforeInsert";s:5:"class";s:19:"yii\base\ModelEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:20:"app\models\UserToken";}i:35;a:5:{s:4:"time";d:1698314076.584112;s:4:"name";s:11:"afterInsert";s:5:"class";s:21:"yii\db\AfterSaveEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:20:"app\models\UserToken";}i:36;a:5:{s:4:"time";d:1698314076.618179;s:4:"name";s:17:"commitTransaction";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:17:"yii\db\Connection";}i:37;a:5:{s:4:"time";d:1698314076.61924;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:27:"app\models\log\UserLoginLog";}i:38;a:5:{s:4:"time";d:1698314076.622235;s:4:"name";s:14:"beforeValidate";s:5:"class";s:19:"yii\base\ModelEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:27:"app\models\log\UserLoginLog";}i:39;a:5:{s:4:"time";d:1698314076.622496;s:4:"name";s:13:"afterValidate";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:27:"app\models\log\UserLoginLog";}i:40;a:5:{s:4:"time";d:1698314076.622513;s:4:"name";s:12:"beforeInsert";s:5:"class";s:19:"yii\base\ModelEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:27:"app\models\log\UserLoginLog";}i:41;a:5:{s:4:"time";d:1698314076.639674;s:4:"name";s:11:"afterInsert";s:5:"class";s:21:"yii\db\AfterSaveEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:27:"app\models\log\UserLoginLog";}i:42;a:5:{s:4:"time";d:1698314076.640699;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:43;a:5:{s:4:"time";d:1698314076.644919;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"app\models\log\ApiLog";}i:44;a:5:{s:4:"time";d:1698314076.647562;s:4:"name";s:14:"beforeValidate";s:5:"class";s:19:"yii\base\ModelEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"app\models\log\ApiLog";}i:45;a:5:{s:4:"time";d:1698314076.648569;s:4:"name";s:13:"afterValidate";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"app\models\log\ApiLog";}i:46;a:5:{s:4:"time";d:1698314076.648588;s:4:"name";s:12:"beforeInsert";s:5:"class";s:19:"yii\base\ModelEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"app\models\log\ApiLog";}i:47;a:5:{s:4:"time";d:1698314076.676726;s:4:"name";s:11:"afterInsert";s:5:"class";s:21:"yii\db\AfterSaveEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"app\models\log\ApiLog";}i:48;a:5:{s:4:"time";d:1698314076.676772;s:4:"name";s:11:"afterAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:42:"app\modules\api\controllers\UserController";}i:49;a:5:{s:4:"time";d:1698314076.676786;s:4:"name";s:11:"afterAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:22:"app\modules\api\Module";}i:50;a:5:{s:4:"time";d:1698314076.676795;s:4:"name";s:11:"afterAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:19:"yii\web\Application";}i:51;a:5:{s:4:"time";d:1698314076.676809;s:4:"name";s:12:"afterRequest";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:19:"yii\web\Application";}i:52;a:5:{s:4:"time";d:1698314076.676828;s:4:"name";s:10:"beforeSend";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:16:"yii\web\Response";}i:53;a:5:{s:4:"time";d:1698314076.680797;s:4:"name";s:12:"afterPrepare";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:16:"yii\web\Response";}i:54;a:5:{s:4:"time";d:1698314076.680886;s:4:"name";s:9:"afterSend";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:16:"yii\web\Response";}}";s:4:"mail";s:6:"a:0:{}";s:8:"timeline";s:90:"a:3:{s:5:"start";d:1698314075.48587;s:3:"end";d:1698314076.684459;s:6:"memory";i:8533136;}";s:4:"dump";s:6:"a:0:{}";s:6:"router";s:1694:"a:3:{s:8:"messages";a:8:{i:10;a:6:{i:0;a:3:{s:4:"rule";s:3:"gii";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698314075.566971;i:4;a:0:{}i:5;i:4623120;}i:11;a:6:{i:0;a:3:{s:4:"rule";s:12:"gii/";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698314075.566991;i:4;a:0:{}i:5;i:4623872;}i:12;a:6:{i:0;a:3:{s:4:"rule";s:41:"gii//";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698314075.567004;i:4;a:0:{}i:5;i:4624624;}i:13;a:6:{i:0;a:3:{s:4:"rule";s:5:"debug";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698314075.567012;i:4;a:0:{}i:5;i:4625376;}i:14;a:6:{i:0;a:3:{s:4:"rule";s:43:"debug//";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698314075.567021;i:4;a:0:{}i:5;i:4626128;}i:15;a:6:{i:0;a:3:{s:4:"rule";s:38:"//";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698314075.567032;i:4;a:0:{}i:5;i:4626880;}i:16;a:6:{i:0;a:3:{s:4:"rule";s:29:"/";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698314075.567041;i:4;a:0:{}i:5;i:4627632;}i:17;a:6:{i:0;s:55:"No matching URL rules. Using default URL parsing logic.";i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698314075.567047;i:4;a:0:{}i:5;i:4628648;}}s:5:"route";s:20:"api/user/modify-user";s:6:"action";s:62:"app\modules\api\controllers\UserController::actionModifyUser()";}";s:7:"request";s:5298:"a:15:{s:7:"flashes";a:0:{}s:10:"statusCode";i:200;s:14:"requestHeaders";a:9:{s:14:"content-length";s:3:"508";s:12:"content-type";s:80:"multipart/form-data; boundary=--------------------------321390976020950151217706";s:4:"host";s:10:"cxfoot.com";s:6:"cookie";s:148:"_csrf=e5a08a8e3b33c86ccc2d57b169f4d3336b2bcd47b5a8515b2d83edff3db072aea:2:%7Bi:0;s:5:%22_csrf%22;i:1;s:32:%22tl3d_rJa1gk66AaEbjcKD-eq-6qRoKlZ%22;%7D";s:10:"connection";s:5:"close";s:15:"accept-encoding";s:17:"gzip, deflate, br";s:6:"accept";s:3:"*/*";s:13:"cache-control";s:8:"no-cache";s:10:"user-agent";s:35:"PostmanRuntime-ApipostRuntime/1.1.0";}s:15:"responseHeaders";a:6:{s:12:"X-Powered-By";s:9:"PHP/7.3.4";s:12:"Content-Type";s:31:"application/json; charset=UTF-8";s:11:"X-Debug-Tag";s:13:"653a375b86a7b";s:16:"X-Debug-Duration";s:5:"1,196";s:12:"X-Debug-Link";s:37:"/debug/default/view?tag=653a375b86a7b";s:10:"Set-Cookie";s:204:"_csrf=7e09a6838a240f69ff98f7bf5aa3cf959b124665f2b456c0a4b5e5fb2a83dde2a%3A2%3A%7Bi%3A0%3Bs%3A5%3A%22_csrf%22%3Bi%3A1%3Bs%3A32%3A%22n5rwBNUa2bIME2VYbV4vO3Clb-ktm73F%22%3B%7D; path=/; HttpOnly; SameSite=Lax";}s:5:"route";s:20:"api/user/modify-user";s:6:"action";s:62:"app\modules\api\controllers\UserController::actionModifyUser()";s:12:"actionParams";a:0:{}s:7:"general";a:5:{s:6:"method";s:4:"POST";s:6:"isAjax";b:0;s:6:"isPjax";b:0;s:7:"isFlash";b:0;s:18:"isSecureConnection";b:0;}s:11:"requestBody";a:0:{}s:6:"SERVER";a:43:{s:4:"PATH";s:954:"C:\imagemagick;C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\intel64_win\compiler;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;E:\anzhuang\QTSystem\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;D:\Git\cmd;D:\svn\bin;C:\Users\Administrator\AppData\Local\Programs\Python\Python311;C:\Users\Administrator\AppData\Local\Programs\Python\Python311\Scripts;D:\Xftp 7\;D:\微信web开发者工具\dll;C:\Users\Administrator\AppData\Local\Microsoft\WindowsApps;;D:\PhpStorm 2021.2.1\bin;;D:\Microsoft VS Code\bin;D:\phpstudy_pro\Extensions\php\php7.4.3nts;C:\Users\Administrator\AppData\Local\ComposerSetup\bin;C:\Users\Administrator\AppData\Roaming\Composer\vendor\bin";s:10:"SYSTEMROOT";s:10:"C:\WINDOWS";s:7:"COMSPEC";s:27:"C:\WINDOWS\system32\cmd.exe";s:7:"PATHEXT";s:53:".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC";s:6:"WINDIR";s:10:"C:\WINDOWS";s:5:"PHPRC";s:42:"D:/phpstudy_pro/Extensions/php/php7.3.4nts";s:21:"_FCGI_SHUTDOWN_EVENT_";s:4:"9080";s:11:"SCRIPT_NAME";s:10:"/index.php";s:11:"REQUEST_URI";s:137:"/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:12:"QUERY_STRING";s:115:"access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:14:"REQUEST_METHOD";s:4:"POST";s:15:"SERVER_PROTOCOL";s:8:"HTTP/1.1";s:17:"GATEWAY_INTERFACE";s:7:"CGI/1.1";s:21:"REDIRECT_QUERY_STRING";s:115:"access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:12:"REDIRECT_URL";s:21:"/api/user/modify-user";s:11:"REMOTE_PORT";s:5:"49709";s:15:"SCRIPT_FILENAME";s:40:"D:/phpstudy_pro/WWW/cxfoot/web/index.php";s:12:"SERVER_ADMIN";s:17:"admin@example.com";s:21:"CONTEXT_DOCUMENT_ROOT";s:30:"D:/phpstudy_pro/WWW/cxfoot/web";s:14:"CONTEXT_PREFIX";s:0:"";s:14:"REQUEST_SCHEME";s:4:"http";s:13:"DOCUMENT_ROOT";s:30:"D:/phpstudy_pro/WWW/cxfoot/web";s:11:"REMOTE_ADDR";s:9:"127.0.0.1";s:11:"SERVER_PORT";s:2:"80";s:11:"SERVER_ADDR";s:9:"127.0.0.1";s:11:"SERVER_NAME";s:10:"cxfoot.com";s:15:"SERVER_SOFTWARE";s:73:"Apache/2.4.39 (Win64) OpenSSL/1.1.1b mod_fcgid/2.3.9a mod_log_rotate/1.02";s:16:"SERVER_SIGNATURE";s:0:"";s:10:"SystemRoot";s:10:"C:\WINDOWS";s:14:"CONTENT_LENGTH";s:3:"508";s:12:"CONTENT_TYPE";s:80:"multipart/form-data; boundary=--------------------------321390976020950151217706";s:9:"HTTP_HOST";s:10:"cxfoot.com";s:11:"HTTP_COOKIE";s:148:"_csrf=e5a08a8e3b33c86ccc2d57b169f4d3336b2bcd47b5a8515b2d83edff3db072aea:2:%7Bi:0;s:5:%22_csrf%22;i:1;s:32:%22tl3d_rJa1gk66AaEbjcKD-eq-6qRoKlZ%22;%7D";s:15:"HTTP_CONNECTION";s:5:"close";s:20:"HTTP_ACCEPT_ENCODING";s:17:"gzip, deflate, br";s:11:"HTTP_ACCEPT";s:3:"*/*";s:18:"HTTP_CACHE_CONTROL";s:8:"no-cache";s:15:"HTTP_USER_AGENT";s:35:"PostmanRuntime-ApipostRuntime/1.1.0";s:15:"REDIRECT_STATUS";s:3:"200";s:9:"FCGI_ROLE";s:9:"RESPONDER";s:8:"PHP_SELF";s:10:"/index.php";s:18:"REQUEST_TIME_FLOAT";d:1698314075.449022;s:12:"REQUEST_TIME";i:1698314075;}s:3:"GET";a:2:{s:12:"access_token";s:60:"bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0=";s:6:"X-Csrf";s:32:"ag7x1Afy1r0q8j4y05vk3s4118hx7124";}s:4:"POST";a:4:{s:9:"real_name";s:6:"王五";s:6:"gender";s:1:"1";s:7:"is_view";s:4:"42.5";s:12:"mobile_phone";s:11:"18222222224";}s:6:"COOKIE";a:5:{s:5:"_csrf";s:72:"e5a08a8e3b33c86ccc2d57b169f4d3336b2bcd47b5a8515b2d83edff3db072aea:2:{i:0";s:11:"s:5:"_csrf"";s:0:"";s:3:"i:1";s:0:"";s:39:"s:32:"tl3d_rJa1gk66AaEbjcKD-eq-6qRoKlZ"";s:0:"";s:1:"}";s:0:"";}s:5:"FILES";a:0:{}s:7:"SESSION";a:0:{}}";s:4:"user";s:2943:"a:5:{s:2:"id";s:2:"68";s:8:"identity";a:26:{s:2:"id";s:4:"'68'";s:9:"cx_mch_id";s:3:"'0'";s:8:"username";s:8:"'U5s1ph'";s:8:"password";s:62:"'$2y$13$x0iezfvj5/IfSaINjFFbiukbuijauI3o5J8l5mQULSfRJVl3pKdai'";s:8:"auth_key";s:34:"'liY1fP0zXFG2uKuLwwwZayJdE3iwgAWy'";s:12:"access_token";s:34:"'g5ip-OjtpkZEnjlh1bDwNz3zuoYDBQ2l'";s:8:"nickname";s:8:"'王五'";s:10:"avatar_url";s:28:"'/statics/images/avatar.jpg'";s:12:"mobile_phone";s:13:"'18222222224'";s:13:"mobile_prefix";s:4:"'86'";s:5:"email";s:2:"''";s:9:"real_name";s:8:"'王五'";s:4:"desc";s:2:"''";s:6:"gender";s:1:"1";s:8:"birthday";s:4:"null";s:6:"status";s:1:"0";s:9:"parent_id";s:3:"'0'";s:12:"is_modify_un";s:1:"0";s:9:"is_delete";s:1:"0";s:10:"country_id";s:1:"0";s:7:"city_id";s:1:"0";s:10:"created_at";s:10:"1698314013";s:10:"updated_at";s:10:"1698314013";s:4:"type";s:1:"0";s:8:"store_id";s:1:"0";s:7:"is_view";s:6:"'42.5'";}s:10:"attributes";a:26:{i:0;a:2:{s:9:"attribute";s:2:"id";s:5:"label";s:2:"ID";}i:1;a:2:{s:9:"attribute";s:9:"cx_mch_id";s:5:"label";s:14:"平台商户ID";}i:2;a:2:{s:9:"attribute";s:8:"username";s:5:"label";s:9:"用户名";}i:3;a:2:{s:9:"attribute";s:8:"password";s:5:"label";s:6:"密码";}i:4;a:2:{s:9:"attribute";s:8:"auth_key";s:5:"label";s:8:"AUTH_KEY";}i:5;a:2:{s:9:"attribute";s:12:"access_token";s:5:"label";s:12:"ACCESS_TOKEN";}i:6;a:2:{s:9:"attribute";s:8:"nickname";s:5:"label";s:6:"昵称";}i:7;a:2:{s:9:"attribute";s:10:"avatar_url";s:5:"label";s:6:"头像";}i:8;a:2:{s:9:"attribute";s:12:"mobile_phone";s:5:"label";s:9:"手机号";}i:9;a:2:{s:9:"attribute";s:13:"mobile_prefix";s:5:"label";s:21:"手机号国家代码";}i:10;a:2:{s:9:"attribute";s:5:"email";s:5:"label";s:6:"邮箱";}i:11;a:2:{s:9:"attribute";s:9:"real_name";s:5:"label";s:12:"真实姓名";}i:12;a:2:{s:9:"attribute";s:4:"desc";s:5:"label";s:12:"个性签名";}i:13;a:2:{s:9:"attribute";s:6:"gender";s:5:"label";s:33:"性别,0=女,1=男,2=保密";}i:14;a:2:{s:9:"attribute";s:8:"birthday";s:5:"label";s:6:"生日";}i:15;a:2:{s:9:"attribute";s:6:"status";s:5:"label";s:50:"状态,0=正常,1=封禁,2=挂起,3=注销";}i:16;a:2:{s:9:"attribute";s:9:"parent_id";s:5:"label";s:9:"PARENT_ID";}i:17;a:2:{s:9:"attribute";s:12:"is_modify_un";s:5:"label";s:43:"用户名是否可以修改,0=否,1=是";}i:18;a:2:{s:9:"attribute";s:9:"is_delete";s:5:"label";s:28:"是否删除,0=否,1=是";}i:19;a:2:{s:9:"attribute";s:10:"country_id";s:5:"label";s:8:"国家ID";}i:20;a:2:{s:9:"attribute";s:7:"city_id";s:5:"label";s:8:"城市ID";}i:21;a:2:{s:9:"attribute";s:10:"created_at";s:5:"label";s:12:"添加时间";}i:22;a:2:{s:9:"attribute";s:10:"updated_at";s:5:"label";s:12:"更新时间";}i:23;a:2:{s:9:"attribute";s:4:"type";s:5:"label";s:28:"0=普通用户,1=管理员";}i:24;a:2:{s:9:"attribute";s:8:"store_id";s:5:"label";s:8:"Store Id";}i:25;a:2:{s:9:"attribute";s:7:"is_view";s:5:"label";s:6:"鞋码";}}s:13:"rolesProvider";N;s:19:"permissionsProvider";N;}";s:5:"asset";s:6:"a:0:{}";s:7:"summary";a:12:{s:3:"tag";s:13:"653a375b86a7b";s:3:"url";s:154:"http://cxfoot.com/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:4:"ajax";i:0;s:6:"method";s:4:"POST";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698314075.449022;s:10:"statusCode";i:200;s:8:"sqlCount";i:21;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:8533136;s:14:"processingTime";d:1.1980960369110107;}s:10:"exceptions";a:0:{}} \ No newline at end of file diff --git a/runtime/debug/653a376d2fb61.data b/runtime/debug/653a376d2fb61.data new file mode 100644 index 0000000..5b71771 --- /dev/null +++ b/runtime/debug/653a376d2fb61.data @@ -0,0 +1,351 @@ +a:14:{s:6:"config";s:1870:"a:5:{s:10:"phpVersion";s:5:"7.3.4";s:10:"yiiVersion";s:6:"2.0.46";s:11:"application";a:8:{s:3:"yii";s:6:"2.0.46";s:4:"name";s:14:"My Application";s:7:"version";s:3:"1.0";s:8:"language";s:5:"zh-CN";s:14:"sourceLanguage";s:5:"en-US";s:7:"charset";s:5:"UTF-8";s:3:"env";s:3:"dev";s:5:"debug";b:1;}s:3:"php";a:5:{s:7:"version";s:5:"7.3.4";s:6:"xdebug";b:0;s:3:"apc";b:0;s:8:"memcache";b:0;s:9:"memcached";b:0;}s:10:"extensions";a:7:{s:18:"yiisoft/yii2-faker";a:3:{s:4:"name";s:18:"yiisoft/yii2-faker";s:7:"version";s:7:"2.0.5.0";s:5:"alias";a:1:{s:10:"@yii/faker";s:56:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-faker/src";}}s:24:"yiisoft/yii2-swiftmailer";a:3:{s:4:"name";s:24:"yiisoft/yii2-swiftmailer";s:7:"version";s:7:"2.1.3.0";s:5:"alias";a:1:{s:16:"@yii/swiftmailer";s:62:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-swiftmailer/src";}}s:22:"yiisoft/yii2-bootstrap";a:3:{s:4:"name";s:22:"yiisoft/yii2-bootstrap";s:7:"version";s:8:"2.0.11.0";s:5:"alias";a:1:{s:14:"@yii/bootstrap";s:60:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-bootstrap/src";}}s:16:"yiisoft/yii2-gii";a:3:{s:4:"name";s:16:"yiisoft/yii2-gii";s:7:"version";s:7:"2.1.4.0";s:5:"alias";a:1:{s:8:"@yii/gii";s:54:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-gii/src";}}s:18:"yiisoft/yii2-redis";a:3:{s:4:"name";s:18:"yiisoft/yii2-redis";s:7:"version";s:8:"2.0.18.0";s:5:"alias";a:1:{s:10:"@yii/redis";s:56:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-redis/src";}}s:18:"yiisoft/yii2-debug";a:3:{s:4:"name";s:18:"yiisoft/yii2-debug";s:7:"version";s:8:"2.1.21.0";s:5:"alias";a:1:{s:10:"@yii/debug";s:56:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-debug/src";}}s:24:"jianyan74/yii2-websocket";a:3:{s:4:"name";s:24:"jianyan74/yii2-websocket";s:7:"version";s:7:"1.1.1.0";s:5:"alias";a:1:{s:18:"@jianyan/websocket";s:62:"D:\phpstudy_pro\WWW\cxfoot\vendor/jianyan74/yii2-websocket/src";}}}}";s:3:"log";s:28899:"a:1:{s:8:"messages";a:46:{i:0;a:6:{i:0;s:33:"Bootstrap with yii\log\Dispatcher";i:1;i:8;i:2;s:31:"yii\base\Application::bootstrap";i:3;d:1698314093.172969;i:4;a:0:{}i:5;i:2497176;}i:1;a:6:{i:0;s:21:"Loading module: debug";i:1;i:8;i:2;s:26:"yii\base\Module::getModule";i:3;d:1698314093.172992;i:4;a:0:{}i:5;i:2498352;}i:2;a:6:{i:0;s:44:"Bootstrap with yii\debug\Module::bootstrap()";i:1;i:8;i:2;s:31:"yii\base\Application::bootstrap";i:3;d:1698314093.19472;i:4;a:0:{}i:5;i:4073584;}i:3;a:6:{i:0;s:61:"Opening redis DB connection: tcp://127.0.0.1:6379, database=0";i:1;i:8;i:2;s:26:"yii\redis\Connection::open";i:3;d:1698314093.197942;i:4;a:0:{}i:5;i:4290032;}i:4;a:6:{i:0;s:31:"Executing Redis Command: SELECT";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698314093.198356;i:4;a:0:{}i:5;i:4292240;}i:5;a:6:{i:0;s:28:"Executing Redis Command: GET";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698314093.198604;i:4;a:0:{}i:5;i:4300424;}i:6;a:6:{i:0;s:28:"Executing Redis Command: GET";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698314093.200037;i:4;a:0:{}i:5;i:4372704;}i:7;a:6:{i:0;s:19:"Loading module: gii";i:1;i:8;i:2;s:26:"yii\base\Module::getModule";i:3;d:1698314093.200215;i:4;a:0:{}i:5;i:4373048;}i:8;a:6:{i:0;s:42:"Bootstrap with yii\gii\Module::bootstrap()";i:1;i:8;i:2;s:31:"yii\base\Application::bootstrap";i:3;d:1698314093.200766;i:4;a:0:{}i:5;i:4397072;}i:9;a:6:{i:0;s:28:"Executing Redis Command: GET";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698314093.2008;i:4;a:0:{}i:5;i:4403464;}i:18;a:6:{i:0;s:39:"Route requested: 'api/user/modify-user'";i:1;i:8;i:2;s:34:"yii\web\Application::handleRequest";i:3;d:1698314093.203136;i:4;a:0:{}i:5;i:4628712;}i:19;a:6:{i:0;s:19:"Loading module: api";i:1;i:8;i:2;s:26:"yii\base\Module::getModule";i:3;d:1698314093.203147;i:4;a:0:{}i:5;i:4630344;}i:20;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_wechat_app`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698314093.223621;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6055432;}i:21;a:6:{i:0;s:57:"Opening DB connection: mysql:host=127.0.0.1;dbname=cxfoot";i:1;i:4;i:2;s:23:"yii\db\Connection::open";i:3;d:1698314093.223672;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6057864;}i:26;a:6:{i:0;s:782:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_wechat_app' AND `kcu`.`TABLE_NAME` = 'cx_wechat_app'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698314093.228133;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6144176;}i:29;a:6:{i:0;s:71:"SELECT * FROM `cx_wechat_app` WHERE (`cx_mch_id`=0) AND (`is_delete`=0)";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698314093.233057;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6480744;}i:32;a:6:{i:0;s:34:"Route to run: api/user/modify-user";i:1;i:8;i:2;s:30:"yii\base\Controller::runAction";i:3;d:1698314093.242791;i:4;a:0:{}i:5;i:6709728;}i:33;a:6:{i:0;s:119:"SELECT * FROM `cx_user_token` WHERE ((`is_delete`=0) AND (`token`='SF5fP6gUUrct1a') AND (`cx_mch_id`=0)) AND (`type`=3)";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698314093.248439;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6986272;}i:36;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_user_token`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698314093.249405;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6994528;}i:39;a:6:{i:0;s:782:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user_token' AND `kcu`.`TABLE_NAME` = 'cx_user_token'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698314093.250444;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7008376;}i:42;a:6:{i:0;s:32:"SHOW FULL COLUMNS FROM `cx_user`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698314093.251072;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7012256;}i:45;a:6:{i:0;s:770:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user' AND `kcu`.`TABLE_NAME` = 'cx_user'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698314093.252547;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7034352;}i:48;a:6:{i:0;s:78:"SELECT * FROM `cx_user` WHERE (`id`='65') AND (`is_delete`=0) AND (`status`=0)";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698314093.25321;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7042336;}i:51;a:6:{i:0;s:56:"User '65' logged in from 127.0.0.1. Session not enabled.";i:1;i:4;i:2;s:19:"yii\web\User::login";i:3;d:1698314093.259315;i:4;a:2:{i:0;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7282288;}i:52;a:6:{i:0;s:78:"Running action: app\modules\api\controllers\UserController::actionModifyUser()";i:1;i:8;i:2;s:36:"yii\base\InlineAction::runWithParams";i:3;d:1698314093.259401;i:4;a:0:{}i:5;i:7280040;}i:53;a:6:{i:0;s:58:"SELECT * FROM `cx_user` WHERE `mobile_phone`='18222222224'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698314093.262726;i:4;a:2:{i:0;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:73;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7392480;}i:56;a:6:{i:0;s:141:"SELECT * FROM `cx_user` WHERE ((`cx_mch_id`=0) AND (`is_delete`=0) AND (`status`=0)) AND ((`username`='U5s1ph') OR (`mobile_phone`='U5s1ph'))";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698314093.265936;i:4;a:3:{i:0;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:66;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:80;s:8:"function";s:5:"login";s:5:"class";s:32:"app\modules\api\models\LoginForm";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7478624;}i:59;a:6:{i:0;s:56:"User '68' logged in from 127.0.0.1. Session not enabled.";i:1;i:4;i:2;s:19:"yii\web\User::login";i:3;d:1698314094.117034;i:4;a:3:{i:0;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:82;s:8:"function";s:5:"login";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:80;s:8:"function";s:5:"login";s:5:"class";s:32:"app\modules\api\models\LoginForm";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7477784;}i:60;a:6:{i:0;s:17:"Begin transaction";i:1;i:8;i:2;s:25:"yii\db\Transaction::begin";i:3;d:1698314094.11773;i:4;a:3:{i:0;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:64;s:8:"function";s:16:"beginTransaction";s:5:"class";s:17:"yii\db\Connection";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:80;s:8:"function";s:5:"login";s:5:"class";s:32:"app\modules\api\models\LoginForm";s:4:"type";s:2:"->";}}i:5;i:7504152;}i:61;a:6:{i:0;s:37:"Executing Redis Command: CLUSTER INFO";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698314094.1185;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\components\FlashStorage.php";s:4:"line";i:67;s:8:"function";s:3:"get";s:5:"class";s:17:"yii\caching\Cache";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:93;s:8:"function";s:8:"getCache";s:5:"class";s:27:"app\components\FlashStorage";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:65;s:8:"function";s:8:"generate";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}}i:5;i:7525840;}i:62;a:6:{i:0;s:28:"Executing Redis Command: GET";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698314094.11933;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\components\FlashStorage.php";s:4:"line";i:67;s:8:"function";s:3:"get";s:5:"class";s:17:"yii\caching\Cache";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:93;s:8:"function";s:8:"getCache";s:5:"class";s:27:"app\components\FlashStorage";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:65;s:8:"function";s:8:"generate";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}}i:5;i:7533504;}i:63;a:6:{i:0;s:28:"Executing Redis Command: SET";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698314094.119499;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\components\FlashStorage.php";s:4:"line";i:47;s:8:"function";s:3:"set";s:5:"class";s:17:"yii\caching\Cache";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:99;s:8:"function";s:8:"setCache";s:5:"class";s:27:"app\components\FlashStorage";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:65;s:8:"function";s:8:"generate";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}}i:5;i:7535760;}i:64;a:6:{i:0;s:28:"Executing Redis Command: GET";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698314094.119657;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\components\FlashStorage.php";s:4:"line";i:67;s:8:"function";s:3:"get";s:5:"class";s:17:"yii\caching\Cache";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:127;s:8:"function";s:8:"getCache";s:5:"class";s:27:"app\components\FlashStorage";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:102;s:8:"function";s:9:"_generate";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}}i:5;i:7537848;}i:65;a:6:{i:0;s:28:"Executing Redis Command: SET";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698314094.119809;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\components\FlashStorage.php";s:4:"line";i:47;s:8:"function";s:3:"set";s:5:"class";s:17:"yii\caching\Cache";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:132;s:8:"function";s:8:"setCache";s:5:"class";s:27:"app\components\FlashStorage";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:102;s:8:"function";s:9:"_generate";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}}i:5;i:7545736;}i:66;a:6:{i:0;s:132:"SELECT EXISTS(SELECT * FROM `cx_user_token` WHERE (`type`=3) AND (`token`='5SKxPsE4pnW4oT') AND (`is_delete`=0) AND (`cx_mch_id`=0))";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698314094.1201;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:103;s:8:"function";s:6:"exists";s:5:"class";s:12:"yii\db\Query";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:65;s:8:"function";s:8:"generate";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7551408;}i:69;a:6:{i:0;s:28:"Executing Redis Command: DEL";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698314094.120643;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\components\FlashStorage.php";s:4:"line";i:57;s:8:"function";s:6:"delete";s:5:"class";s:17:"yii\caching\Cache";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:105;s:8:"function";s:11:"deleteCache";s:5:"class";s:27:"app\components\FlashStorage";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:65;s:8:"function";s:8:"generate";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}}i:5;i:7553544;}i:70;a:6:{i:0;s:118:"UPDATE `cx_user_token` SET `is_delete`=1 WHERE (`is_delete`=0) AND (`user_id`='68') AND (`cx_mch_id`=0) AND (`type`=3)";i:1;i:4;i:2;s:23:"yii\db\Command::execute";i:3;d:1698314094.120887;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:273;s:8:"function";s:9:"updateAll";s:5:"class";s:19:"yii\db\ActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:77;s:8:"function";s:7:"destory";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7557472;}i:73;a:6:{i:0;s:189:"INSERT INTO `cx_user_token` (`cx_mch_id`, `type`, `token`, `user_id`, `expire_time`, `status`, `is_delete`, `created_at`) VALUES (0, 3, '5SKxPsE4pnW4oT', '68', 1700906094, 0, 0, 1698314094)";i:1;i:4;i:2;s:23:"yii\db\Command::execute";i:3;d:1698314094.123644;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:157;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:78;s:8:"function";s:13:"saveUserToken";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7670128;}i:76;a:6:{i:0;s:18:"Commit transaction";i:1;i:8;i:2;s:26:"yii\db\Transaction::commit";i:3;d:1698314094.124685;i:4;a:3:{i:0;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:89;s:8:"function";s:6:"commit";s:5:"class";s:18:"yii\db\Transaction";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:80;s:8:"function";s:5:"login";s:5:"class";s:32:"app\modules\api\models\LoginForm";s:4:"type";s:2:"->";}}i:5;i:7669064;}i:77;a:6:{i:0;s:42:"SHOW FULL COLUMNS FROM `cx_user_login_log`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698314094.156081;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:82;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7702144;}i:80;a:6:{i:0;s:790:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user_login_log' AND `kcu`.`TABLE_NAME` = 'cx_user_login_log'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698314094.157657;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:82;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7715904;}i:83;a:6:{i:0;s:177:"INSERT INTO `cx_user_login_log` (`cx_mch_id`, `user_id`, `is_delete`, `ipv4`, `is_pass`, `err_msg`, `created_at`) VALUES (0, '68', 0, '127.0.0.1', 1, '登录成功', 1698314094)";i:1;i:4;i:2;s:23:"yii\db\Command::execute";i:3;d:1698314094.159734;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:88;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7742800;}i:86;a:6:{i:0;s:114:"SELECT * FROM `cx_user_oauth` WHERE ((`type`='wxmp') AND (`is_delete`=0) AND (`cx_mch_id`=0)) AND (`user_id`='68')";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698314094.198916;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:432;s:8:"function";s:5:"__get";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:92;s:8:"function";s:9:"bindQuery";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:80;s:8:"function";s:5:"login";s:5:"class";s:32:"app\modules\api\models\LoginForm";s:4:"type";s:2:"->";}}i:5;i:7812632;}i:89;a:6:{i:0;s:35:"SHOW FULL COLUMNS FROM `cx_api_log`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698314094.200229;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7848696;}i:92;a:6:{i:0;s:776:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_api_log' AND `kcu`.`TABLE_NAME` = 'cx_api_log'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698314094.201723;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7867608;}i:95;a:6:{i:0;s:654:"INSERT INTO `cx_api_log` (`cx_mch_id`, `user_id`, `route`, `module_id`, `controller_id`, `action_id`, `url`, `method`, `method_param`, `ipv4`, `is_pass`, `request_date`, `request_time`, `response_time`, `process_consume_time`, `is_delete`, `created_at`) VALUES (0, '68', 'api/user/modify-user', 'api', 'user', 'modify-user', '/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124', 'POST', '{\"real_name\":\"王五\",\"gender\":\"1\",\"is_view\":\"42.5\",\"mobile_phone\":\"18222222224\"}', '127.0.0.1', 1, '2023-10-26', 1698314093206, 1698314094202, 996, 0, 1698314094)";i:1;i:4;i:2;s:23:"yii\db\Command::execute";i:3;d:1698314094.203325;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:125;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7897896;}}}";s:9:"profiling";s:39195:"a:3:{s:6:"memory";i:8533136;s:4:"time";d:1.085101842880249;s:8:"messages";a:44:{i:22;a:6:{i:0;s:57:"Opening DB connection: mysql:host=127.0.0.1;dbname=cxfoot";i:1;i:80;i:2;s:23:"yii\db\Connection::open";i:3;d:1698314093.22369;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6058992;}i:23;a:6:{i:0;s:57:"Opening DB connection: mysql:host=127.0.0.1;dbname=cxfoot";i:1;i:96;i:2;s:23:"yii\db\Connection::open";i:3;d:1698314093.225533;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6108152;}i:24;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_wechat_app`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314093.225566;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6108392;}i:25;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_wechat_app`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314093.226845;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6124224;}i:27;a:6:{i:0;s:782:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_wechat_app' AND `kcu`.`TABLE_NAME` = 'cx_wechat_app'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314093.228168;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6147040;}i:28;a:6:{i:0;s:782:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_wechat_app' AND `kcu`.`TABLE_NAME` = 'cx_wechat_app'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314093.228672;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6149424;}i:30;a:6:{i:0;s:71:"SELECT * FROM `cx_wechat_app` WHERE (`cx_mch_id`=0) AND (`is_delete`=0)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314093.233084;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6481992;}i:31;a:6:{i:0;s:71:"SELECT * FROM `cx_wechat_app` WHERE (`cx_mch_id`=0) AND (`is_delete`=0)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314093.233612;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6488664;}i:34;a:6:{i:0;s:119:"SELECT * FROM `cx_user_token` WHERE ((`is_delete`=0) AND (`token`='SF5fP6gUUrct1a') AND (`cx_mch_id`=0)) AND (`type`=3)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314093.248475;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6987840;}i:35;a:6:{i:0;s:119:"SELECT * FROM `cx_user_token` WHERE ((`is_delete`=0) AND (`token`='SF5fP6gUUrct1a') AND (`cx_mch_id`=0)) AND (`type`=3)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314093.249308;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6991528;}i:37;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_user_token`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314093.249432;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6996648;}i:38;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_user_token`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314093.250177;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7008912;}i:40;a:6:{i:0;s:782:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user_token' AND `kcu`.`TABLE_NAME` = 'cx_user_token'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314093.25047;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7011992;}i:41;a:6:{i:0;s:782:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user_token' AND `kcu`.`TABLE_NAME` = 'cx_user_token'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314093.250919;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7015128;}i:43;a:6:{i:0;s:32:"SHOW FULL COLUMNS FROM `cx_user`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314093.251097;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7014376;}i:44;a:6:{i:0;s:32:"SHOW FULL COLUMNS FROM `cx_user`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314093.251978;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7044520;}i:46;a:6:{i:0;s:770:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user' AND `kcu`.`TABLE_NAME` = 'cx_user'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314093.252573;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7037968;}i:47;a:6:{i:0;s:770:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user' AND `kcu`.`TABLE_NAME` = 'cx_user'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314093.252975;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7041104;}i:49;a:6:{i:0;s:78:"SELECT * FROM `cx_user` WHERE (`id`='65') AND (`is_delete`=0) AND (`status`=0)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314093.253234;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7044088;}i:50;a:6:{i:0;s:78:"SELECT * FROM `cx_user` WHERE (`id`='65') AND (`is_delete`=0) AND (`status`=0)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314093.253641;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7050520;}i:54;a:6:{i:0;s:58:"SELECT * FROM `cx_user` WHERE `mobile_phone`='18222222224'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314093.262758;i:4;a:2:{i:0;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:73;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7394312;}i:55;a:6:{i:0;s:58:"SELECT * FROM `cx_user` WHERE `mobile_phone`='18222222224'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314093.263379;i:4;a:2:{i:0;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:73;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7400064;}i:57;a:6:{i:0;s:141:"SELECT * FROM `cx_user` WHERE ((`cx_mch_id`=0) AND (`is_delete`=0) AND (`status`=0)) AND ((`username`='U5s1ph') OR (`mobile_phone`='U5s1ph'))";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314093.26596;i:4;a:3:{i:0;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:66;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:80;s:8:"function";s:5:"login";s:5:"class";s:32:"app\modules\api\models\LoginForm";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7479992;}i:58;a:6:{i:0;s:141:"SELECT * FROM `cx_user` WHERE ((`cx_mch_id`=0) AND (`is_delete`=0) AND (`status`=0)) AND ((`username`='U5s1ph') OR (`mobile_phone`='U5s1ph'))";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314093.266315;i:4;a:3:{i:0;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:66;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:80;s:8:"function";s:5:"login";s:5:"class";s:32:"app\modules\api\models\LoginForm";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7486248;}i:67;a:6:{i:0;s:132:"SELECT EXISTS(SELECT * FROM `cx_user_token` WHERE (`type`=3) AND (`token`='5SKxPsE4pnW4oT') AND (`is_delete`=0) AND (`cx_mch_id`=0))";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314094.120132;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:103;s:8:"function";s:6:"exists";s:5:"class";s:12:"yii\db\Query";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:65;s:8:"function";s:8:"generate";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7552368;}i:68;a:6:{i:0;s:132:"SELECT EXISTS(SELECT * FROM `cx_user_token` WHERE (`type`=3) AND (`token`='5SKxPsE4pnW4oT') AND (`is_delete`=0) AND (`cx_mch_id`=0))";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314094.120598;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:103;s:8:"function";s:6:"exists";s:5:"class";s:12:"yii\db\Query";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:65;s:8:"function";s:8:"generate";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7554792;}i:71;a:6:{i:0;s:118:"UPDATE `cx_user_token` SET `is_delete`=1 WHERE (`is_delete`=0) AND (`user_id`='68') AND (`cx_mch_id`=0) AND (`type`=3)";i:1;i:80;i:2;s:23:"yii\db\Command::execute";i:3;d:1698314094.120912;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:273;s:8:"function";s:9:"updateAll";s:5:"class";s:19:"yii\db\ActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:77;s:8:"function";s:7:"destory";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7558808;}i:72;a:6:{i:0;s:118:"UPDATE `cx_user_token` SET `is_delete`=1 WHERE (`is_delete`=0) AND (`user_id`='68') AND (`cx_mch_id`=0) AND (`type`=3)";i:1;i:96;i:2;s:23:"yii\db\Command::execute";i:3;d:1698314094.122311;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:273;s:8:"function";s:9:"updateAll";s:5:"class";s:19:"yii\db\ActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:77;s:8:"function";s:7:"destory";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7560912;}i:74;a:6:{i:0;s:189:"INSERT INTO `cx_user_token` (`cx_mch_id`, `type`, `token`, `user_id`, `expire_time`, `status`, `is_delete`, `created_at`) VALUES (0, 3, '5SKxPsE4pnW4oT', '68', 1700906094, 0, 0, 1698314094)";i:1;i:80;i:2;s:23:"yii\db\Command::execute";i:3;d:1698314094.123682;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:157;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:78;s:8:"function";s:13:"saveUserToken";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7670768;}i:75;a:6:{i:0;s:189:"INSERT INTO `cx_user_token` (`cx_mch_id`, `type`, `token`, `user_id`, `expire_time`, `status`, `is_delete`, `created_at`) VALUES (0, 3, '5SKxPsE4pnW4oT', '68', 1700906094, 0, 0, 1698314094)";i:1;i:96;i:2;s:23:"yii\db\Command::execute";i:3;d:1698314094.124183;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:157;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:78;s:8:"function";s:13:"saveUserToken";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7672824;}i:78;a:6:{i:0;s:42:"SHOW FULL COLUMNS FROM `cx_user_login_log`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314094.156211;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:82;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7704288;}i:79;a:6:{i:0;s:42:"SHOW FULL COLUMNS FROM `cx_user_login_log`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314094.157344;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:82;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7716496;}i:81;a:6:{i:0;s:790:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user_login_log' AND `kcu`.`TABLE_NAME` = 'cx_user_login_log'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314094.157689;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:82;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7719520;}i:82;a:6:{i:0;s:790:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user_login_log' AND `kcu`.`TABLE_NAME` = 'cx_user_login_log'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314094.158601;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:82;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7722656;}i:84;a:6:{i:0;s:177:"INSERT INTO `cx_user_login_log` (`cx_mch_id`, `user_id`, `is_delete`, `ipv4`, `is_pass`, `err_msg`, `created_at`) VALUES (0, '68', 0, '127.0.0.1', 1, '登录成功', 1698314094)";i:1;i:80;i:2;s:23:"yii\db\Command::execute";i:3;d:1698314094.159763;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:88;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7743672;}i:85;a:6:{i:0;s:177:"INSERT INTO `cx_user_login_log` (`cx_mch_id`, `user_id`, `is_delete`, `ipv4`, `is_pass`, `err_msg`, `created_at`) VALUES (0, '68', 0, '127.0.0.1', 1, '登录成功', 1698314094)";i:1;i:96;i:2;s:23:"yii\db\Command::execute";i:3;d:1698314094.196601;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:88;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7745784;}i:87;a:6:{i:0;s:114:"SELECT * FROM `cx_user_oauth` WHERE ((`type`='wxmp') AND (`is_delete`=0) AND (`cx_mch_id`=0)) AND (`user_id`='68')";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314094.198949;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:432;s:8:"function";s:5:"__get";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:92;s:8:"function";s:9:"bindQuery";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:80;s:8:"function";s:5:"login";s:5:"class";s:32:"app\modules\api\models\LoginForm";s:4:"type";s:2:"->";}}i:5;i:7814200;}i:88;a:6:{i:0;s:114:"SELECT * FROM `cx_user_oauth` WHERE ((`type`='wxmp') AND (`is_delete`=0) AND (`cx_mch_id`=0)) AND (`user_id`='68')";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314094.199615;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:432;s:8:"function";s:5:"__get";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:92;s:8:"function";s:9:"bindQuery";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:80;s:8:"function";s:5:"login";s:5:"class";s:32:"app\modules\api\models\LoginForm";s:4:"type";s:2:"->";}}i:5;i:7816952;}i:90;a:6:{i:0;s:35:"SHOW FULL COLUMNS FROM `cx_api_log`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314094.200254;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7850816;}i:91;a:6:{i:0;s:35:"SHOW FULL COLUMNS FROM `cx_api_log`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314094.201282;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7873776;}i:93;a:6:{i:0;s:776:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_api_log' AND `kcu`.`TABLE_NAME` = 'cx_api_log'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314094.201747;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7871224;}i:94;a:6:{i:0;s:776:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_api_log' AND `kcu`.`TABLE_NAME` = 'cx_api_log'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314094.202193;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7874360;}i:96;a:6:{i:0;s:654:"INSERT INTO `cx_api_log` (`cx_mch_id`, `user_id`, `route`, `module_id`, `controller_id`, `action_id`, `url`, `method`, `method_param`, `ipv4`, `is_pass`, `request_date`, `request_time`, `response_time`, `process_consume_time`, `is_delete`, `created_at`) VALUES (0, '68', 'api/user/modify-user', 'api', 'user', 'modify-user', '/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124', 'POST', '{\"real_name\":\"王五\",\"gender\":\"1\",\"is_view\":\"42.5\",\"mobile_phone\":\"18222222224\"}', '127.0.0.1', 1, '2023-10-26', 1698314093206, 1698314094202, 996, 0, 1698314094)";i:1;i:80;i:2;s:23:"yii\db\Command::execute";i:3;d:1698314094.203357;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:125;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7896256;}i:97;a:6:{i:0;s:654:"INSERT INTO `cx_api_log` (`cx_mch_id`, `user_id`, `route`, `module_id`, `controller_id`, `action_id`, `url`, `method`, `method_param`, `ipv4`, `is_pass`, `request_date`, `request_time`, `response_time`, `process_consume_time`, `is_delete`, `created_at`) VALUES (0, '68', 'api/user/modify-user', 'api', 'user', 'modify-user', '/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124', 'POST', '{\"real_name\":\"王五\",\"gender\":\"1\",\"is_view\":\"42.5\",\"mobile_phone\":\"18222222224\"}', '127.0.0.1', 1, '2023-10-26', 1698314093206, 1698314094202, 996, 0, 1698314094)";i:1;i:96;i:2;s:23:"yii\db\Command::execute";i:3;d:1698314094.233807;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:125;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7898912;}}}";s:2:"db";s:38394:"a:1:{s:8:"messages";a:42:{i:24;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_wechat_app`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314093.225566;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6108392;}i:25;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_wechat_app`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314093.226845;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6124224;}i:27;a:6:{i:0;s:782:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_wechat_app' AND `kcu`.`TABLE_NAME` = 'cx_wechat_app'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314093.228168;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6147040;}i:28;a:6:{i:0;s:782:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_wechat_app' AND `kcu`.`TABLE_NAME` = 'cx_wechat_app'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314093.228672;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6149424;}i:30;a:6:{i:0;s:71:"SELECT * FROM `cx_wechat_app` WHERE (`cx_mch_id`=0) AND (`is_delete`=0)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314093.233084;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6481992;}i:31;a:6:{i:0;s:71:"SELECT * FROM `cx_wechat_app` WHERE (`cx_mch_id`=0) AND (`is_delete`=0)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314093.233612;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6488664;}i:34;a:6:{i:0;s:119:"SELECT * FROM `cx_user_token` WHERE ((`is_delete`=0) AND (`token`='SF5fP6gUUrct1a') AND (`cx_mch_id`=0)) AND (`type`=3)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314093.248475;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6987840;}i:35;a:6:{i:0;s:119:"SELECT * FROM `cx_user_token` WHERE ((`is_delete`=0) AND (`token`='SF5fP6gUUrct1a') AND (`cx_mch_id`=0)) AND (`type`=3)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314093.249308;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6991528;}i:37;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_user_token`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314093.249432;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6996648;}i:38;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_user_token`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314093.250177;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7008912;}i:40;a:6:{i:0;s:782:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user_token' AND `kcu`.`TABLE_NAME` = 'cx_user_token'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314093.25047;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7011992;}i:41;a:6:{i:0;s:782:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user_token' AND `kcu`.`TABLE_NAME` = 'cx_user_token'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314093.250919;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7015128;}i:43;a:6:{i:0;s:32:"SHOW FULL COLUMNS FROM `cx_user`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314093.251097;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7014376;}i:44;a:6:{i:0;s:32:"SHOW FULL COLUMNS FROM `cx_user`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314093.251978;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7044520;}i:46;a:6:{i:0;s:770:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user' AND `kcu`.`TABLE_NAME` = 'cx_user'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314093.252573;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7037968;}i:47;a:6:{i:0;s:770:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user' AND `kcu`.`TABLE_NAME` = 'cx_user'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314093.252975;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7041104;}i:49;a:6:{i:0;s:78:"SELECT * FROM `cx_user` WHERE (`id`='65') AND (`is_delete`=0) AND (`status`=0)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314093.253234;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7044088;}i:50;a:6:{i:0;s:78:"SELECT * FROM `cx_user` WHERE (`id`='65') AND (`is_delete`=0) AND (`status`=0)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314093.253641;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7050520;}i:54;a:6:{i:0;s:58:"SELECT * FROM `cx_user` WHERE `mobile_phone`='18222222224'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314093.262758;i:4;a:2:{i:0;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:73;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7394312;}i:55;a:6:{i:0;s:58:"SELECT * FROM `cx_user` WHERE `mobile_phone`='18222222224'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314093.263379;i:4;a:2:{i:0;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:73;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7400064;}i:57;a:6:{i:0;s:141:"SELECT * FROM `cx_user` WHERE ((`cx_mch_id`=0) AND (`is_delete`=0) AND (`status`=0)) AND ((`username`='U5s1ph') OR (`mobile_phone`='U5s1ph'))";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314093.26596;i:4;a:3:{i:0;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:66;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:80;s:8:"function";s:5:"login";s:5:"class";s:32:"app\modules\api\models\LoginForm";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7479992;}i:58;a:6:{i:0;s:141:"SELECT * FROM `cx_user` WHERE ((`cx_mch_id`=0) AND (`is_delete`=0) AND (`status`=0)) AND ((`username`='U5s1ph') OR (`mobile_phone`='U5s1ph'))";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314093.266315;i:4;a:3:{i:0;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:66;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:80;s:8:"function";s:5:"login";s:5:"class";s:32:"app\modules\api\models\LoginForm";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7486248;}i:67;a:6:{i:0;s:132:"SELECT EXISTS(SELECT * FROM `cx_user_token` WHERE (`type`=3) AND (`token`='5SKxPsE4pnW4oT') AND (`is_delete`=0) AND (`cx_mch_id`=0))";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314094.120132;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:103;s:8:"function";s:6:"exists";s:5:"class";s:12:"yii\db\Query";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:65;s:8:"function";s:8:"generate";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7552368;}i:68;a:6:{i:0;s:132:"SELECT EXISTS(SELECT * FROM `cx_user_token` WHERE (`type`=3) AND (`token`='5SKxPsE4pnW4oT') AND (`is_delete`=0) AND (`cx_mch_id`=0))";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314094.120598;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:103;s:8:"function";s:6:"exists";s:5:"class";s:12:"yii\db\Query";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:65;s:8:"function";s:8:"generate";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7554792;}i:71;a:6:{i:0;s:118:"UPDATE `cx_user_token` SET `is_delete`=1 WHERE (`is_delete`=0) AND (`user_id`='68') AND (`cx_mch_id`=0) AND (`type`=3)";i:1;i:80;i:2;s:23:"yii\db\Command::execute";i:3;d:1698314094.120912;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:273;s:8:"function";s:9:"updateAll";s:5:"class";s:19:"yii\db\ActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:77;s:8:"function";s:7:"destory";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7558808;}i:72;a:6:{i:0;s:118:"UPDATE `cx_user_token` SET `is_delete`=1 WHERE (`is_delete`=0) AND (`user_id`='68') AND (`cx_mch_id`=0) AND (`type`=3)";i:1;i:96;i:2;s:23:"yii\db\Command::execute";i:3;d:1698314094.122311;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:273;s:8:"function";s:9:"updateAll";s:5:"class";s:19:"yii\db\ActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:77;s:8:"function";s:7:"destory";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7560912;}i:74;a:6:{i:0;s:189:"INSERT INTO `cx_user_token` (`cx_mch_id`, `type`, `token`, `user_id`, `expire_time`, `status`, `is_delete`, `created_at`) VALUES (0, 3, '5SKxPsE4pnW4oT', '68', 1700906094, 0, 0, 1698314094)";i:1;i:80;i:2;s:23:"yii\db\Command::execute";i:3;d:1698314094.123682;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:157;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:78;s:8:"function";s:13:"saveUserToken";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7670768;}i:75;a:6:{i:0;s:189:"INSERT INTO `cx_user_token` (`cx_mch_id`, `type`, `token`, `user_id`, `expire_time`, `status`, `is_delete`, `created_at`) VALUES (0, 3, '5SKxPsE4pnW4oT', '68', 1700906094, 0, 0, 1698314094)";i:1;i:96;i:2;s:23:"yii\db\Command::execute";i:3;d:1698314094.124183;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:157;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:78;s:8:"function";s:13:"saveUserToken";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7672824;}i:78;a:6:{i:0;s:42:"SHOW FULL COLUMNS FROM `cx_user_login_log`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314094.156211;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:82;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7704288;}i:79;a:6:{i:0;s:42:"SHOW FULL COLUMNS FROM `cx_user_login_log`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314094.157344;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:82;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7716496;}i:81;a:6:{i:0;s:790:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user_login_log' AND `kcu`.`TABLE_NAME` = 'cx_user_login_log'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314094.157689;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:82;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7719520;}i:82;a:6:{i:0;s:790:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user_login_log' AND `kcu`.`TABLE_NAME` = 'cx_user_login_log'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314094.158601;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:82;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7722656;}i:84;a:6:{i:0;s:177:"INSERT INTO `cx_user_login_log` (`cx_mch_id`, `user_id`, `is_delete`, `ipv4`, `is_pass`, `err_msg`, `created_at`) VALUES (0, '68', 0, '127.0.0.1', 1, '登录成功', 1698314094)";i:1;i:80;i:2;s:23:"yii\db\Command::execute";i:3;d:1698314094.159763;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:88;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7743672;}i:85;a:6:{i:0;s:177:"INSERT INTO `cx_user_login_log` (`cx_mch_id`, `user_id`, `is_delete`, `ipv4`, `is_pass`, `err_msg`, `created_at`) VALUES (0, '68', 0, '127.0.0.1', 1, '登录成功', 1698314094)";i:1;i:96;i:2;s:23:"yii\db\Command::execute";i:3;d:1698314094.196601;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:88;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7745784;}i:87;a:6:{i:0;s:114:"SELECT * FROM `cx_user_oauth` WHERE ((`type`='wxmp') AND (`is_delete`=0) AND (`cx_mch_id`=0)) AND (`user_id`='68')";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314094.198949;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:432;s:8:"function";s:5:"__get";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:92;s:8:"function";s:9:"bindQuery";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:80;s:8:"function";s:5:"login";s:5:"class";s:32:"app\modules\api\models\LoginForm";s:4:"type";s:2:"->";}}i:5;i:7814200;}i:88;a:6:{i:0;s:114:"SELECT * FROM `cx_user_oauth` WHERE ((`type`='wxmp') AND (`is_delete`=0) AND (`cx_mch_id`=0)) AND (`user_id`='68')";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314094.199615;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:432;s:8:"function";s:5:"__get";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:92;s:8:"function";s:9:"bindQuery";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:80;s:8:"function";s:5:"login";s:5:"class";s:32:"app\modules\api\models\LoginForm";s:4:"type";s:2:"->";}}i:5;i:7816952;}i:90;a:6:{i:0;s:35:"SHOW FULL COLUMNS FROM `cx_api_log`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314094.200254;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7850816;}i:91;a:6:{i:0;s:35:"SHOW FULL COLUMNS FROM `cx_api_log`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314094.201282;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7873776;}i:93;a:6:{i:0;s:776:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_api_log' AND `kcu`.`TABLE_NAME` = 'cx_api_log'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314094.201747;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7871224;}i:94;a:6:{i:0;s:776:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_api_log' AND `kcu`.`TABLE_NAME` = 'cx_api_log'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314094.202193;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7874360;}i:96;a:6:{i:0;s:654:"INSERT INTO `cx_api_log` (`cx_mch_id`, `user_id`, `route`, `module_id`, `controller_id`, `action_id`, `url`, `method`, `method_param`, `ipv4`, `is_pass`, `request_date`, `request_time`, `response_time`, `process_consume_time`, `is_delete`, `created_at`) VALUES (0, '68', 'api/user/modify-user', 'api', 'user', 'modify-user', '/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124', 'POST', '{\"real_name\":\"王五\",\"gender\":\"1\",\"is_view\":\"42.5\",\"mobile_phone\":\"18222222224\"}', '127.0.0.1', 1, '2023-10-26', 1698314093206, 1698314094202, 996, 0, 1698314094)";i:1;i:80;i:2;s:23:"yii\db\Command::execute";i:3;d:1698314094.203357;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:125;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7896256;}i:97;a:6:{i:0;s:654:"INSERT INTO `cx_api_log` (`cx_mch_id`, `user_id`, `route`, `module_id`, `controller_id`, `action_id`, `url`, `method`, `method_param`, `ipv4`, `is_pass`, `request_date`, `request_time`, `response_time`, `process_consume_time`, `is_delete`, `created_at`) VALUES (0, '68', 'api/user/modify-user', 'api', 'user', 'modify-user', '/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124', 'POST', '{\"real_name\":\"王五\",\"gender\":\"1\",\"is_view\":\"42.5\",\"mobile_phone\":\"18222222224\"}', '127.0.0.1', 1, '2023-10-26', 1698314093206, 1698314094202, 996, 0, 1698314094)";i:1;i:96;i:2;s:23:"yii\db\Command::execute";i:3;d:1698314094.233807;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:125;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7898912;}}}";s:5:"event";s:9742:"a:55:{i:0;a:5:{s:4:"time";d:1698314093.198592;s:4:"name";s:9:"afterOpen";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:20:"yii\redis\Connection";}i:1;a:5:{s:4:"time";d:1698314093.202525;s:4:"name";s:13:"beforeRequest";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:19:"yii\web\Application";}i:2;a:5:{s:4:"time";d:1698314093.218561;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:3;a:5:{s:4:"time";d:1698314093.225524;s:4:"name";s:9:"afterOpen";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:17:"yii\db\Connection";}i:4;a:5:{s:4:"time";d:1698314093.23366;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:27:"app\models\wechat\WechatApp";}i:5;a:5:{s:4:"time";d:1698314093.233716;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:27:"app\models\wechat\WechatApp";}i:6;a:5:{s:4:"time";d:1698314093.243166;s:4:"name";s:12:"beforeAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:19:"yii\web\Application";}i:7;a:5:{s:4:"time";d:1698314093.243181;s:4:"name";s:12:"beforeAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:22:"app\modules\api\Module";}i:8;a:5:{s:4:"time";d:1698314093.246888;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:9;a:5:{s:4:"time";d:1698314093.249353;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:20:"app\models\UserToken";}i:10;a:5:{s:4:"time";d:1698314093.250986;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:20:"app\models\UserToken";}i:11;a:5:{s:4:"time";d:1698314093.251016;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:12;a:5:{s:4:"time";d:1698314093.253677;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:15:"app\models\User";}i:13;a:5:{s:4:"time";d:1698314093.253741;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:15:"app\models\User";}i:14;a:5:{s:4:"time";d:1698314093.254103;s:4:"name";s:11:"beforeLogin";s:5:"class";s:17:"yii\web\UserEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:12:"yii\web\User";}i:15;a:5:{s:4:"time";d:1698314093.259355;s:4:"name";s:10:"afterLogin";s:5:"class";s:17:"yii\web\UserEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:12:"yii\web\User";}i:16;a:5:{s:4:"time";d:1698314093.259374;s:4:"name";s:12:"beforeAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:42:"app\modules\api\controllers\UserController";}i:17;a:5:{s:4:"time";d:1698314093.261935;s:4:"name";s:14:"beforeValidate";s:5:"class";s:19:"yii\base\ModelEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:37:"app\modules\api\models\UserModifyForm";}i:18;a:5:{s:4:"time";d:1698314093.262036;s:4:"name";s:13:"afterValidate";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:37:"app\modules\api\models\UserModifyForm";}i:19;a:5:{s:4:"time";d:1698314093.262499;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:20;a:5:{s:4:"time";d:1698314093.263415;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:15:"app\models\User";}i:21;a:5:{s:4:"time";d:1698314093.263484;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:15:"app\models\User";}i:22;a:5:{s:4:"time";d:1698314093.263507;s:4:"name";s:14:"beforeValidate";s:5:"class";s:19:"yii\base\ModelEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:32:"app\modules\api\models\LoginForm";}i:23;a:5:{s:4:"time";d:1698314093.265126;s:4:"name";s:13:"afterValidate";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:32:"app\modules\api\models\LoginForm";}i:24;a:5:{s:4:"time";d:1698314093.265504;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:25;a:5:{s:4:"time";d:1698314093.266348;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:15:"app\models\User";}i:26;a:5:{s:4:"time";d:1698314093.266411;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:15:"app\models\User";}i:27;a:5:{s:4:"time";d:1698314094.116916;s:4:"name";s:11:"beforeLogin";s:5:"class";s:17:"yii\web\UserEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:12:"yii\web\User";}i:28;a:5:{s:4:"time";d:1698314094.117062;s:4:"name";s:10:"afterLogin";s:5:"class";s:17:"yii\web\UserEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:12:"yii\web\User";}i:29;a:5:{s:4:"time";d:1698314094.117756;s:4:"name";s:16:"beginTransaction";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:17:"yii\db\Connection";}i:30;a:5:{s:4:"time";d:1698314094.119967;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:31;a:5:{s:4:"time";d:1698314094.122347;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:20:"app\models\UserToken";}i:32;a:5:{s:4:"time";d:1698314094.122412;s:4:"name";s:14:"beforeValidate";s:5:"class";s:19:"yii\base\ModelEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:20:"app\models\UserToken";}i:33;a:5:{s:4:"time";d:1698314094.122617;s:4:"name";s:13:"afterValidate";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:20:"app\models\UserToken";}i:34;a:5:{s:4:"time";d:1698314094.122636;s:4:"name";s:12:"beforeInsert";s:5:"class";s:19:"yii\base\ModelEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:20:"app\models\UserToken";}i:35;a:5:{s:4:"time";d:1698314094.124667;s:4:"name";s:11:"afterInsert";s:5:"class";s:21:"yii\db\AfterSaveEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:20:"app\models\UserToken";}i:36;a:5:{s:4:"time";d:1698314094.155332;s:4:"name";s:17:"commitTransaction";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:17:"yii\db\Connection";}i:37;a:5:{s:4:"time";d:1698314094.156008;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:27:"app\models\log\UserLoginLog";}i:38;a:5:{s:4:"time";d:1698314094.159321;s:4:"name";s:14:"beforeValidate";s:5:"class";s:19:"yii\base\ModelEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:27:"app\models\log\UserLoginLog";}i:39;a:5:{s:4:"time";d:1698314094.15958;s:4:"name";s:13:"afterValidate";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:27:"app\models\log\UserLoginLog";}i:40;a:5:{s:4:"time";d:1698314094.159597;s:4:"name";s:12:"beforeInsert";s:5:"class";s:19:"yii\base\ModelEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:27:"app\models\log\UserLoginLog";}i:41;a:5:{s:4:"time";d:1698314094.196719;s:4:"name";s:11:"afterInsert";s:5:"class";s:21:"yii\db\AfterSaveEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:27:"app\models\log\UserLoginLog";}i:42;a:5:{s:4:"time";d:1698314094.197351;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:43;a:5:{s:4:"time";d:1698314094.200183;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"app\models\log\ApiLog";}i:44;a:5:{s:4:"time";d:1698314094.202392;s:4:"name";s:14:"beforeValidate";s:5:"class";s:19:"yii\base\ModelEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"app\models\log\ApiLog";}i:45;a:5:{s:4:"time";d:1698314094.203104;s:4:"name";s:13:"afterValidate";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"app\models\log\ApiLog";}i:46;a:5:{s:4:"time";d:1698314094.203122;s:4:"name";s:12:"beforeInsert";s:5:"class";s:19:"yii\base\ModelEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"app\models\log\ApiLog";}i:47;a:5:{s:4:"time";d:1698314094.233926;s:4:"name";s:11:"afterInsert";s:5:"class";s:21:"yii\db\AfterSaveEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"app\models\log\ApiLog";}i:48;a:5:{s:4:"time";d:1698314094.233971;s:4:"name";s:11:"afterAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:42:"app\modules\api\controllers\UserController";}i:49;a:5:{s:4:"time";d:1698314094.233984;s:4:"name";s:11:"afterAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:22:"app\modules\api\Module";}i:50;a:5:{s:4:"time";d:1698314094.233994;s:4:"name";s:11:"afterAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:19:"yii\web\Application";}i:51;a:5:{s:4:"time";d:1698314094.234008;s:4:"name";s:12:"afterRequest";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:19:"yii\web\Application";}i:52;a:5:{s:4:"time";d:1698314094.234019;s:4:"name";s:10:"beforeSend";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:16:"yii\web\Response";}i:53;a:5:{s:4:"time";d:1698314094.236797;s:4:"name";s:12:"afterPrepare";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:16:"yii\web\Response";}i:54;a:5:{s:4:"time";d:1698314094.236873;s:4:"name";s:9:"afterSend";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:16:"yii\web\Response";}}";s:4:"mail";s:6:"a:0:{}";s:8:"timeline";s:91:"a:3:{s:5:"start";d:1698314093.154648;s:3:"end";d:1698314094.240337;s:6:"memory";i:8533136;}";s:4:"dump";s:6:"a:0:{}";s:6:"router";s:1694:"a:3:{s:8:"messages";a:8:{i:10;a:6:{i:0;a:3:{s:4:"rule";s:3:"gii";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698314093.203065;i:4;a:0:{}i:5;i:4623120;}i:11;a:6:{i:0;a:3:{s:4:"rule";s:12:"gii/";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698314093.203079;i:4;a:0:{}i:5;i:4623872;}i:12;a:6:{i:0;a:3:{s:4:"rule";s:41:"gii//";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698314093.203088;i:4;a:0:{}i:5;i:4624624;}i:13;a:6:{i:0;a:3:{s:4:"rule";s:5:"debug";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698314093.203096;i:4;a:0:{}i:5;i:4625376;}i:14;a:6:{i:0;a:3:{s:4:"rule";s:43:"debug//";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698314093.203104;i:4;a:0:{}i:5;i:4626128;}i:15;a:6:{i:0;a:3:{s:4:"rule";s:38:"//";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698314093.203113;i:4;a:0:{}i:5;i:4626880;}i:16;a:6:{i:0;a:3:{s:4:"rule";s:29:"/";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698314093.203121;i:4;a:0:{}i:5;i:4627632;}i:17;a:6:{i:0;s:55:"No matching URL rules. Using default URL parsing logic.";i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698314093.203126;i:4;a:0:{}i:5;i:4628648;}}s:5:"route";s:20:"api/user/modify-user";s:6:"action";s:62:"app\modules\api\controllers\UserController::actionModifyUser()";}";s:7:"request";s:5298:"a:15:{s:7:"flashes";a:0:{}s:10:"statusCode";i:200;s:14:"requestHeaders";a:9:{s:14:"content-length";s:3:"508";s:12:"content-type";s:80:"multipart/form-data; boundary=--------------------------850130839244606843577085";s:4:"host";s:10:"cxfoot.com";s:6:"cookie";s:148:"_csrf=7e09a6838a240f69ff98f7bf5aa3cf959b124665f2b456c0a4b5e5fb2a83dde2a:2:%7Bi:0;s:5:%22_csrf%22;i:1;s:32:%22n5rwBNUa2bIME2VYbV4vO3Clb-ktm73F%22;%7D";s:10:"connection";s:5:"close";s:15:"accept-encoding";s:17:"gzip, deflate, br";s:6:"accept";s:3:"*/*";s:13:"cache-control";s:8:"no-cache";s:10:"user-agent";s:35:"PostmanRuntime-ApipostRuntime/1.1.0";}s:15:"responseHeaders";a:6:{s:12:"X-Powered-By";s:9:"PHP/7.3.4";s:12:"Content-Type";s:31:"application/json; charset=UTF-8";s:11:"X-Debug-Tag";s:13:"653a376d2fb61";s:16:"X-Debug-Duration";s:5:"1,083";s:12:"X-Debug-Link";s:37:"/debug/default/view?tag=653a376d2fb61";s:10:"Set-Cookie";s:204:"_csrf=8dd04a77439c3501658144c2dfda0a62b85f8d4c49f2b22503868966fefb839aa%3A2%3A%7Bi%3A0%3Bs%3A5%3A%22_csrf%22%3Bi%3A1%3Bs%3A32%3A%22JO13c8SrodStIJEl73C4ymwASKS3rZhv%22%3B%7D; path=/; HttpOnly; SameSite=Lax";}s:5:"route";s:20:"api/user/modify-user";s:6:"action";s:62:"app\modules\api\controllers\UserController::actionModifyUser()";s:12:"actionParams";a:0:{}s:7:"general";a:5:{s:6:"method";s:4:"POST";s:6:"isAjax";b:0;s:6:"isPjax";b:0;s:7:"isFlash";b:0;s:18:"isSecureConnection";b:0;}s:11:"requestBody";a:0:{}s:6:"SERVER";a:43:{s:4:"PATH";s:954:"C:\imagemagick;C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\intel64_win\compiler;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;E:\anzhuang\QTSystem\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;D:\Git\cmd;D:\svn\bin;C:\Users\Administrator\AppData\Local\Programs\Python\Python311;C:\Users\Administrator\AppData\Local\Programs\Python\Python311\Scripts;D:\Xftp 7\;D:\微信web开发者工具\dll;C:\Users\Administrator\AppData\Local\Microsoft\WindowsApps;;D:\PhpStorm 2021.2.1\bin;;D:\Microsoft VS Code\bin;D:\phpstudy_pro\Extensions\php\php7.4.3nts;C:\Users\Administrator\AppData\Local\ComposerSetup\bin;C:\Users\Administrator\AppData\Roaming\Composer\vendor\bin";s:10:"SYSTEMROOT";s:10:"C:\WINDOWS";s:7:"COMSPEC";s:27:"C:\WINDOWS\system32\cmd.exe";s:7:"PATHEXT";s:53:".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC";s:6:"WINDIR";s:10:"C:\WINDOWS";s:5:"PHPRC";s:42:"D:/phpstudy_pro/Extensions/php/php7.3.4nts";s:21:"_FCGI_SHUTDOWN_EVENT_";s:4:"9080";s:11:"SCRIPT_NAME";s:10:"/index.php";s:11:"REQUEST_URI";s:137:"/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:12:"QUERY_STRING";s:115:"access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:14:"REQUEST_METHOD";s:4:"POST";s:15:"SERVER_PROTOCOL";s:8:"HTTP/1.1";s:17:"GATEWAY_INTERFACE";s:7:"CGI/1.1";s:21:"REDIRECT_QUERY_STRING";s:115:"access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:12:"REDIRECT_URL";s:21:"/api/user/modify-user";s:11:"REMOTE_PORT";s:5:"49721";s:15:"SCRIPT_FILENAME";s:40:"D:/phpstudy_pro/WWW/cxfoot/web/index.php";s:12:"SERVER_ADMIN";s:17:"admin@example.com";s:21:"CONTEXT_DOCUMENT_ROOT";s:30:"D:/phpstudy_pro/WWW/cxfoot/web";s:14:"CONTEXT_PREFIX";s:0:"";s:14:"REQUEST_SCHEME";s:4:"http";s:13:"DOCUMENT_ROOT";s:30:"D:/phpstudy_pro/WWW/cxfoot/web";s:11:"REMOTE_ADDR";s:9:"127.0.0.1";s:11:"SERVER_PORT";s:2:"80";s:11:"SERVER_ADDR";s:9:"127.0.0.1";s:11:"SERVER_NAME";s:10:"cxfoot.com";s:15:"SERVER_SOFTWARE";s:73:"Apache/2.4.39 (Win64) OpenSSL/1.1.1b mod_fcgid/2.3.9a mod_log_rotate/1.02";s:16:"SERVER_SIGNATURE";s:0:"";s:10:"SystemRoot";s:10:"C:\WINDOWS";s:14:"CONTENT_LENGTH";s:3:"508";s:12:"CONTENT_TYPE";s:80:"multipart/form-data; boundary=--------------------------850130839244606843577085";s:9:"HTTP_HOST";s:10:"cxfoot.com";s:11:"HTTP_COOKIE";s:148:"_csrf=7e09a6838a240f69ff98f7bf5aa3cf959b124665f2b456c0a4b5e5fb2a83dde2a:2:%7Bi:0;s:5:%22_csrf%22;i:1;s:32:%22n5rwBNUa2bIME2VYbV4vO3Clb-ktm73F%22;%7D";s:15:"HTTP_CONNECTION";s:5:"close";s:20:"HTTP_ACCEPT_ENCODING";s:17:"gzip, deflate, br";s:11:"HTTP_ACCEPT";s:3:"*/*";s:18:"HTTP_CACHE_CONTROL";s:8:"no-cache";s:15:"HTTP_USER_AGENT";s:35:"PostmanRuntime-ApipostRuntime/1.1.0";s:15:"REDIRECT_STATUS";s:3:"200";s:9:"FCGI_ROLE";s:9:"RESPONDER";s:8:"PHP_SELF";s:10:"/index.php";s:18:"REQUEST_TIME_FLOAT";d:1698314093.139875;s:12:"REQUEST_TIME";i:1698314093;}s:3:"GET";a:2:{s:12:"access_token";s:60:"bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0=";s:6:"X-Csrf";s:32:"ag7x1Afy1r0q8j4y05vk3s4118hx7124";}s:4:"POST";a:4:{s:9:"real_name";s:6:"王五";s:6:"gender";s:1:"1";s:7:"is_view";s:4:"42.5";s:12:"mobile_phone";s:11:"18222222224";}s:6:"COOKIE";a:5:{s:5:"_csrf";s:72:"7e09a6838a240f69ff98f7bf5aa3cf959b124665f2b456c0a4b5e5fb2a83dde2a:2:{i:0";s:11:"s:5:"_csrf"";s:0:"";s:3:"i:1";s:0:"";s:39:"s:32:"n5rwBNUa2bIME2VYbV4vO3Clb-ktm73F"";s:0:"";s:1:"}";s:0:"";}s:5:"FILES";a:0:{}s:7:"SESSION";a:0:{}}";s:4:"user";s:2943:"a:5:{s:2:"id";s:2:"68";s:8:"identity";a:26:{s:2:"id";s:4:"'68'";s:9:"cx_mch_id";s:3:"'0'";s:8:"username";s:8:"'U5s1ph'";s:8:"password";s:62:"'$2y$13$x0iezfvj5/IfSaINjFFbiukbuijauI3o5J8l5mQULSfRJVl3pKdai'";s:8:"auth_key";s:34:"'liY1fP0zXFG2uKuLwwwZayJdE3iwgAWy'";s:12:"access_token";s:34:"'g5ip-OjtpkZEnjlh1bDwNz3zuoYDBQ2l'";s:8:"nickname";s:8:"'王五'";s:10:"avatar_url";s:28:"'/statics/images/avatar.jpg'";s:12:"mobile_phone";s:13:"'18222222224'";s:13:"mobile_prefix";s:4:"'86'";s:5:"email";s:2:"''";s:9:"real_name";s:8:"'王五'";s:4:"desc";s:2:"''";s:6:"gender";s:1:"1";s:8:"birthday";s:4:"null";s:6:"status";s:1:"0";s:9:"parent_id";s:3:"'0'";s:12:"is_modify_un";s:1:"0";s:9:"is_delete";s:1:"0";s:10:"country_id";s:1:"0";s:7:"city_id";s:1:"0";s:10:"created_at";s:10:"1698314013";s:10:"updated_at";s:10:"1698314013";s:4:"type";s:1:"0";s:8:"store_id";s:1:"0";s:7:"is_view";s:6:"'42.5'";}s:10:"attributes";a:26:{i:0;a:2:{s:9:"attribute";s:2:"id";s:5:"label";s:2:"ID";}i:1;a:2:{s:9:"attribute";s:9:"cx_mch_id";s:5:"label";s:14:"平台商户ID";}i:2;a:2:{s:9:"attribute";s:8:"username";s:5:"label";s:9:"用户名";}i:3;a:2:{s:9:"attribute";s:8:"password";s:5:"label";s:6:"密码";}i:4;a:2:{s:9:"attribute";s:8:"auth_key";s:5:"label";s:8:"AUTH_KEY";}i:5;a:2:{s:9:"attribute";s:12:"access_token";s:5:"label";s:12:"ACCESS_TOKEN";}i:6;a:2:{s:9:"attribute";s:8:"nickname";s:5:"label";s:6:"昵称";}i:7;a:2:{s:9:"attribute";s:10:"avatar_url";s:5:"label";s:6:"头像";}i:8;a:2:{s:9:"attribute";s:12:"mobile_phone";s:5:"label";s:9:"手机号";}i:9;a:2:{s:9:"attribute";s:13:"mobile_prefix";s:5:"label";s:21:"手机号国家代码";}i:10;a:2:{s:9:"attribute";s:5:"email";s:5:"label";s:6:"邮箱";}i:11;a:2:{s:9:"attribute";s:9:"real_name";s:5:"label";s:12:"真实姓名";}i:12;a:2:{s:9:"attribute";s:4:"desc";s:5:"label";s:12:"个性签名";}i:13;a:2:{s:9:"attribute";s:6:"gender";s:5:"label";s:33:"性别,0=女,1=男,2=保密";}i:14;a:2:{s:9:"attribute";s:8:"birthday";s:5:"label";s:6:"生日";}i:15;a:2:{s:9:"attribute";s:6:"status";s:5:"label";s:50:"状态,0=正常,1=封禁,2=挂起,3=注销";}i:16;a:2:{s:9:"attribute";s:9:"parent_id";s:5:"label";s:9:"PARENT_ID";}i:17;a:2:{s:9:"attribute";s:12:"is_modify_un";s:5:"label";s:43:"用户名是否可以修改,0=否,1=是";}i:18;a:2:{s:9:"attribute";s:9:"is_delete";s:5:"label";s:28:"是否删除,0=否,1=是";}i:19;a:2:{s:9:"attribute";s:10:"country_id";s:5:"label";s:8:"国家ID";}i:20;a:2:{s:9:"attribute";s:7:"city_id";s:5:"label";s:8:"城市ID";}i:21;a:2:{s:9:"attribute";s:10:"created_at";s:5:"label";s:12:"添加时间";}i:22;a:2:{s:9:"attribute";s:10:"updated_at";s:5:"label";s:12:"更新时间";}i:23;a:2:{s:9:"attribute";s:4:"type";s:5:"label";s:28:"0=普通用户,1=管理员";}i:24;a:2:{s:9:"attribute";s:8:"store_id";s:5:"label";s:8:"Store Id";}i:25;a:2:{s:9:"attribute";s:7:"is_view";s:5:"label";s:6:"鞋码";}}s:13:"rolesProvider";N;s:19:"permissionsProvider";N;}";s:5:"asset";s:6:"a:0:{}";s:7:"summary";a:12:{s:3:"tag";s:13:"653a376d2fb61";s:3:"url";s:154:"http://cxfoot.com/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:4:"ajax";i:0;s:6:"method";s:4:"POST";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698314093.139875;s:10:"statusCode";i:200;s:8:"sqlCount";i:21;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:8533136;s:14:"processingTime";d:1.085101842880249;}s:10:"exceptions";a:0:{}} \ No newline at end of file diff --git a/runtime/debug/653a376fbc66f.data b/runtime/debug/653a376fbc66f.data new file mode 100644 index 0000000..dd8c52a --- /dev/null +++ b/runtime/debug/653a376fbc66f.data @@ -0,0 +1,351 @@ +a:14:{s:6:"config";s:1870:"a:5:{s:10:"phpVersion";s:5:"7.3.4";s:10:"yiiVersion";s:6:"2.0.46";s:11:"application";a:8:{s:3:"yii";s:6:"2.0.46";s:4:"name";s:14:"My Application";s:7:"version";s:3:"1.0";s:8:"language";s:5:"zh-CN";s:14:"sourceLanguage";s:5:"en-US";s:7:"charset";s:5:"UTF-8";s:3:"env";s:3:"dev";s:5:"debug";b:1;}s:3:"php";a:5:{s:7:"version";s:5:"7.3.4";s:6:"xdebug";b:0;s:3:"apc";b:0;s:8:"memcache";b:0;s:9:"memcached";b:0;}s:10:"extensions";a:7:{s:18:"yiisoft/yii2-faker";a:3:{s:4:"name";s:18:"yiisoft/yii2-faker";s:7:"version";s:7:"2.0.5.0";s:5:"alias";a:1:{s:10:"@yii/faker";s:56:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-faker/src";}}s:24:"yiisoft/yii2-swiftmailer";a:3:{s:4:"name";s:24:"yiisoft/yii2-swiftmailer";s:7:"version";s:7:"2.1.3.0";s:5:"alias";a:1:{s:16:"@yii/swiftmailer";s:62:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-swiftmailer/src";}}s:22:"yiisoft/yii2-bootstrap";a:3:{s:4:"name";s:22:"yiisoft/yii2-bootstrap";s:7:"version";s:8:"2.0.11.0";s:5:"alias";a:1:{s:14:"@yii/bootstrap";s:60:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-bootstrap/src";}}s:16:"yiisoft/yii2-gii";a:3:{s:4:"name";s:16:"yiisoft/yii2-gii";s:7:"version";s:7:"2.1.4.0";s:5:"alias";a:1:{s:8:"@yii/gii";s:54:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-gii/src";}}s:18:"yiisoft/yii2-redis";a:3:{s:4:"name";s:18:"yiisoft/yii2-redis";s:7:"version";s:8:"2.0.18.0";s:5:"alias";a:1:{s:10:"@yii/redis";s:56:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-redis/src";}}s:18:"yiisoft/yii2-debug";a:3:{s:4:"name";s:18:"yiisoft/yii2-debug";s:7:"version";s:8:"2.1.21.0";s:5:"alias";a:1:{s:10:"@yii/debug";s:56:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-debug/src";}}s:24:"jianyan74/yii2-websocket";a:3:{s:4:"name";s:24:"jianyan74/yii2-websocket";s:7:"version";s:7:"1.1.1.0";s:5:"alias";a:1:{s:18:"@jianyan/websocket";s:62:"D:\phpstudy_pro\WWW\cxfoot\vendor/jianyan74/yii2-websocket/src";}}}}";s:3:"log";s:28905:"a:1:{s:8:"messages";a:46:{i:0;a:6:{i:0;s:33:"Bootstrap with yii\log\Dispatcher";i:1;i:8;i:2;s:31:"yii\base\Application::bootstrap";i:3;d:1698314095.748841;i:4;a:0:{}i:5;i:2497176;}i:1;a:6:{i:0;s:21:"Loading module: debug";i:1;i:8;i:2;s:26:"yii\base\Module::getModule";i:3;d:1698314095.74886;i:4;a:0:{}i:5;i:2498352;}i:2;a:6:{i:0;s:44:"Bootstrap with yii\debug\Module::bootstrap()";i:1;i:8;i:2;s:31:"yii\base\Application::bootstrap";i:3;d:1698314095.770978;i:4;a:0:{}i:5;i:4073584;}i:3;a:6:{i:0;s:61:"Opening redis DB connection: tcp://127.0.0.1:6379, database=0";i:1;i:8;i:2;s:26:"yii\redis\Connection::open";i:3;d:1698314095.773901;i:4;a:0:{}i:5;i:4290032;}i:4;a:6:{i:0;s:31:"Executing Redis Command: SELECT";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698314095.774347;i:4;a:0:{}i:5;i:4292240;}i:5;a:6:{i:0;s:28:"Executing Redis Command: GET";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698314095.774624;i:4;a:0:{}i:5;i:4300424;}i:6;a:6:{i:0;s:28:"Executing Redis Command: GET";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698314095.776214;i:4;a:0:{}i:5;i:4372704;}i:7;a:6:{i:0;s:19:"Loading module: gii";i:1;i:8;i:2;s:26:"yii\base\Module::getModule";i:3;d:1698314095.776428;i:4;a:0:{}i:5;i:4373048;}i:8;a:6:{i:0;s:42:"Bootstrap with yii\gii\Module::bootstrap()";i:1;i:8;i:2;s:31:"yii\base\Application::bootstrap";i:3;d:1698314095.777028;i:4;a:0:{}i:5;i:4397072;}i:9;a:6:{i:0;s:28:"Executing Redis Command: GET";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698314095.777066;i:4;a:0:{}i:5;i:4403464;}i:18;a:6:{i:0;s:39:"Route requested: 'api/user/modify-user'";i:1;i:8;i:2;s:34:"yii\web\Application::handleRequest";i:3;d:1698314095.779489;i:4;a:0:{}i:5;i:4628712;}i:19;a:6:{i:0;s:19:"Loading module: api";i:1;i:8;i:2;s:26:"yii\base\Module::getModule";i:3;d:1698314095.7795;i:4;a:0:{}i:5;i:4630344;}i:20;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_wechat_app`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698314095.800523;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6055432;}i:21;a:6:{i:0;s:57:"Opening DB connection: mysql:host=127.0.0.1;dbname=cxfoot";i:1;i:4;i:2;s:23:"yii\db\Connection::open";i:3;d:1698314095.800575;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6057864;}i:26;a:6:{i:0;s:782:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_wechat_app' AND `kcu`.`TABLE_NAME` = 'cx_wechat_app'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698314095.823703;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6144176;}i:29;a:6:{i:0;s:71:"SELECT * FROM `cx_wechat_app` WHERE (`cx_mch_id`=0) AND (`is_delete`=0)";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698314095.829767;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6480744;}i:32;a:6:{i:0;s:34:"Route to run: api/user/modify-user";i:1;i:8;i:2;s:30:"yii\base\Controller::runAction";i:3;d:1698314095.838528;i:4;a:0:{}i:5;i:6709728;}i:33;a:6:{i:0;s:119:"SELECT * FROM `cx_user_token` WHERE ((`is_delete`=0) AND (`token`='SF5fP6gUUrct1a') AND (`cx_mch_id`=0)) AND (`type`=3)";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698314095.845036;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6986272;}i:36;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_user_token`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698314095.84598;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6994528;}i:39;a:6:{i:0;s:782:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user_token' AND `kcu`.`TABLE_NAME` = 'cx_user_token'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698314095.847212;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7008376;}i:42;a:6:{i:0;s:32:"SHOW FULL COLUMNS FROM `cx_user`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698314095.847996;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7012256;}i:45;a:6:{i:0;s:770:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user' AND `kcu`.`TABLE_NAME` = 'cx_user'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698314095.849658;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7034352;}i:48;a:6:{i:0;s:78:"SELECT * FROM `cx_user` WHERE (`id`='65') AND (`is_delete`=0) AND (`status`=0)";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698314095.850363;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7042336;}i:51;a:6:{i:0;s:56:"User '65' logged in from 127.0.0.1. Session not enabled.";i:1;i:4;i:2;s:19:"yii\web\User::login";i:3;d:1698314095.855821;i:4;a:2:{i:0;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7282288;}i:52;a:6:{i:0;s:78:"Running action: app\modules\api\controllers\UserController::actionModifyUser()";i:1;i:8;i:2;s:36:"yii\base\InlineAction::runWithParams";i:3;d:1698314095.855883;i:4;a:0:{}i:5;i:7280040;}i:53;a:6:{i:0;s:58:"SELECT * FROM `cx_user` WHERE `mobile_phone`='18222222224'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698314095.859024;i:4;a:2:{i:0;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:73;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7392480;}i:56;a:6:{i:0;s:141:"SELECT * FROM `cx_user` WHERE ((`cx_mch_id`=0) AND (`is_delete`=0) AND (`status`=0)) AND ((`username`='U5s1ph') OR (`mobile_phone`='U5s1ph'))";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698314095.863206;i:4;a:3:{i:0;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:66;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:80;s:8:"function";s:5:"login";s:5:"class";s:32:"app\modules\api\models\LoginForm";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7478624;}i:59;a:6:{i:0;s:56:"User '68' logged in from 127.0.0.1. Session not enabled.";i:1;i:4;i:2;s:19:"yii\web\User::login";i:3;d:1698314096.73775;i:4;a:3:{i:0;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:82;s:8:"function";s:5:"login";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:80;s:8:"function";s:5:"login";s:5:"class";s:32:"app\modules\api\models\LoginForm";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7477784;}i:60;a:6:{i:0;s:17:"Begin transaction";i:1;i:8;i:2;s:25:"yii\db\Transaction::begin";i:3;d:1698314096.738458;i:4;a:3:{i:0;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:64;s:8:"function";s:16:"beginTransaction";s:5:"class";s:17:"yii\db\Connection";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:80;s:8:"function";s:5:"login";s:5:"class";s:32:"app\modules\api\models\LoginForm";s:4:"type";s:2:"->";}}i:5;i:7504152;}i:61;a:6:{i:0;s:37:"Executing Redis Command: CLUSTER INFO";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698314096.739235;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\components\FlashStorage.php";s:4:"line";i:67;s:8:"function";s:3:"get";s:5:"class";s:17:"yii\caching\Cache";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:93;s:8:"function";s:8:"getCache";s:5:"class";s:27:"app\components\FlashStorage";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:65;s:8:"function";s:8:"generate";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}}i:5;i:7525840;}i:62;a:6:{i:0;s:28:"Executing Redis Command: GET";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698314096.740059;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\components\FlashStorage.php";s:4:"line";i:67;s:8:"function";s:3:"get";s:5:"class";s:17:"yii\caching\Cache";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:93;s:8:"function";s:8:"getCache";s:5:"class";s:27:"app\components\FlashStorage";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:65;s:8:"function";s:8:"generate";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}}i:5;i:7533504;}i:63;a:6:{i:0;s:28:"Executing Redis Command: SET";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698314096.740228;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\components\FlashStorage.php";s:4:"line";i:47;s:8:"function";s:3:"set";s:5:"class";s:17:"yii\caching\Cache";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:99;s:8:"function";s:8:"setCache";s:5:"class";s:27:"app\components\FlashStorage";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:65;s:8:"function";s:8:"generate";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}}i:5;i:7535760;}i:64;a:6:{i:0;s:28:"Executing Redis Command: GET";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698314096.740387;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\components\FlashStorage.php";s:4:"line";i:67;s:8:"function";s:3:"get";s:5:"class";s:17:"yii\caching\Cache";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:127;s:8:"function";s:8:"getCache";s:5:"class";s:27:"app\components\FlashStorage";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:102;s:8:"function";s:9:"_generate";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}}i:5;i:7537848;}i:65;a:6:{i:0;s:28:"Executing Redis Command: SET";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698314096.740539;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\components\FlashStorage.php";s:4:"line";i:47;s:8:"function";s:3:"set";s:5:"class";s:17:"yii\caching\Cache";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:132;s:8:"function";s:8:"setCache";s:5:"class";s:27:"app\components\FlashStorage";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:102;s:8:"function";s:9:"_generate";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}}i:5;i:7545736;}i:66;a:6:{i:0;s:132:"SELECT EXISTS(SELECT * FROM `cx_user_token` WHERE (`type`=3) AND (`token`='S6HvJA9rYctUxZ') AND (`is_delete`=0) AND (`cx_mch_id`=0))";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698314096.740839;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:103;s:8:"function";s:6:"exists";s:5:"class";s:12:"yii\db\Query";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:65;s:8:"function";s:8:"generate";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7551408;}i:69;a:6:{i:0;s:28:"Executing Redis Command: DEL";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698314096.741418;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\components\FlashStorage.php";s:4:"line";i:57;s:8:"function";s:6:"delete";s:5:"class";s:17:"yii\caching\Cache";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:105;s:8:"function";s:11:"deleteCache";s:5:"class";s:27:"app\components\FlashStorage";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:65;s:8:"function";s:8:"generate";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}}i:5;i:7553544;}i:70;a:6:{i:0;s:118:"UPDATE `cx_user_token` SET `is_delete`=1 WHERE (`is_delete`=0) AND (`user_id`='68') AND (`cx_mch_id`=0) AND (`type`=3)";i:1;i:4;i:2;s:23:"yii\db\Command::execute";i:3;d:1698314096.741648;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:273;s:8:"function";s:9:"updateAll";s:5:"class";s:19:"yii\db\ActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:77;s:8:"function";s:7:"destory";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7557472;}i:73;a:6:{i:0;s:189:"INSERT INTO `cx_user_token` (`cx_mch_id`, `type`, `token`, `user_id`, `expire_time`, `status`, `is_delete`, `created_at`) VALUES (0, 3, 'S6HvJA9rYctUxZ', '68', 1700906096, 0, 0, 1698314096)";i:1;i:4;i:2;s:23:"yii\db\Command::execute";i:3;d:1698314096.744539;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:157;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:78;s:8:"function";s:13:"saveUserToken";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7670128;}i:76;a:6:{i:0;s:18:"Commit transaction";i:1;i:8;i:2;s:26:"yii\db\Transaction::commit";i:3;d:1698314096.745563;i:4;a:3:{i:0;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:89;s:8:"function";s:6:"commit";s:5:"class";s:18:"yii\db\Transaction";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:80;s:8:"function";s:5:"login";s:5:"class";s:32:"app\modules\api\models\LoginForm";s:4:"type";s:2:"->";}}i:5;i:7669064;}i:77;a:6:{i:0;s:42:"SHOW FULL COLUMNS FROM `cx_user_login_log`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698314096.772742;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:82;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7702144;}i:80;a:6:{i:0;s:790:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user_login_log' AND `kcu`.`TABLE_NAME` = 'cx_user_login_log'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698314096.779788;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:82;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7715904;}i:83;a:6:{i:0;s:177:"INSERT INTO `cx_user_login_log` (`cx_mch_id`, `user_id`, `is_delete`, `ipv4`, `is_pass`, `err_msg`, `created_at`) VALUES (0, '68', 0, '127.0.0.1', 1, '登录成功', 1698314096)";i:1;i:4;i:2;s:23:"yii\db\Command::execute";i:3;d:1698314096.781587;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:88;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7742800;}i:86;a:6:{i:0;s:114:"SELECT * FROM `cx_user_oauth` WHERE ((`type`='wxmp') AND (`is_delete`=0) AND (`cx_mch_id`=0)) AND (`user_id`='68')";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698314096.802652;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:432;s:8:"function";s:5:"__get";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:92;s:8:"function";s:9:"bindQuery";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:80;s:8:"function";s:5:"login";s:5:"class";s:32:"app\modules\api\models\LoginForm";s:4:"type";s:2:"->";}}i:5;i:7812632;}i:89;a:6:{i:0;s:35:"SHOW FULL COLUMNS FROM `cx_api_log`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698314096.803957;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7848696;}i:92;a:6:{i:0;s:776:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_api_log' AND `kcu`.`TABLE_NAME` = 'cx_api_log'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698314096.805525;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7867608;}i:95;a:6:{i:0;s:655:"INSERT INTO `cx_api_log` (`cx_mch_id`, `user_id`, `route`, `module_id`, `controller_id`, `action_id`, `url`, `method`, `method_param`, `ipv4`, `is_pass`, `request_date`, `request_time`, `response_time`, `process_consume_time`, `is_delete`, `created_at`) VALUES (0, '68', 'api/user/modify-user', 'api', 'user', 'modify-user', '/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124', 'POST', '{\"real_name\":\"王五\",\"gender\":\"1\",\"is_view\":\"42.5\",\"mobile_phone\":\"18222222224\"}', '127.0.0.1', 1, '2023-10-26', 1698314095782, 1698314096806, 1024, 0, 1698314096)";i:1;i:4;i:2;s:23:"yii\db\Command::execute";i:3;d:1698314096.807183;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:125;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7897896;}}}";s:9:"profiling";s:39194:"a:3:{s:6:"memory";i:8533136;s:4:"time";d:1.1050400733947754;s:8:"messages";a:44:{i:22;a:6:{i:0;s:57:"Opening DB connection: mysql:host=127.0.0.1;dbname=cxfoot";i:1;i:80;i:2;s:23:"yii\db\Connection::open";i:3;d:1698314095.800594;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6058992;}i:23;a:6:{i:0;s:57:"Opening DB connection: mysql:host=127.0.0.1;dbname=cxfoot";i:1;i:96;i:2;s:23:"yii\db\Connection::open";i:3;d:1698314095.802396;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6108152;}i:24;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_wechat_app`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314095.802425;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6108392;}i:25;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_wechat_app`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314095.822387;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6124224;}i:27;a:6:{i:0;s:782:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_wechat_app' AND `kcu`.`TABLE_NAME` = 'cx_wechat_app'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314095.823739;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6147040;}i:28;a:6:{i:0;s:782:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_wechat_app' AND `kcu`.`TABLE_NAME` = 'cx_wechat_app'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314095.824251;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6149424;}i:30;a:6:{i:0;s:71:"SELECT * FROM `cx_wechat_app` WHERE (`cx_mch_id`=0) AND (`is_delete`=0)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314095.82981;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6481992;}i:31;a:6:{i:0;s:71:"SELECT * FROM `cx_wechat_app` WHERE (`cx_mch_id`=0) AND (`is_delete`=0)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314095.830455;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6488664;}i:34;a:6:{i:0;s:119:"SELECT * FROM `cx_user_token` WHERE ((`is_delete`=0) AND (`token`='SF5fP6gUUrct1a') AND (`cx_mch_id`=0)) AND (`type`=3)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314095.84508;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6987840;}i:35;a:6:{i:0;s:119:"SELECT * FROM `cx_user_token` WHERE ((`is_delete`=0) AND (`token`='SF5fP6gUUrct1a') AND (`cx_mch_id`=0)) AND (`type`=3)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314095.845836;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6991528;}i:37;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_user_token`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314095.846009;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6996648;}i:38;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_user_token`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314095.846874;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7008912;}i:40;a:6:{i:0;s:782:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user_token' AND `kcu`.`TABLE_NAME` = 'cx_user_token'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314095.847241;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7011992;}i:41;a:6:{i:0;s:782:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user_token' AND `kcu`.`TABLE_NAME` = 'cx_user_token'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314095.847808;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7015128;}i:43;a:6:{i:0;s:32:"SHOW FULL COLUMNS FROM `cx_user`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314095.848022;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7014376;}i:44;a:6:{i:0;s:32:"SHOW FULL COLUMNS FROM `cx_user`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314095.849083;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7044520;}i:46;a:6:{i:0;s:770:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user' AND `kcu`.`TABLE_NAME` = 'cx_user'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314095.849685;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7037968;}i:47;a:6:{i:0;s:770:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user' AND `kcu`.`TABLE_NAME` = 'cx_user'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314095.85012;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7041104;}i:49;a:6:{i:0;s:78:"SELECT * FROM `cx_user` WHERE (`id`='65') AND (`is_delete`=0) AND (`status`=0)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314095.850387;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7044088;}i:50;a:6:{i:0;s:78:"SELECT * FROM `cx_user` WHERE (`id`='65') AND (`is_delete`=0) AND (`status`=0)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314095.8508;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7050520;}i:54;a:6:{i:0;s:58:"SELECT * FROM `cx_user` WHERE `mobile_phone`='18222222224'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314095.859048;i:4;a:2:{i:0;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:73;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7394312;}i:55;a:6:{i:0;s:58:"SELECT * FROM `cx_user` WHERE `mobile_phone`='18222222224'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314095.85974;i:4;a:2:{i:0;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:73;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7400064;}i:57;a:6:{i:0;s:141:"SELECT * FROM `cx_user` WHERE ((`cx_mch_id`=0) AND (`is_delete`=0) AND (`status`=0)) AND ((`username`='U5s1ph') OR (`mobile_phone`='U5s1ph'))";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314095.863244;i:4;a:3:{i:0;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:66;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:80;s:8:"function";s:5:"login";s:5:"class";s:32:"app\modules\api\models\LoginForm";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7479992;}i:58;a:6:{i:0;s:141:"SELECT * FROM `cx_user` WHERE ((`cx_mch_id`=0) AND (`is_delete`=0) AND (`status`=0)) AND ((`username`='U5s1ph') OR (`mobile_phone`='U5s1ph'))";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314095.863827;i:4;a:3:{i:0;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:66;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:80;s:8:"function";s:5:"login";s:5:"class";s:32:"app\modules\api\models\LoginForm";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7486248;}i:67;a:6:{i:0;s:132:"SELECT EXISTS(SELECT * FROM `cx_user_token` WHERE (`type`=3) AND (`token`='S6HvJA9rYctUxZ') AND (`is_delete`=0) AND (`cx_mch_id`=0))";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314096.740872;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:103;s:8:"function";s:6:"exists";s:5:"class";s:12:"yii\db\Query";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:65;s:8:"function";s:8:"generate";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7552368;}i:68;a:6:{i:0;s:132:"SELECT EXISTS(SELECT * FROM `cx_user_token` WHERE (`type`=3) AND (`token`='S6HvJA9rYctUxZ') AND (`is_delete`=0) AND (`cx_mch_id`=0))";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314096.741372;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:103;s:8:"function";s:6:"exists";s:5:"class";s:12:"yii\db\Query";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:65;s:8:"function";s:8:"generate";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7554792;}i:71;a:6:{i:0;s:118:"UPDATE `cx_user_token` SET `is_delete`=1 WHERE (`is_delete`=0) AND (`user_id`='68') AND (`cx_mch_id`=0) AND (`type`=3)";i:1;i:80;i:2;s:23:"yii\db\Command::execute";i:3;d:1698314096.741673;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:273;s:8:"function";s:9:"updateAll";s:5:"class";s:19:"yii\db\ActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:77;s:8:"function";s:7:"destory";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7558808;}i:72;a:6:{i:0;s:118:"UPDATE `cx_user_token` SET `is_delete`=1 WHERE (`is_delete`=0) AND (`user_id`='68') AND (`cx_mch_id`=0) AND (`type`=3)";i:1;i:96;i:2;s:23:"yii\db\Command::execute";i:3;d:1698314096.743331;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:273;s:8:"function";s:9:"updateAll";s:5:"class";s:19:"yii\db\ActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:77;s:8:"function";s:7:"destory";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7560912;}i:74;a:6:{i:0;s:189:"INSERT INTO `cx_user_token` (`cx_mch_id`, `type`, `token`, `user_id`, `expire_time`, `status`, `is_delete`, `created_at`) VALUES (0, 3, 'S6HvJA9rYctUxZ', '68', 1700906096, 0, 0, 1698314096)";i:1;i:80;i:2;s:23:"yii\db\Command::execute";i:3;d:1698314096.744571;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:157;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:78;s:8:"function";s:13:"saveUserToken";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7670768;}i:75;a:6:{i:0;s:189:"INSERT INTO `cx_user_token` (`cx_mch_id`, `type`, `token`, `user_id`, `expire_time`, `status`, `is_delete`, `created_at`) VALUES (0, 3, 'S6HvJA9rYctUxZ', '68', 1700906096, 0, 0, 1698314096)";i:1;i:96;i:2;s:23:"yii\db\Command::execute";i:3;d:1698314096.745001;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:157;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:78;s:8:"function";s:13:"saveUserToken";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7672824;}i:78;a:6:{i:0;s:42:"SHOW FULL COLUMNS FROM `cx_user_login_log`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314096.772782;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:82;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7704288;}i:79;a:6:{i:0;s:42:"SHOW FULL COLUMNS FROM `cx_user_login_log`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314096.779466;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:82;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7716496;}i:81;a:6:{i:0;s:790:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user_login_log' AND `kcu`.`TABLE_NAME` = 'cx_user_login_log'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314096.779819;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:82;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7719520;}i:82;a:6:{i:0;s:790:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user_login_log' AND `kcu`.`TABLE_NAME` = 'cx_user_login_log'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314096.780438;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:82;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7722656;}i:84;a:6:{i:0;s:177:"INSERT INTO `cx_user_login_log` (`cx_mch_id`, `user_id`, `is_delete`, `ipv4`, `is_pass`, `err_msg`, `created_at`) VALUES (0, '68', 0, '127.0.0.1', 1, '登录成功', 1698314096)";i:1;i:80;i:2;s:23:"yii\db\Command::execute";i:3;d:1698314096.781616;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:88;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7743672;}i:85;a:6:{i:0;s:177:"INSERT INTO `cx_user_login_log` (`cx_mch_id`, `user_id`, `is_delete`, `ipv4`, `is_pass`, `err_msg`, `created_at`) VALUES (0, '68', 0, '127.0.0.1', 1, '登录成功', 1698314096)";i:1;i:96;i:2;s:23:"yii\db\Command::execute";i:3;d:1698314096.800324;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:88;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7745784;}i:87;a:6:{i:0;s:114:"SELECT * FROM `cx_user_oauth` WHERE ((`type`='wxmp') AND (`is_delete`=0) AND (`cx_mch_id`=0)) AND (`user_id`='68')";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314096.802685;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:432;s:8:"function";s:5:"__get";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:92;s:8:"function";s:9:"bindQuery";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:80;s:8:"function";s:5:"login";s:5:"class";s:32:"app\modules\api\models\LoginForm";s:4:"type";s:2:"->";}}i:5;i:7814200;}i:88;a:6:{i:0;s:114:"SELECT * FROM `cx_user_oauth` WHERE ((`type`='wxmp') AND (`is_delete`=0) AND (`cx_mch_id`=0)) AND (`user_id`='68')";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314096.803307;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:432;s:8:"function";s:5:"__get";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:92;s:8:"function";s:9:"bindQuery";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:80;s:8:"function";s:5:"login";s:5:"class";s:32:"app\modules\api\models\LoginForm";s:4:"type";s:2:"->";}}i:5;i:7816952;}i:90;a:6:{i:0;s:35:"SHOW FULL COLUMNS FROM `cx_api_log`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314096.803984;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7850816;}i:91;a:6:{i:0;s:35:"SHOW FULL COLUMNS FROM `cx_api_log`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314096.805077;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7873776;}i:93;a:6:{i:0;s:776:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_api_log' AND `kcu`.`TABLE_NAME` = 'cx_api_log'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314096.80555;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7871224;}i:94;a:6:{i:0;s:776:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_api_log' AND `kcu`.`TABLE_NAME` = 'cx_api_log'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314096.806006;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7874360;}i:96;a:6:{i:0;s:655:"INSERT INTO `cx_api_log` (`cx_mch_id`, `user_id`, `route`, `module_id`, `controller_id`, `action_id`, `url`, `method`, `method_param`, `ipv4`, `is_pass`, `request_date`, `request_time`, `response_time`, `process_consume_time`, `is_delete`, `created_at`) VALUES (0, '68', 'api/user/modify-user', 'api', 'user', 'modify-user', '/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124', 'POST', '{\"real_name\":\"王五\",\"gender\":\"1\",\"is_view\":\"42.5\",\"mobile_phone\":\"18222222224\"}', '127.0.0.1', 1, '2023-10-26', 1698314095782, 1698314096806, 1024, 0, 1698314096)";i:1;i:80;i:2;s:23:"yii\db\Command::execute";i:3;d:1698314096.807214;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:125;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7896256;}i:97;a:6:{i:0;s:655:"INSERT INTO `cx_api_log` (`cx_mch_id`, `user_id`, `route`, `module_id`, `controller_id`, `action_id`, `url`, `method`, `method_param`, `ipv4`, `is_pass`, `request_date`, `request_time`, `response_time`, `process_consume_time`, `is_delete`, `created_at`) VALUES (0, '68', 'api/user/modify-user', 'api', 'user', 'modify-user', '/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124', 'POST', '{\"real_name\":\"王五\",\"gender\":\"1\",\"is_view\":\"42.5\",\"mobile_phone\":\"18222222224\"}', '127.0.0.1', 1, '2023-10-26', 1698314095782, 1698314096806, 1024, 0, 1698314096)";i:1;i:96;i:2;s:23:"yii\db\Command::execute";i:3;d:1698314096.830306;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:125;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7898912;}}}";s:2:"db";s:38391:"a:1:{s:8:"messages";a:42:{i:24;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_wechat_app`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314095.802425;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6108392;}i:25;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_wechat_app`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314095.822387;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6124224;}i:27;a:6:{i:0;s:782:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_wechat_app' AND `kcu`.`TABLE_NAME` = 'cx_wechat_app'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314095.823739;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6147040;}i:28;a:6:{i:0;s:782:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_wechat_app' AND `kcu`.`TABLE_NAME` = 'cx_wechat_app'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314095.824251;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6149424;}i:30;a:6:{i:0;s:71:"SELECT * FROM `cx_wechat_app` WHERE (`cx_mch_id`=0) AND (`is_delete`=0)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314095.82981;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6481992;}i:31;a:6:{i:0;s:71:"SELECT * FROM `cx_wechat_app` WHERE (`cx_mch_id`=0) AND (`is_delete`=0)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314095.830455;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6488664;}i:34;a:6:{i:0;s:119:"SELECT * FROM `cx_user_token` WHERE ((`is_delete`=0) AND (`token`='SF5fP6gUUrct1a') AND (`cx_mch_id`=0)) AND (`type`=3)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314095.84508;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6987840;}i:35;a:6:{i:0;s:119:"SELECT * FROM `cx_user_token` WHERE ((`is_delete`=0) AND (`token`='SF5fP6gUUrct1a') AND (`cx_mch_id`=0)) AND (`type`=3)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314095.845836;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6991528;}i:37;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_user_token`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314095.846009;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6996648;}i:38;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_user_token`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314095.846874;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7008912;}i:40;a:6:{i:0;s:782:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user_token' AND `kcu`.`TABLE_NAME` = 'cx_user_token'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314095.847241;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7011992;}i:41;a:6:{i:0;s:782:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user_token' AND `kcu`.`TABLE_NAME` = 'cx_user_token'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314095.847808;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7015128;}i:43;a:6:{i:0;s:32:"SHOW FULL COLUMNS FROM `cx_user`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314095.848022;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7014376;}i:44;a:6:{i:0;s:32:"SHOW FULL COLUMNS FROM `cx_user`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314095.849083;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7044520;}i:46;a:6:{i:0;s:770:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user' AND `kcu`.`TABLE_NAME` = 'cx_user'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314095.849685;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7037968;}i:47;a:6:{i:0;s:770:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user' AND `kcu`.`TABLE_NAME` = 'cx_user'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314095.85012;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7041104;}i:49;a:6:{i:0;s:78:"SELECT * FROM `cx_user` WHERE (`id`='65') AND (`is_delete`=0) AND (`status`=0)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314095.850387;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7044088;}i:50;a:6:{i:0;s:78:"SELECT * FROM `cx_user` WHERE (`id`='65') AND (`is_delete`=0) AND (`status`=0)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314095.8508;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7050520;}i:54;a:6:{i:0;s:58:"SELECT * FROM `cx_user` WHERE `mobile_phone`='18222222224'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314095.859048;i:4;a:2:{i:0;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:73;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7394312;}i:55;a:6:{i:0;s:58:"SELECT * FROM `cx_user` WHERE `mobile_phone`='18222222224'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314095.85974;i:4;a:2:{i:0;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:73;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7400064;}i:57;a:6:{i:0;s:141:"SELECT * FROM `cx_user` WHERE ((`cx_mch_id`=0) AND (`is_delete`=0) AND (`status`=0)) AND ((`username`='U5s1ph') OR (`mobile_phone`='U5s1ph'))";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314095.863244;i:4;a:3:{i:0;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:66;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:80;s:8:"function";s:5:"login";s:5:"class";s:32:"app\modules\api\models\LoginForm";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7479992;}i:58;a:6:{i:0;s:141:"SELECT * FROM `cx_user` WHERE ((`cx_mch_id`=0) AND (`is_delete`=0) AND (`status`=0)) AND ((`username`='U5s1ph') OR (`mobile_phone`='U5s1ph'))";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314095.863827;i:4;a:3:{i:0;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:66;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:80;s:8:"function";s:5:"login";s:5:"class";s:32:"app\modules\api\models\LoginForm";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7486248;}i:67;a:6:{i:0;s:132:"SELECT EXISTS(SELECT * FROM `cx_user_token` WHERE (`type`=3) AND (`token`='S6HvJA9rYctUxZ') AND (`is_delete`=0) AND (`cx_mch_id`=0))";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314096.740872;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:103;s:8:"function";s:6:"exists";s:5:"class";s:12:"yii\db\Query";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:65;s:8:"function";s:8:"generate";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7552368;}i:68;a:6:{i:0;s:132:"SELECT EXISTS(SELECT * FROM `cx_user_token` WHERE (`type`=3) AND (`token`='S6HvJA9rYctUxZ') AND (`is_delete`=0) AND (`cx_mch_id`=0))";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314096.741372;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:103;s:8:"function";s:6:"exists";s:5:"class";s:12:"yii\db\Query";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:65;s:8:"function";s:8:"generate";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7554792;}i:71;a:6:{i:0;s:118:"UPDATE `cx_user_token` SET `is_delete`=1 WHERE (`is_delete`=0) AND (`user_id`='68') AND (`cx_mch_id`=0) AND (`type`=3)";i:1;i:80;i:2;s:23:"yii\db\Command::execute";i:3;d:1698314096.741673;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:273;s:8:"function";s:9:"updateAll";s:5:"class";s:19:"yii\db\ActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:77;s:8:"function";s:7:"destory";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7558808;}i:72;a:6:{i:0;s:118:"UPDATE `cx_user_token` SET `is_delete`=1 WHERE (`is_delete`=0) AND (`user_id`='68') AND (`cx_mch_id`=0) AND (`type`=3)";i:1;i:96;i:2;s:23:"yii\db\Command::execute";i:3;d:1698314096.743331;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:273;s:8:"function";s:9:"updateAll";s:5:"class";s:19:"yii\db\ActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:77;s:8:"function";s:7:"destory";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7560912;}i:74;a:6:{i:0;s:189:"INSERT INTO `cx_user_token` (`cx_mch_id`, `type`, `token`, `user_id`, `expire_time`, `status`, `is_delete`, `created_at`) VALUES (0, 3, 'S6HvJA9rYctUxZ', '68', 1700906096, 0, 0, 1698314096)";i:1;i:80;i:2;s:23:"yii\db\Command::execute";i:3;d:1698314096.744571;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:157;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:78;s:8:"function";s:13:"saveUserToken";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7670768;}i:75;a:6:{i:0;s:189:"INSERT INTO `cx_user_token` (`cx_mch_id`, `type`, `token`, `user_id`, `expire_time`, `status`, `is_delete`, `created_at`) VALUES (0, 3, 'S6HvJA9rYctUxZ', '68', 1700906096, 0, 0, 1698314096)";i:1;i:96;i:2;s:23:"yii\db\Command::execute";i:3;d:1698314096.745001;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:157;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:78;s:8:"function";s:13:"saveUserToken";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7672824;}i:78;a:6:{i:0;s:42:"SHOW FULL COLUMNS FROM `cx_user_login_log`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314096.772782;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:82;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7704288;}i:79;a:6:{i:0;s:42:"SHOW FULL COLUMNS FROM `cx_user_login_log`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314096.779466;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:82;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7716496;}i:81;a:6:{i:0;s:790:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user_login_log' AND `kcu`.`TABLE_NAME` = 'cx_user_login_log'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314096.779819;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:82;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7719520;}i:82;a:6:{i:0;s:790:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user_login_log' AND `kcu`.`TABLE_NAME` = 'cx_user_login_log'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314096.780438;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:82;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7722656;}i:84;a:6:{i:0;s:177:"INSERT INTO `cx_user_login_log` (`cx_mch_id`, `user_id`, `is_delete`, `ipv4`, `is_pass`, `err_msg`, `created_at`) VALUES (0, '68', 0, '127.0.0.1', 1, '登录成功', 1698314096)";i:1;i:80;i:2;s:23:"yii\db\Command::execute";i:3;d:1698314096.781616;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:88;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7743672;}i:85;a:6:{i:0;s:177:"INSERT INTO `cx_user_login_log` (`cx_mch_id`, `user_id`, `is_delete`, `ipv4`, `is_pass`, `err_msg`, `created_at`) VALUES (0, '68', 0, '127.0.0.1', 1, '登录成功', 1698314096)";i:1;i:96;i:2;s:23:"yii\db\Command::execute";i:3;d:1698314096.800324;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:88;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7745784;}i:87;a:6:{i:0;s:114:"SELECT * FROM `cx_user_oauth` WHERE ((`type`='wxmp') AND (`is_delete`=0) AND (`cx_mch_id`=0)) AND (`user_id`='68')";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314096.802685;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:432;s:8:"function";s:5:"__get";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:92;s:8:"function";s:9:"bindQuery";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:80;s:8:"function";s:5:"login";s:5:"class";s:32:"app\modules\api\models\LoginForm";s:4:"type";s:2:"->";}}i:5;i:7814200;}i:88;a:6:{i:0;s:114:"SELECT * FROM `cx_user_oauth` WHERE ((`type`='wxmp') AND (`is_delete`=0) AND (`cx_mch_id`=0)) AND (`user_id`='68')";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314096.803307;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:432;s:8:"function";s:5:"__get";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:92;s:8:"function";s:9:"bindQuery";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:80;s:8:"function";s:5:"login";s:5:"class";s:32:"app\modules\api\models\LoginForm";s:4:"type";s:2:"->";}}i:5;i:7816952;}i:90;a:6:{i:0;s:35:"SHOW FULL COLUMNS FROM `cx_api_log`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314096.803984;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7850816;}i:91;a:6:{i:0;s:35:"SHOW FULL COLUMNS FROM `cx_api_log`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314096.805077;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7873776;}i:93;a:6:{i:0;s:776:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_api_log' AND `kcu`.`TABLE_NAME` = 'cx_api_log'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314096.80555;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7871224;}i:94;a:6:{i:0;s:776:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_api_log' AND `kcu`.`TABLE_NAME` = 'cx_api_log'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314096.806006;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7874360;}i:96;a:6:{i:0;s:655:"INSERT INTO `cx_api_log` (`cx_mch_id`, `user_id`, `route`, `module_id`, `controller_id`, `action_id`, `url`, `method`, `method_param`, `ipv4`, `is_pass`, `request_date`, `request_time`, `response_time`, `process_consume_time`, `is_delete`, `created_at`) VALUES (0, '68', 'api/user/modify-user', 'api', 'user', 'modify-user', '/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124', 'POST', '{\"real_name\":\"王五\",\"gender\":\"1\",\"is_view\":\"42.5\",\"mobile_phone\":\"18222222224\"}', '127.0.0.1', 1, '2023-10-26', 1698314095782, 1698314096806, 1024, 0, 1698314096)";i:1;i:80;i:2;s:23:"yii\db\Command::execute";i:3;d:1698314096.807214;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:125;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7896256;}i:97;a:6:{i:0;s:655:"INSERT INTO `cx_api_log` (`cx_mch_id`, `user_id`, `route`, `module_id`, `controller_id`, `action_id`, `url`, `method`, `method_param`, `ipv4`, `is_pass`, `request_date`, `request_time`, `response_time`, `process_consume_time`, `is_delete`, `created_at`) VALUES (0, '68', 'api/user/modify-user', 'api', 'user', 'modify-user', '/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124', 'POST', '{\"real_name\":\"王五\",\"gender\":\"1\",\"is_view\":\"42.5\",\"mobile_phone\":\"18222222224\"}', '127.0.0.1', 1, '2023-10-26', 1698314095782, 1698314096806, 1024, 0, 1698314096)";i:1;i:96;i:2;s:23:"yii\db\Command::execute";i:3;d:1698314096.830306;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:125;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7898912;}}}";s:5:"event";s:9736:"a:55:{i:0;a:5:{s:4:"time";d:1698314095.774612;s:4:"name";s:9:"afterOpen";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:20:"yii\redis\Connection";}i:1;a:5:{s:4:"time";d:1698314095.778861;s:4:"name";s:13:"beforeRequest";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:19:"yii\web\Application";}i:2;a:5:{s:4:"time";d:1698314095.795502;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:3;a:5:{s:4:"time";d:1698314095.802387;s:4:"name";s:9:"afterOpen";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:17:"yii\db\Connection";}i:4;a:5:{s:4:"time";d:1698314095.830513;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:27:"app\models\wechat\WechatApp";}i:5;a:5:{s:4:"time";d:1698314095.83058;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:27:"app\models\wechat\WechatApp";}i:6;a:5:{s:4:"time";d:1698314095.838878;s:4:"name";s:12:"beforeAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:19:"yii\web\Application";}i:7;a:5:{s:4:"time";d:1698314095.838893;s:4:"name";s:12:"beforeAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:22:"app\modules\api\Module";}i:8;a:5:{s:4:"time";d:1698314095.842495;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:9;a:5:{s:4:"time";d:1698314095.845924;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:20:"app\models\UserToken";}i:10;a:5:{s:4:"time";d:1698314095.847892;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:20:"app\models\UserToken";}i:11;a:5:{s:4:"time";d:1698314095.847931;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:12;a:5:{s:4:"time";d:1698314095.850837;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:15:"app\models\User";}i:13;a:5:{s:4:"time";d:1698314095.850904;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:15:"app\models\User";}i:14;a:5:{s:4:"time";d:1698314095.851337;s:4:"name";s:11:"beforeLogin";s:5:"class";s:17:"yii\web\UserEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:12:"yii\web\User";}i:15;a:5:{s:4:"time";d:1698314095.855848;s:4:"name";s:10:"afterLogin";s:5:"class";s:17:"yii\web\UserEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:12:"yii\web\User";}i:16;a:5:{s:4:"time";d:1698314095.855865;s:4:"name";s:12:"beforeAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:42:"app\modules\api\controllers\UserController";}i:17;a:5:{s:4:"time";d:1698314095.858281;s:4:"name";s:14:"beforeValidate";s:5:"class";s:19:"yii\base\ModelEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:37:"app\modules\api\models\UserModifyForm";}i:18;a:5:{s:4:"time";d:1698314095.858377;s:4:"name";s:13:"afterValidate";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:37:"app\modules\api\models\UserModifyForm";}i:19;a:5:{s:4:"time";d:1698314095.858841;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:20;a:5:{s:4:"time";d:1698314095.85978;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:15:"app\models\User";}i:21;a:5:{s:4:"time";d:1698314095.85985;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:15:"app\models\User";}i:22;a:5:{s:4:"time";d:1698314095.859875;s:4:"name";s:14:"beforeValidate";s:5:"class";s:19:"yii\base\ModelEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:32:"app\modules\api\models\LoginForm";}i:23;a:5:{s:4:"time";d:1698314095.862298;s:4:"name";s:13:"afterValidate";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:32:"app\modules\api\models\LoginForm";}i:24;a:5:{s:4:"time";d:1698314095.86271;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:25;a:5:{s:4:"time";d:1698314095.86387;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:15:"app\models\User";}i:26;a:5:{s:4:"time";d:1698314095.863949;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:15:"app\models\User";}i:27;a:5:{s:4:"time";d:1698314096.737626;s:4:"name";s:11:"beforeLogin";s:5:"class";s:17:"yii\web\UserEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:12:"yii\web\User";}i:28;a:5:{s:4:"time";d:1698314096.737778;s:4:"name";s:10:"afterLogin";s:5:"class";s:17:"yii\web\UserEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:12:"yii\web\User";}i:29;a:5:{s:4:"time";d:1698314096.738485;s:4:"name";s:16:"beginTransaction";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:17:"yii\db\Connection";}i:30;a:5:{s:4:"time";d:1698314096.740698;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:31;a:5:{s:4:"time";d:1698314096.743368;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:20:"app\models\UserToken";}i:32;a:5:{s:4:"time";d:1698314096.743434;s:4:"name";s:14:"beforeValidate";s:5:"class";s:19:"yii\base\ModelEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:20:"app\models\UserToken";}i:33;a:5:{s:4:"time";d:1698314096.743631;s:4:"name";s:13:"afterValidate";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:20:"app\models\UserToken";}i:34;a:5:{s:4:"time";d:1698314096.743649;s:4:"name";s:12:"beforeInsert";s:5:"class";s:19:"yii\base\ModelEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:20:"app\models\UserToken";}i:35;a:5:{s:4:"time";d:1698314096.745539;s:4:"name";s:11:"afterInsert";s:5:"class";s:21:"yii\db\AfterSaveEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:20:"app\models\UserToken";}i:36;a:5:{s:4:"time";d:1698314096.772001;s:4:"name";s:17:"commitTransaction";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:17:"yii\db\Connection";}i:37;a:5:{s:4:"time";d:1698314096.772671;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:27:"app\models\log\UserLoginLog";}i:38;a:5:{s:4:"time";d:1698314096.78117;s:4:"name";s:14:"beforeValidate";s:5:"class";s:19:"yii\base\ModelEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:27:"app\models\log\UserLoginLog";}i:39;a:5:{s:4:"time";d:1698314096.781431;s:4:"name";s:13:"afterValidate";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:27:"app\models\log\UserLoginLog";}i:40;a:5:{s:4:"time";d:1698314096.781449;s:4:"name";s:12:"beforeInsert";s:5:"class";s:19:"yii\base\ModelEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:27:"app\models\log\UserLoginLog";}i:41;a:5:{s:4:"time";d:1698314096.80045;s:4:"name";s:11:"afterInsert";s:5:"class";s:21:"yii\db\AfterSaveEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:27:"app\models\log\UserLoginLog";}i:42;a:5:{s:4:"time";d:1698314096.801085;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:43;a:5:{s:4:"time";d:1698314096.803908;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"app\models\log\ApiLog";}i:44;a:5:{s:4:"time";d:1698314096.806199;s:4:"name";s:14:"beforeValidate";s:5:"class";s:19:"yii\base\ModelEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"app\models\log\ApiLog";}i:45;a:5:{s:4:"time";d:1698314096.806969;s:4:"name";s:13:"afterValidate";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"app\models\log\ApiLog";}i:46;a:5:{s:4:"time";d:1698314096.806986;s:4:"name";s:12:"beforeInsert";s:5:"class";s:19:"yii\base\ModelEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"app\models\log\ApiLog";}i:47;a:5:{s:4:"time";d:1698314096.830427;s:4:"name";s:11:"afterInsert";s:5:"class";s:21:"yii\db\AfterSaveEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"app\models\log\ApiLog";}i:48;a:5:{s:4:"time";d:1698314096.830472;s:4:"name";s:11:"afterAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:42:"app\modules\api\controllers\UserController";}i:49;a:5:{s:4:"time";d:1698314096.830485;s:4:"name";s:11:"afterAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:22:"app\modules\api\Module";}i:50;a:5:{s:4:"time";d:1698314096.830495;s:4:"name";s:11:"afterAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:19:"yii\web\Application";}i:51;a:5:{s:4:"time";d:1698314096.830509;s:4:"name";s:12:"afterRequest";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:19:"yii\web\Application";}i:52;a:5:{s:4:"time";d:1698314096.83052;s:4:"name";s:10:"beforeSend";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:16:"yii\web\Response";}i:53;a:5:{s:4:"time";d:1698314096.833337;s:4:"name";s:12:"afterPrepare";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:16:"yii\web\Response";}i:54;a:5:{s:4:"time";d:1698314096.833413;s:4:"name";s:9:"afterSend";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:16:"yii\web\Response";}}";s:4:"mail";s:6:"a:0:{}";s:8:"timeline";s:91:"a:3:{s:5:"start";d:1698314095.730912;s:3:"end";d:1698314096.836431;s:6:"memory";i:8533136;}";s:4:"dump";s:6:"a:0:{}";s:6:"router";s:1692:"a:3:{s:8:"messages";a:8:{i:10;a:6:{i:0;a:3:{s:4:"rule";s:3:"gii";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698314095.779415;i:4;a:0:{}i:5;i:4623120;}i:11;a:6:{i:0;a:3:{s:4:"rule";s:12:"gii/";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698314095.77943;i:4;a:0:{}i:5;i:4623872;}i:12;a:6:{i:0;a:3:{s:4:"rule";s:41:"gii//";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698314095.77944;i:4;a:0:{}i:5;i:4624624;}i:13;a:6:{i:0;a:3:{s:4:"rule";s:5:"debug";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698314095.779448;i:4;a:0:{}i:5;i:4625376;}i:14;a:6:{i:0;a:3:{s:4:"rule";s:43:"debug//";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698314095.779455;i:4;a:0:{}i:5;i:4626128;}i:15;a:6:{i:0;a:3:{s:4:"rule";s:38:"//";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698314095.779464;i:4;a:0:{}i:5;i:4626880;}i:16;a:6:{i:0;a:3:{s:4:"rule";s:29:"/";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698314095.779472;i:4;a:0:{}i:5;i:4627632;}i:17;a:6:{i:0;s:55:"No matching URL rules. Using default URL parsing logic.";i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698314095.779477;i:4;a:0:{}i:5;i:4628648;}}s:5:"route";s:20:"api/user/modify-user";s:6:"action";s:62:"app\modules\api\controllers\UserController::actionModifyUser()";}";s:7:"request";s:5298:"a:15:{s:7:"flashes";a:0:{}s:10:"statusCode";i:200;s:14:"requestHeaders";a:9:{s:14:"content-length";s:3:"508";s:12:"content-type";s:80:"multipart/form-data; boundary=--------------------------066769390294427666214267";s:4:"host";s:10:"cxfoot.com";s:6:"cookie";s:148:"_csrf=8dd04a77439c3501658144c2dfda0a62b85f8d4c49f2b22503868966fefb839aa:2:%7Bi:0;s:5:%22_csrf%22;i:1;s:32:%22JO13c8SrodStIJEl73C4ymwASKS3rZhv%22;%7D";s:10:"connection";s:5:"close";s:15:"accept-encoding";s:17:"gzip, deflate, br";s:6:"accept";s:3:"*/*";s:13:"cache-control";s:8:"no-cache";s:10:"user-agent";s:35:"PostmanRuntime-ApipostRuntime/1.1.0";}s:15:"responseHeaders";a:6:{s:12:"X-Powered-By";s:9:"PHP/7.3.4";s:12:"Content-Type";s:31:"application/json; charset=UTF-8";s:11:"X-Debug-Tag";s:13:"653a376fbc66f";s:16:"X-Debug-Duration";s:5:"1,103";s:12:"X-Debug-Link";s:37:"/debug/default/view?tag=653a376fbc66f";s:10:"Set-Cookie";s:204:"_csrf=158112adccc1733022c1937772944a42eb5758a5592c9b69fbfedeae2c29885fa%3A2%3A%7Bi%3A0%3Bs%3A5%3A%22_csrf%22%3Bi%3A1%3Bs%3A32%3A%22mlNeBReNgsD9Ly2gxQuakn89AsiOJlFI%22%3B%7D; path=/; HttpOnly; SameSite=Lax";}s:5:"route";s:20:"api/user/modify-user";s:6:"action";s:62:"app\modules\api\controllers\UserController::actionModifyUser()";s:12:"actionParams";a:0:{}s:7:"general";a:5:{s:6:"method";s:4:"POST";s:6:"isAjax";b:0;s:6:"isPjax";b:0;s:7:"isFlash";b:0;s:18:"isSecureConnection";b:0;}s:11:"requestBody";a:0:{}s:6:"SERVER";a:43:{s:4:"PATH";s:954:"C:\imagemagick;C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\intel64_win\compiler;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;E:\anzhuang\QTSystem\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;D:\Git\cmd;D:\svn\bin;C:\Users\Administrator\AppData\Local\Programs\Python\Python311;C:\Users\Administrator\AppData\Local\Programs\Python\Python311\Scripts;D:\Xftp 7\;D:\微信web开发者工具\dll;C:\Users\Administrator\AppData\Local\Microsoft\WindowsApps;;D:\PhpStorm 2021.2.1\bin;;D:\Microsoft VS Code\bin;D:\phpstudy_pro\Extensions\php\php7.4.3nts;C:\Users\Administrator\AppData\Local\ComposerSetup\bin;C:\Users\Administrator\AppData\Roaming\Composer\vendor\bin";s:10:"SYSTEMROOT";s:10:"C:\WINDOWS";s:7:"COMSPEC";s:27:"C:\WINDOWS\system32\cmd.exe";s:7:"PATHEXT";s:53:".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC";s:6:"WINDIR";s:10:"C:\WINDOWS";s:5:"PHPRC";s:42:"D:/phpstudy_pro/Extensions/php/php7.3.4nts";s:21:"_FCGI_SHUTDOWN_EVENT_";s:4:"9080";s:11:"SCRIPT_NAME";s:10:"/index.php";s:11:"REQUEST_URI";s:137:"/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:12:"QUERY_STRING";s:115:"access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:14:"REQUEST_METHOD";s:4:"POST";s:15:"SERVER_PROTOCOL";s:8:"HTTP/1.1";s:17:"GATEWAY_INTERFACE";s:7:"CGI/1.1";s:21:"REDIRECT_QUERY_STRING";s:115:"access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:12:"REDIRECT_URL";s:21:"/api/user/modify-user";s:11:"REMOTE_PORT";s:5:"49726";s:15:"SCRIPT_FILENAME";s:40:"D:/phpstudy_pro/WWW/cxfoot/web/index.php";s:12:"SERVER_ADMIN";s:17:"admin@example.com";s:21:"CONTEXT_DOCUMENT_ROOT";s:30:"D:/phpstudy_pro/WWW/cxfoot/web";s:14:"CONTEXT_PREFIX";s:0:"";s:14:"REQUEST_SCHEME";s:4:"http";s:13:"DOCUMENT_ROOT";s:30:"D:/phpstudy_pro/WWW/cxfoot/web";s:11:"REMOTE_ADDR";s:9:"127.0.0.1";s:11:"SERVER_PORT";s:2:"80";s:11:"SERVER_ADDR";s:9:"127.0.0.1";s:11:"SERVER_NAME";s:10:"cxfoot.com";s:15:"SERVER_SOFTWARE";s:73:"Apache/2.4.39 (Win64) OpenSSL/1.1.1b mod_fcgid/2.3.9a mod_log_rotate/1.02";s:16:"SERVER_SIGNATURE";s:0:"";s:10:"SystemRoot";s:10:"C:\WINDOWS";s:14:"CONTENT_LENGTH";s:3:"508";s:12:"CONTENT_TYPE";s:80:"multipart/form-data; boundary=--------------------------066769390294427666214267";s:9:"HTTP_HOST";s:10:"cxfoot.com";s:11:"HTTP_COOKIE";s:148:"_csrf=8dd04a77439c3501658144c2dfda0a62b85f8d4c49f2b22503868966fefb839aa:2:%7Bi:0;s:5:%22_csrf%22;i:1;s:32:%22JO13c8SrodStIJEl73C4ymwASKS3rZhv%22;%7D";s:15:"HTTP_CONNECTION";s:5:"close";s:20:"HTTP_ACCEPT_ENCODING";s:17:"gzip, deflate, br";s:11:"HTTP_ACCEPT";s:3:"*/*";s:18:"HTTP_CACHE_CONTROL";s:8:"no-cache";s:15:"HTTP_USER_AGENT";s:35:"PostmanRuntime-ApipostRuntime/1.1.0";s:15:"REDIRECT_STATUS";s:3:"200";s:9:"FCGI_ROLE";s:9:"RESPONDER";s:8:"PHP_SELF";s:10:"/index.php";s:18:"REQUEST_TIME_FLOAT";d:1698314095.715845;s:12:"REQUEST_TIME";i:1698314095;}s:3:"GET";a:2:{s:12:"access_token";s:60:"bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0=";s:6:"X-Csrf";s:32:"ag7x1Afy1r0q8j4y05vk3s4118hx7124";}s:4:"POST";a:4:{s:9:"real_name";s:6:"王五";s:6:"gender";s:1:"1";s:7:"is_view";s:4:"42.5";s:12:"mobile_phone";s:11:"18222222224";}s:6:"COOKIE";a:5:{s:5:"_csrf";s:72:"8dd04a77439c3501658144c2dfda0a62b85f8d4c49f2b22503868966fefb839aa:2:{i:0";s:11:"s:5:"_csrf"";s:0:"";s:3:"i:1";s:0:"";s:39:"s:32:"JO13c8SrodStIJEl73C4ymwASKS3rZhv"";s:0:"";s:1:"}";s:0:"";}s:5:"FILES";a:0:{}s:7:"SESSION";a:0:{}}";s:4:"user";s:2943:"a:5:{s:2:"id";s:2:"68";s:8:"identity";a:26:{s:2:"id";s:4:"'68'";s:9:"cx_mch_id";s:3:"'0'";s:8:"username";s:8:"'U5s1ph'";s:8:"password";s:62:"'$2y$13$x0iezfvj5/IfSaINjFFbiukbuijauI3o5J8l5mQULSfRJVl3pKdai'";s:8:"auth_key";s:34:"'liY1fP0zXFG2uKuLwwwZayJdE3iwgAWy'";s:12:"access_token";s:34:"'g5ip-OjtpkZEnjlh1bDwNz3zuoYDBQ2l'";s:8:"nickname";s:8:"'王五'";s:10:"avatar_url";s:28:"'/statics/images/avatar.jpg'";s:12:"mobile_phone";s:13:"'18222222224'";s:13:"mobile_prefix";s:4:"'86'";s:5:"email";s:2:"''";s:9:"real_name";s:8:"'王五'";s:4:"desc";s:2:"''";s:6:"gender";s:1:"1";s:8:"birthday";s:4:"null";s:6:"status";s:1:"0";s:9:"parent_id";s:3:"'0'";s:12:"is_modify_un";s:1:"0";s:9:"is_delete";s:1:"0";s:10:"country_id";s:1:"0";s:7:"city_id";s:1:"0";s:10:"created_at";s:10:"1698314013";s:10:"updated_at";s:10:"1698314013";s:4:"type";s:1:"0";s:8:"store_id";s:1:"0";s:7:"is_view";s:6:"'42.5'";}s:10:"attributes";a:26:{i:0;a:2:{s:9:"attribute";s:2:"id";s:5:"label";s:2:"ID";}i:1;a:2:{s:9:"attribute";s:9:"cx_mch_id";s:5:"label";s:14:"平台商户ID";}i:2;a:2:{s:9:"attribute";s:8:"username";s:5:"label";s:9:"用户名";}i:3;a:2:{s:9:"attribute";s:8:"password";s:5:"label";s:6:"密码";}i:4;a:2:{s:9:"attribute";s:8:"auth_key";s:5:"label";s:8:"AUTH_KEY";}i:5;a:2:{s:9:"attribute";s:12:"access_token";s:5:"label";s:12:"ACCESS_TOKEN";}i:6;a:2:{s:9:"attribute";s:8:"nickname";s:5:"label";s:6:"昵称";}i:7;a:2:{s:9:"attribute";s:10:"avatar_url";s:5:"label";s:6:"头像";}i:8;a:2:{s:9:"attribute";s:12:"mobile_phone";s:5:"label";s:9:"手机号";}i:9;a:2:{s:9:"attribute";s:13:"mobile_prefix";s:5:"label";s:21:"手机号国家代码";}i:10;a:2:{s:9:"attribute";s:5:"email";s:5:"label";s:6:"邮箱";}i:11;a:2:{s:9:"attribute";s:9:"real_name";s:5:"label";s:12:"真实姓名";}i:12;a:2:{s:9:"attribute";s:4:"desc";s:5:"label";s:12:"个性签名";}i:13;a:2:{s:9:"attribute";s:6:"gender";s:5:"label";s:33:"性别,0=女,1=男,2=保密";}i:14;a:2:{s:9:"attribute";s:8:"birthday";s:5:"label";s:6:"生日";}i:15;a:2:{s:9:"attribute";s:6:"status";s:5:"label";s:50:"状态,0=正常,1=封禁,2=挂起,3=注销";}i:16;a:2:{s:9:"attribute";s:9:"parent_id";s:5:"label";s:9:"PARENT_ID";}i:17;a:2:{s:9:"attribute";s:12:"is_modify_un";s:5:"label";s:43:"用户名是否可以修改,0=否,1=是";}i:18;a:2:{s:9:"attribute";s:9:"is_delete";s:5:"label";s:28:"是否删除,0=否,1=是";}i:19;a:2:{s:9:"attribute";s:10:"country_id";s:5:"label";s:8:"国家ID";}i:20;a:2:{s:9:"attribute";s:7:"city_id";s:5:"label";s:8:"城市ID";}i:21;a:2:{s:9:"attribute";s:10:"created_at";s:5:"label";s:12:"添加时间";}i:22;a:2:{s:9:"attribute";s:10:"updated_at";s:5:"label";s:12:"更新时间";}i:23;a:2:{s:9:"attribute";s:4:"type";s:5:"label";s:28:"0=普通用户,1=管理员";}i:24;a:2:{s:9:"attribute";s:8:"store_id";s:5:"label";s:8:"Store Id";}i:25;a:2:{s:9:"attribute";s:7:"is_view";s:5:"label";s:6:"鞋码";}}s:13:"rolesProvider";N;s:19:"permissionsProvider";N;}";s:5:"asset";s:6:"a:0:{}";s:7:"summary";a:12:{s:3:"tag";s:13:"653a376fbc66f";s:3:"url";s:154:"http://cxfoot.com/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:4:"ajax";i:0;s:6:"method";s:4:"POST";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698314095.715845;s:10:"statusCode";i:200;s:8:"sqlCount";i:21;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:8533136;s:14:"processingTime";d:1.1050400733947754;}s:10:"exceptions";a:0:{}} \ No newline at end of file diff --git a/runtime/debug/653a37723c49a.data b/runtime/debug/653a37723c49a.data new file mode 100644 index 0000000..89860ae --- /dev/null +++ b/runtime/debug/653a37723c49a.data @@ -0,0 +1,351 @@ +a:14:{s:6:"config";s:1870:"a:5:{s:10:"phpVersion";s:5:"7.3.4";s:10:"yiiVersion";s:6:"2.0.46";s:11:"application";a:8:{s:3:"yii";s:6:"2.0.46";s:4:"name";s:14:"My Application";s:7:"version";s:3:"1.0";s:8:"language";s:5:"zh-CN";s:14:"sourceLanguage";s:5:"en-US";s:7:"charset";s:5:"UTF-8";s:3:"env";s:3:"dev";s:5:"debug";b:1;}s:3:"php";a:5:{s:7:"version";s:5:"7.3.4";s:6:"xdebug";b:0;s:3:"apc";b:0;s:8:"memcache";b:0;s:9:"memcached";b:0;}s:10:"extensions";a:7:{s:18:"yiisoft/yii2-faker";a:3:{s:4:"name";s:18:"yiisoft/yii2-faker";s:7:"version";s:7:"2.0.5.0";s:5:"alias";a:1:{s:10:"@yii/faker";s:56:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-faker/src";}}s:24:"yiisoft/yii2-swiftmailer";a:3:{s:4:"name";s:24:"yiisoft/yii2-swiftmailer";s:7:"version";s:7:"2.1.3.0";s:5:"alias";a:1:{s:16:"@yii/swiftmailer";s:62:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-swiftmailer/src";}}s:22:"yiisoft/yii2-bootstrap";a:3:{s:4:"name";s:22:"yiisoft/yii2-bootstrap";s:7:"version";s:8:"2.0.11.0";s:5:"alias";a:1:{s:14:"@yii/bootstrap";s:60:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-bootstrap/src";}}s:16:"yiisoft/yii2-gii";a:3:{s:4:"name";s:16:"yiisoft/yii2-gii";s:7:"version";s:7:"2.1.4.0";s:5:"alias";a:1:{s:8:"@yii/gii";s:54:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-gii/src";}}s:18:"yiisoft/yii2-redis";a:3:{s:4:"name";s:18:"yiisoft/yii2-redis";s:7:"version";s:8:"2.0.18.0";s:5:"alias";a:1:{s:10:"@yii/redis";s:56:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-redis/src";}}s:18:"yiisoft/yii2-debug";a:3:{s:4:"name";s:18:"yiisoft/yii2-debug";s:7:"version";s:8:"2.1.21.0";s:5:"alias";a:1:{s:10:"@yii/debug";s:56:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-debug/src";}}s:24:"jianyan74/yii2-websocket";a:3:{s:4:"name";s:24:"jianyan74/yii2-websocket";s:7:"version";s:7:"1.1.1.0";s:5:"alias";a:1:{s:18:"@jianyan/websocket";s:62:"D:\phpstudy_pro\WWW\cxfoot\vendor/jianyan74/yii2-websocket/src";}}}}";s:3:"log";s:28905:"a:1:{s:8:"messages";a:46:{i:0;a:6:{i:0;s:33:"Bootstrap with yii\log\Dispatcher";i:1;i:8;i:2;s:31:"yii\base\Application::bootstrap";i:3;d:1698314098.223854;i:4;a:0:{}i:5;i:2497176;}i:1;a:6:{i:0;s:21:"Loading module: debug";i:1;i:8;i:2;s:26:"yii\base\Module::getModule";i:3;d:1698314098.223872;i:4;a:0:{}i:5;i:2498352;}i:2;a:6:{i:0;s:44:"Bootstrap with yii\debug\Module::bootstrap()";i:1;i:8;i:2;s:31:"yii\base\Application::bootstrap";i:3;d:1698314098.246148;i:4;a:0:{}i:5;i:4073584;}i:3;a:6:{i:0;s:61:"Opening redis DB connection: tcp://127.0.0.1:6379, database=0";i:1;i:8;i:2;s:26:"yii\redis\Connection::open";i:3;d:1698314098.250746;i:4;a:0:{}i:5;i:4290032;}i:4;a:6:{i:0;s:31:"Executing Redis Command: SELECT";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698314098.251177;i:4;a:0:{}i:5;i:4292240;}i:5;a:6:{i:0;s:28:"Executing Redis Command: GET";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698314098.25143;i:4;a:0:{}i:5;i:4300424;}i:6;a:6:{i:0;s:28:"Executing Redis Command: GET";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698314098.252925;i:4;a:0:{}i:5;i:4372704;}i:7;a:6:{i:0;s:19:"Loading module: gii";i:1;i:8;i:2;s:26:"yii\base\Module::getModule";i:3;d:1698314098.253133;i:4;a:0:{}i:5;i:4373048;}i:8;a:6:{i:0;s:42:"Bootstrap with yii\gii\Module::bootstrap()";i:1;i:8;i:2;s:31:"yii\base\Application::bootstrap";i:3;d:1698314098.253705;i:4;a:0:{}i:5;i:4397072;}i:9;a:6:{i:0;s:28:"Executing Redis Command: GET";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698314098.253739;i:4;a:0:{}i:5;i:4403464;}i:18;a:6:{i:0;s:39:"Route requested: 'api/user/modify-user'";i:1;i:8;i:2;s:34:"yii\web\Application::handleRequest";i:3;d:1698314098.25609;i:4;a:0:{}i:5;i:4628712;}i:19;a:6:{i:0;s:19:"Loading module: api";i:1;i:8;i:2;s:26:"yii\base\Module::getModule";i:3;d:1698314098.256101;i:4;a:0:{}i:5;i:4630344;}i:20;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_wechat_app`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698314098.277129;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6055432;}i:21;a:6:{i:0;s:57:"Opening DB connection: mysql:host=127.0.0.1;dbname=cxfoot";i:1;i:4;i:2;s:23:"yii\db\Connection::open";i:3;d:1698314098.277173;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6057864;}i:26;a:6:{i:0;s:782:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_wechat_app' AND `kcu`.`TABLE_NAME` = 'cx_wechat_app'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698314098.28471;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6144176;}i:29;a:6:{i:0;s:71:"SELECT * FROM `cx_wechat_app` WHERE (`cx_mch_id`=0) AND (`is_delete`=0)";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698314098.289769;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6480744;}i:32;a:6:{i:0;s:34:"Route to run: api/user/modify-user";i:1;i:8;i:2;s:30:"yii\base\Controller::runAction";i:3;d:1698314098.298726;i:4;a:0:{}i:5;i:6709728;}i:33;a:6:{i:0;s:119:"SELECT * FROM `cx_user_token` WHERE ((`is_delete`=0) AND (`token`='SF5fP6gUUrct1a') AND (`cx_mch_id`=0)) AND (`type`=3)";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698314098.304514;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6986272;}i:36;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_user_token`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698314098.305297;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6994528;}i:39;a:6:{i:0;s:782:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user_token' AND `kcu`.`TABLE_NAME` = 'cx_user_token'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698314098.306344;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7008376;}i:42;a:6:{i:0;s:32:"SHOW FULL COLUMNS FROM `cx_user`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698314098.306966;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7012256;}i:45;a:6:{i:0;s:770:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user' AND `kcu`.`TABLE_NAME` = 'cx_user'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698314098.308535;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7034352;}i:48;a:6:{i:0;s:78:"SELECT * FROM `cx_user` WHERE (`id`='65') AND (`is_delete`=0) AND (`status`=0)";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698314098.309195;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7042336;}i:51;a:6:{i:0;s:56:"User '65' logged in from 127.0.0.1. Session not enabled.";i:1;i:4;i:2;s:19:"yii\web\User::login";i:3;d:1698314098.314891;i:4;a:2:{i:0;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7282288;}i:52;a:6:{i:0;s:78:"Running action: app\modules\api\controllers\UserController::actionModifyUser()";i:1;i:8;i:2;s:36:"yii\base\InlineAction::runWithParams";i:3;d:1698314098.314972;i:4;a:0:{}i:5;i:7280040;}i:53;a:6:{i:0;s:58:"SELECT * FROM `cx_user` WHERE `mobile_phone`='18222222224'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698314098.318349;i:4;a:2:{i:0;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:73;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7392480;}i:56;a:6:{i:0;s:141:"SELECT * FROM `cx_user` WHERE ((`cx_mch_id`=0) AND (`is_delete`=0) AND (`status`=0)) AND ((`username`='U5s1ph') OR (`mobile_phone`='U5s1ph'))";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698314098.323071;i:4;a:3:{i:0;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:66;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:80;s:8:"function";s:5:"login";s:5:"class";s:32:"app\modules\api\models\LoginForm";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7478624;}i:59;a:6:{i:0;s:56:"User '68' logged in from 127.0.0.1. Session not enabled.";i:1;i:4;i:2;s:19:"yii\web\User::login";i:3;d:1698314099.180511;i:4;a:3:{i:0;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:82;s:8:"function";s:5:"login";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:80;s:8:"function";s:5:"login";s:5:"class";s:32:"app\modules\api\models\LoginForm";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7477784;}i:60;a:6:{i:0;s:17:"Begin transaction";i:1;i:8;i:2;s:25:"yii\db\Transaction::begin";i:3;d:1698314099.181407;i:4;a:3:{i:0;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:64;s:8:"function";s:16:"beginTransaction";s:5:"class";s:17:"yii\db\Connection";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:80;s:8:"function";s:5:"login";s:5:"class";s:32:"app\modules\api\models\LoginForm";s:4:"type";s:2:"->";}}i:5;i:7504152;}i:61;a:6:{i:0;s:37:"Executing Redis Command: CLUSTER INFO";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698314099.182821;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\components\FlashStorage.php";s:4:"line";i:67;s:8:"function";s:3:"get";s:5:"class";s:17:"yii\caching\Cache";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:93;s:8:"function";s:8:"getCache";s:5:"class";s:27:"app\components\FlashStorage";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:65;s:8:"function";s:8:"generate";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}}i:5;i:7525840;}i:62;a:6:{i:0;s:28:"Executing Redis Command: GET";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698314099.184336;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\components\FlashStorage.php";s:4:"line";i:67;s:8:"function";s:3:"get";s:5:"class";s:17:"yii\caching\Cache";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:93;s:8:"function";s:8:"getCache";s:5:"class";s:27:"app\components\FlashStorage";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:65;s:8:"function";s:8:"generate";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}}i:5;i:7533504;}i:63;a:6:{i:0;s:28:"Executing Redis Command: SET";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698314099.184566;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\components\FlashStorage.php";s:4:"line";i:47;s:8:"function";s:3:"set";s:5:"class";s:17:"yii\caching\Cache";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:99;s:8:"function";s:8:"setCache";s:5:"class";s:27:"app\components\FlashStorage";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:65;s:8:"function";s:8:"generate";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}}i:5;i:7535760;}i:64;a:6:{i:0;s:28:"Executing Redis Command: GET";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698314099.184796;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\components\FlashStorage.php";s:4:"line";i:67;s:8:"function";s:3:"get";s:5:"class";s:17:"yii\caching\Cache";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:127;s:8:"function";s:8:"getCache";s:5:"class";s:27:"app\components\FlashStorage";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:102;s:8:"function";s:9:"_generate";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}}i:5;i:7537848;}i:65;a:6:{i:0;s:28:"Executing Redis Command: SET";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698314099.184967;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\components\FlashStorage.php";s:4:"line";i:47;s:8:"function";s:3:"set";s:5:"class";s:17:"yii\caching\Cache";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:132;s:8:"function";s:8:"setCache";s:5:"class";s:27:"app\components\FlashStorage";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:102;s:8:"function";s:9:"_generate";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}}i:5;i:7545736;}i:66;a:6:{i:0;s:132:"SELECT EXISTS(SELECT * FROM `cx_user_token` WHERE (`type`=3) AND (`token`='pTp52IvT0EcVfE') AND (`is_delete`=0) AND (`cx_mch_id`=0))";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698314099.185331;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:103;s:8:"function";s:6:"exists";s:5:"class";s:12:"yii\db\Query";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:65;s:8:"function";s:8:"generate";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7551408;}i:69;a:6:{i:0;s:28:"Executing Redis Command: DEL";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698314099.185911;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\components\FlashStorage.php";s:4:"line";i:57;s:8:"function";s:6:"delete";s:5:"class";s:17:"yii\caching\Cache";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:105;s:8:"function";s:11:"deleteCache";s:5:"class";s:27:"app\components\FlashStorage";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:65;s:8:"function";s:8:"generate";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}}i:5;i:7553544;}i:70;a:6:{i:0;s:118:"UPDATE `cx_user_token` SET `is_delete`=1 WHERE (`is_delete`=0) AND (`user_id`='68') AND (`cx_mch_id`=0) AND (`type`=3)";i:1;i:4;i:2;s:23:"yii\db\Command::execute";i:3;d:1698314099.186187;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:273;s:8:"function";s:9:"updateAll";s:5:"class";s:19:"yii\db\ActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:77;s:8:"function";s:7:"destory";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7557472;}i:73;a:6:{i:0;s:189:"INSERT INTO `cx_user_token` (`cx_mch_id`, `type`, `token`, `user_id`, `expire_time`, `status`, `is_delete`, `created_at`) VALUES (0, 3, 'pTp52IvT0EcVfE', '68', 1700906099, 0, 0, 1698314099)";i:1;i:4;i:2;s:23:"yii\db\Command::execute";i:3;d:1698314099.188897;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:157;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:78;s:8:"function";s:13:"saveUserToken";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7670128;}i:76;a:6:{i:0;s:18:"Commit transaction";i:1;i:8;i:2;s:26:"yii\db\Transaction::commit";i:3;d:1698314099.18994;i:4;a:3:{i:0;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:89;s:8:"function";s:6:"commit";s:5:"class";s:18:"yii\db\Transaction";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:80;s:8:"function";s:5:"login";s:5:"class";s:32:"app\modules\api\models\LoginForm";s:4:"type";s:2:"->";}}i:5;i:7669064;}i:77;a:6:{i:0;s:42:"SHOW FULL COLUMNS FROM `cx_user_login_log`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698314099.209301;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:82;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7702144;}i:80;a:6:{i:0;s:790:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user_login_log' AND `kcu`.`TABLE_NAME` = 'cx_user_login_log'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698314099.210561;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:82;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7715904;}i:83;a:6:{i:0;s:177:"INSERT INTO `cx_user_login_log` (`cx_mch_id`, `user_id`, `is_delete`, `ipv4`, `is_pass`, `err_msg`, `created_at`) VALUES (0, '68', 0, '127.0.0.1', 1, '登录成功', 1698314099)";i:1;i:4;i:2;s:23:"yii\db\Command::execute";i:3;d:1698314099.212051;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:88;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7742800;}i:86;a:6:{i:0;s:114:"SELECT * FROM `cx_user_oauth` WHERE ((`type`='wxmp') AND (`is_delete`=0) AND (`cx_mch_id`=0)) AND (`user_id`='68')";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698314099.232704;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:432;s:8:"function";s:5:"__get";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:92;s:8:"function";s:9:"bindQuery";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:80;s:8:"function";s:5:"login";s:5:"class";s:32:"app\modules\api\models\LoginForm";s:4:"type";s:2:"->";}}i:5;i:7812632;}i:89;a:6:{i:0;s:35:"SHOW FULL COLUMNS FROM `cx_api_log`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698314099.234489;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7848696;}i:92;a:6:{i:0;s:776:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_api_log' AND `kcu`.`TABLE_NAME` = 'cx_api_log'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698314099.235945;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7867608;}i:95;a:6:{i:0;s:654:"INSERT INTO `cx_api_log` (`cx_mch_id`, `user_id`, `route`, `module_id`, `controller_id`, `action_id`, `url`, `method`, `method_param`, `ipv4`, `is_pass`, `request_date`, `request_time`, `response_time`, `process_consume_time`, `is_delete`, `created_at`) VALUES (0, '68', 'api/user/modify-user', 'api', 'user', 'modify-user', '/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124', 'POST', '{\"real_name\":\"王五\",\"gender\":\"1\",\"is_view\":\"42.5\",\"mobile_phone\":\"18222222224\"}', '127.0.0.1', 1, '2023-10-26', 1698314098259, 1698314099236, 977, 0, 1698314099)";i:1;i:4;i:2;s:23:"yii\db\Command::execute";i:3;d:1698314099.237809;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:125;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7897896;}}}";s:9:"profiling";s:39193:"a:3:{s:6:"memory";i:8533136;s:4:"time";d:1.080920934677124;s:8:"messages";a:44:{i:22;a:6:{i:0;s:57:"Opening DB connection: mysql:host=127.0.0.1;dbname=cxfoot";i:1;i:80;i:2;s:23:"yii\db\Connection::open";i:3;d:1698314098.277192;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6058992;}i:23;a:6:{i:0;s:57:"Opening DB connection: mysql:host=127.0.0.1;dbname=cxfoot";i:1;i:96;i:2;s:23:"yii\db\Connection::open";i:3;d:1698314098.279066;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6108152;}i:24;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_wechat_app`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314098.279124;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6108392;}i:25;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_wechat_app`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314098.283329;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6124224;}i:27;a:6:{i:0;s:782:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_wechat_app' AND `kcu`.`TABLE_NAME` = 'cx_wechat_app'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314098.284753;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6147040;}i:28;a:6:{i:0;s:782:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_wechat_app' AND `kcu`.`TABLE_NAME` = 'cx_wechat_app'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314098.285302;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6149424;}i:30;a:6:{i:0;s:71:"SELECT * FROM `cx_wechat_app` WHERE (`cx_mch_id`=0) AND (`is_delete`=0)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314098.289799;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6481992;}i:31;a:6:{i:0;s:71:"SELECT * FROM `cx_wechat_app` WHERE (`cx_mch_id`=0) AND (`is_delete`=0)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314098.290299;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6488664;}i:34;a:6:{i:0;s:119:"SELECT * FROM `cx_user_token` WHERE ((`is_delete`=0) AND (`token`='SF5fP6gUUrct1a') AND (`cx_mch_id`=0)) AND (`type`=3)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314098.30455;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6987840;}i:35;a:6:{i:0;s:119:"SELECT * FROM `cx_user_token` WHERE ((`is_delete`=0) AND (`token`='SF5fP6gUUrct1a') AND (`cx_mch_id`=0)) AND (`type`=3)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314098.305202;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6991528;}i:37;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_user_token`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314098.305323;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6996648;}i:38;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_user_token`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314098.306045;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7008912;}i:40;a:6:{i:0;s:782:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user_token' AND `kcu`.`TABLE_NAME` = 'cx_user_token'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314098.306371;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7011992;}i:41;a:6:{i:0;s:782:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user_token' AND `kcu`.`TABLE_NAME` = 'cx_user_token'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314098.306816;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7015128;}i:43;a:6:{i:0;s:32:"SHOW FULL COLUMNS FROM `cx_user`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314098.306991;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7014376;}i:44;a:6:{i:0;s:32:"SHOW FULL COLUMNS FROM `cx_user`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314098.307965;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7044520;}i:46;a:6:{i:0;s:770:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user' AND `kcu`.`TABLE_NAME` = 'cx_user'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314098.308561;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7037968;}i:47;a:6:{i:0;s:770:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user' AND `kcu`.`TABLE_NAME` = 'cx_user'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314098.308963;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7041104;}i:49;a:6:{i:0;s:78:"SELECT * FROM `cx_user` WHERE (`id`='65') AND (`is_delete`=0) AND (`status`=0)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314098.309219;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7044088;}i:50;a:6:{i:0;s:78:"SELECT * FROM `cx_user` WHERE (`id`='65') AND (`is_delete`=0) AND (`status`=0)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314098.30969;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7050520;}i:54;a:6:{i:0;s:58:"SELECT * FROM `cx_user` WHERE `mobile_phone`='18222222224'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314098.318382;i:4;a:2:{i:0;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:73;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7394312;}i:55;a:6:{i:0;s:58:"SELECT * FROM `cx_user` WHERE `mobile_phone`='18222222224'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314098.320411;i:4;a:2:{i:0;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:73;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7400064;}i:57;a:6:{i:0;s:141:"SELECT * FROM `cx_user` WHERE ((`cx_mch_id`=0) AND (`is_delete`=0) AND (`status`=0)) AND ((`username`='U5s1ph') OR (`mobile_phone`='U5s1ph'))";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314098.323097;i:4;a:3:{i:0;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:66;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:80;s:8:"function";s:5:"login";s:5:"class";s:32:"app\modules\api\models\LoginForm";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7479992;}i:58;a:6:{i:0;s:141:"SELECT * FROM `cx_user` WHERE ((`cx_mch_id`=0) AND (`is_delete`=0) AND (`status`=0)) AND ((`username`='U5s1ph') OR (`mobile_phone`='U5s1ph'))";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314098.32346;i:4;a:3:{i:0;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:66;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:80;s:8:"function";s:5:"login";s:5:"class";s:32:"app\modules\api\models\LoginForm";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7486248;}i:67;a:6:{i:0;s:132:"SELECT EXISTS(SELECT * FROM `cx_user_token` WHERE (`type`=3) AND (`token`='pTp52IvT0EcVfE') AND (`is_delete`=0) AND (`cx_mch_id`=0))";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314099.185366;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:103;s:8:"function";s:6:"exists";s:5:"class";s:12:"yii\db\Query";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:65;s:8:"function";s:8:"generate";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7552368;}i:68;a:6:{i:0;s:132:"SELECT EXISTS(SELECT * FROM `cx_user_token` WHERE (`type`=3) AND (`token`='pTp52IvT0EcVfE') AND (`is_delete`=0) AND (`cx_mch_id`=0))";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314099.185864;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:103;s:8:"function";s:6:"exists";s:5:"class";s:12:"yii\db\Query";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:65;s:8:"function";s:8:"generate";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7554792;}i:71;a:6:{i:0;s:118:"UPDATE `cx_user_token` SET `is_delete`=1 WHERE (`is_delete`=0) AND (`user_id`='68') AND (`cx_mch_id`=0) AND (`type`=3)";i:1;i:80;i:2;s:23:"yii\db\Command::execute";i:3;d:1698314099.186212;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:273;s:8:"function";s:9:"updateAll";s:5:"class";s:19:"yii\db\ActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:77;s:8:"function";s:7:"destory";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7558808;}i:72;a:6:{i:0;s:118:"UPDATE `cx_user_token` SET `is_delete`=1 WHERE (`is_delete`=0) AND (`user_id`='68') AND (`cx_mch_id`=0) AND (`type`=3)";i:1;i:96;i:2;s:23:"yii\db\Command::execute";i:3;d:1698314099.187572;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:273;s:8:"function";s:9:"updateAll";s:5:"class";s:19:"yii\db\ActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:77;s:8:"function";s:7:"destory";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7560912;}i:74;a:6:{i:0;s:189:"INSERT INTO `cx_user_token` (`cx_mch_id`, `type`, `token`, `user_id`, `expire_time`, `status`, `is_delete`, `created_at`) VALUES (0, 3, 'pTp52IvT0EcVfE', '68', 1700906099, 0, 0, 1698314099)";i:1;i:80;i:2;s:23:"yii\db\Command::execute";i:3;d:1698314099.188931;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:157;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:78;s:8:"function";s:13:"saveUserToken";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7670768;}i:75;a:6:{i:0;s:189:"INSERT INTO `cx_user_token` (`cx_mch_id`, `type`, `token`, `user_id`, `expire_time`, `status`, `is_delete`, `created_at`) VALUES (0, 3, 'pTp52IvT0EcVfE', '68', 1700906099, 0, 0, 1698314099)";i:1;i:96;i:2;s:23:"yii\db\Command::execute";i:3;d:1698314099.189316;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:157;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:78;s:8:"function";s:13:"saveUserToken";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7672824;}i:78;a:6:{i:0;s:42:"SHOW FULL COLUMNS FROM `cx_user_login_log`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314099.209341;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:82;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7704288;}i:79;a:6:{i:0;s:42:"SHOW FULL COLUMNS FROM `cx_user_login_log`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314099.210284;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:82;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7716496;}i:81;a:6:{i:0;s:790:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user_login_log' AND `kcu`.`TABLE_NAME` = 'cx_user_login_log'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314099.210588;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:82;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7719520;}i:82;a:6:{i:0;s:790:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user_login_log' AND `kcu`.`TABLE_NAME` = 'cx_user_login_log'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314099.211102;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:82;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7722656;}i:84;a:6:{i:0;s:177:"INSERT INTO `cx_user_login_log` (`cx_mch_id`, `user_id`, `is_delete`, `ipv4`, `is_pass`, `err_msg`, `created_at`) VALUES (0, '68', 0, '127.0.0.1', 1, '登录成功', 1698314099)";i:1;i:80;i:2;s:23:"yii\db\Command::execute";i:3;d:1698314099.212077;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:88;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7743672;}i:85;a:6:{i:0;s:177:"INSERT INTO `cx_user_login_log` (`cx_mch_id`, `user_id`, `is_delete`, `ipv4`, `is_pass`, `err_msg`, `created_at`) VALUES (0, '68', 0, '127.0.0.1', 1, '登录成功', 1698314099)";i:1;i:96;i:2;s:23:"yii\db\Command::execute";i:3;d:1698314099.230282;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:88;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7745784;}i:87;a:6:{i:0;s:114:"SELECT * FROM `cx_user_oauth` WHERE ((`type`='wxmp') AND (`is_delete`=0) AND (`cx_mch_id`=0)) AND (`user_id`='68')";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314099.23274;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:432;s:8:"function";s:5:"__get";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:92;s:8:"function";s:9:"bindQuery";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:80;s:8:"function";s:5:"login";s:5:"class";s:32:"app\modules\api\models\LoginForm";s:4:"type";s:2:"->";}}i:5;i:7814200;}i:88;a:6:{i:0;s:114:"SELECT * FROM `cx_user_oauth` WHERE ((`type`='wxmp') AND (`is_delete`=0) AND (`cx_mch_id`=0)) AND (`user_id`='68')";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314099.23365;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:432;s:8:"function";s:5:"__get";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:92;s:8:"function";s:9:"bindQuery";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:80;s:8:"function";s:5:"login";s:5:"class";s:32:"app\modules\api\models\LoginForm";s:4:"type";s:2:"->";}}i:5;i:7816952;}i:90;a:6:{i:0;s:35:"SHOW FULL COLUMNS FROM `cx_api_log`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314099.234521;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7850816;}i:91;a:6:{i:0;s:35:"SHOW FULL COLUMNS FROM `cx_api_log`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314099.235491;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7873776;}i:93;a:6:{i:0;s:776:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_api_log' AND `kcu`.`TABLE_NAME` = 'cx_api_log'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314099.235971;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7871224;}i:94;a:6:{i:0;s:776:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_api_log' AND `kcu`.`TABLE_NAME` = 'cx_api_log'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314099.236563;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7874360;}i:96;a:6:{i:0;s:654:"INSERT INTO `cx_api_log` (`cx_mch_id`, `user_id`, `route`, `module_id`, `controller_id`, `action_id`, `url`, `method`, `method_param`, `ipv4`, `is_pass`, `request_date`, `request_time`, `response_time`, `process_consume_time`, `is_delete`, `created_at`) VALUES (0, '68', 'api/user/modify-user', 'api', 'user', 'modify-user', '/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124', 'POST', '{\"real_name\":\"王五\",\"gender\":\"1\",\"is_view\":\"42.5\",\"mobile_phone\":\"18222222224\"}', '127.0.0.1', 1, '2023-10-26', 1698314098259, 1698314099236, 977, 0, 1698314099)";i:1;i:80;i:2;s:23:"yii\db\Command::execute";i:3;d:1698314099.237844;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:125;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7896256;}i:97;a:6:{i:0;s:654:"INSERT INTO `cx_api_log` (`cx_mch_id`, `user_id`, `route`, `module_id`, `controller_id`, `action_id`, `url`, `method`, `method_param`, `ipv4`, `is_pass`, `request_date`, `request_time`, `response_time`, `process_consume_time`, `is_delete`, `created_at`) VALUES (0, '68', 'api/user/modify-user', 'api', 'user', 'modify-user', '/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124', 'POST', '{\"real_name\":\"王五\",\"gender\":\"1\",\"is_view\":\"42.5\",\"mobile_phone\":\"18222222224\"}', '127.0.0.1', 1, '2023-10-26', 1698314098259, 1698314099236, 977, 0, 1698314099)";i:1;i:96;i:2;s:23:"yii\db\Command::execute";i:3;d:1698314099.279895;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:125;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7898912;}}}";s:2:"db";s:38391:"a:1:{s:8:"messages";a:42:{i:24;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_wechat_app`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314098.279124;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6108392;}i:25;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_wechat_app`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314098.283329;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6124224;}i:27;a:6:{i:0;s:782:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_wechat_app' AND `kcu`.`TABLE_NAME` = 'cx_wechat_app'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314098.284753;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6147040;}i:28;a:6:{i:0;s:782:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_wechat_app' AND `kcu`.`TABLE_NAME` = 'cx_wechat_app'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314098.285302;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6149424;}i:30;a:6:{i:0;s:71:"SELECT * FROM `cx_wechat_app` WHERE (`cx_mch_id`=0) AND (`is_delete`=0)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314098.289799;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6481992;}i:31;a:6:{i:0;s:71:"SELECT * FROM `cx_wechat_app` WHERE (`cx_mch_id`=0) AND (`is_delete`=0)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314098.290299;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6488664;}i:34;a:6:{i:0;s:119:"SELECT * FROM `cx_user_token` WHERE ((`is_delete`=0) AND (`token`='SF5fP6gUUrct1a') AND (`cx_mch_id`=0)) AND (`type`=3)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314098.30455;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6987840;}i:35;a:6:{i:0;s:119:"SELECT * FROM `cx_user_token` WHERE ((`is_delete`=0) AND (`token`='SF5fP6gUUrct1a') AND (`cx_mch_id`=0)) AND (`type`=3)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314098.305202;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6991528;}i:37;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_user_token`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314098.305323;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6996648;}i:38;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_user_token`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314098.306045;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7008912;}i:40;a:6:{i:0;s:782:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user_token' AND `kcu`.`TABLE_NAME` = 'cx_user_token'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314098.306371;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7011992;}i:41;a:6:{i:0;s:782:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user_token' AND `kcu`.`TABLE_NAME` = 'cx_user_token'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314098.306816;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7015128;}i:43;a:6:{i:0;s:32:"SHOW FULL COLUMNS FROM `cx_user`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314098.306991;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7014376;}i:44;a:6:{i:0;s:32:"SHOW FULL COLUMNS FROM `cx_user`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314098.307965;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7044520;}i:46;a:6:{i:0;s:770:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user' AND `kcu`.`TABLE_NAME` = 'cx_user'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314098.308561;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7037968;}i:47;a:6:{i:0;s:770:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user' AND `kcu`.`TABLE_NAME` = 'cx_user'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314098.308963;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7041104;}i:49;a:6:{i:0;s:78:"SELECT * FROM `cx_user` WHERE (`id`='65') AND (`is_delete`=0) AND (`status`=0)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314098.309219;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7044088;}i:50;a:6:{i:0;s:78:"SELECT * FROM `cx_user` WHERE (`id`='65') AND (`is_delete`=0) AND (`status`=0)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314098.30969;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7050520;}i:54;a:6:{i:0;s:58:"SELECT * FROM `cx_user` WHERE `mobile_phone`='18222222224'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314098.318382;i:4;a:2:{i:0;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:73;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7394312;}i:55;a:6:{i:0;s:58:"SELECT * FROM `cx_user` WHERE `mobile_phone`='18222222224'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314098.320411;i:4;a:2:{i:0;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:73;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7400064;}i:57;a:6:{i:0;s:141:"SELECT * FROM `cx_user` WHERE ((`cx_mch_id`=0) AND (`is_delete`=0) AND (`status`=0)) AND ((`username`='U5s1ph') OR (`mobile_phone`='U5s1ph'))";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314098.323097;i:4;a:3:{i:0;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:66;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:80;s:8:"function";s:5:"login";s:5:"class";s:32:"app\modules\api\models\LoginForm";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7479992;}i:58;a:6:{i:0;s:141:"SELECT * FROM `cx_user` WHERE ((`cx_mch_id`=0) AND (`is_delete`=0) AND (`status`=0)) AND ((`username`='U5s1ph') OR (`mobile_phone`='U5s1ph'))";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314098.32346;i:4;a:3:{i:0;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:66;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:80;s:8:"function";s:5:"login";s:5:"class";s:32:"app\modules\api\models\LoginForm";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7486248;}i:67;a:6:{i:0;s:132:"SELECT EXISTS(SELECT * FROM `cx_user_token` WHERE (`type`=3) AND (`token`='pTp52IvT0EcVfE') AND (`is_delete`=0) AND (`cx_mch_id`=0))";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314099.185366;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:103;s:8:"function";s:6:"exists";s:5:"class";s:12:"yii\db\Query";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:65;s:8:"function";s:8:"generate";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7552368;}i:68;a:6:{i:0;s:132:"SELECT EXISTS(SELECT * FROM `cx_user_token` WHERE (`type`=3) AND (`token`='pTp52IvT0EcVfE') AND (`is_delete`=0) AND (`cx_mch_id`=0))";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314099.185864;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:103;s:8:"function";s:6:"exists";s:5:"class";s:12:"yii\db\Query";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:65;s:8:"function";s:8:"generate";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7554792;}i:71;a:6:{i:0;s:118:"UPDATE `cx_user_token` SET `is_delete`=1 WHERE (`is_delete`=0) AND (`user_id`='68') AND (`cx_mch_id`=0) AND (`type`=3)";i:1;i:80;i:2;s:23:"yii\db\Command::execute";i:3;d:1698314099.186212;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:273;s:8:"function";s:9:"updateAll";s:5:"class";s:19:"yii\db\ActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:77;s:8:"function";s:7:"destory";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7558808;}i:72;a:6:{i:0;s:118:"UPDATE `cx_user_token` SET `is_delete`=1 WHERE (`is_delete`=0) AND (`user_id`='68') AND (`cx_mch_id`=0) AND (`type`=3)";i:1;i:96;i:2;s:23:"yii\db\Command::execute";i:3;d:1698314099.187572;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:273;s:8:"function";s:9:"updateAll";s:5:"class";s:19:"yii\db\ActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:77;s:8:"function";s:7:"destory";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7560912;}i:74;a:6:{i:0;s:189:"INSERT INTO `cx_user_token` (`cx_mch_id`, `type`, `token`, `user_id`, `expire_time`, `status`, `is_delete`, `created_at`) VALUES (0, 3, 'pTp52IvT0EcVfE', '68', 1700906099, 0, 0, 1698314099)";i:1;i:80;i:2;s:23:"yii\db\Command::execute";i:3;d:1698314099.188931;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:157;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:78;s:8:"function";s:13:"saveUserToken";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7670768;}i:75;a:6:{i:0;s:189:"INSERT INTO `cx_user_token` (`cx_mch_id`, `type`, `token`, `user_id`, `expire_time`, `status`, `is_delete`, `created_at`) VALUES (0, 3, 'pTp52IvT0EcVfE', '68', 1700906099, 0, 0, 1698314099)";i:1;i:96;i:2;s:23:"yii\db\Command::execute";i:3;d:1698314099.189316;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:157;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:78;s:8:"function";s:13:"saveUserToken";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7672824;}i:78;a:6:{i:0;s:42:"SHOW FULL COLUMNS FROM `cx_user_login_log`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314099.209341;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:82;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7704288;}i:79;a:6:{i:0;s:42:"SHOW FULL COLUMNS FROM `cx_user_login_log`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314099.210284;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:82;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7716496;}i:81;a:6:{i:0;s:790:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user_login_log' AND `kcu`.`TABLE_NAME` = 'cx_user_login_log'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314099.210588;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:82;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7719520;}i:82;a:6:{i:0;s:790:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user_login_log' AND `kcu`.`TABLE_NAME` = 'cx_user_login_log'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314099.211102;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:82;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7722656;}i:84;a:6:{i:0;s:177:"INSERT INTO `cx_user_login_log` (`cx_mch_id`, `user_id`, `is_delete`, `ipv4`, `is_pass`, `err_msg`, `created_at`) VALUES (0, '68', 0, '127.0.0.1', 1, '登录成功', 1698314099)";i:1;i:80;i:2;s:23:"yii\db\Command::execute";i:3;d:1698314099.212077;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:88;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7743672;}i:85;a:6:{i:0;s:177:"INSERT INTO `cx_user_login_log` (`cx_mch_id`, `user_id`, `is_delete`, `ipv4`, `is_pass`, `err_msg`, `created_at`) VALUES (0, '68', 0, '127.0.0.1', 1, '登录成功', 1698314099)";i:1;i:96;i:2;s:23:"yii\db\Command::execute";i:3;d:1698314099.230282;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:88;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7745784;}i:87;a:6:{i:0;s:114:"SELECT * FROM `cx_user_oauth` WHERE ((`type`='wxmp') AND (`is_delete`=0) AND (`cx_mch_id`=0)) AND (`user_id`='68')";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314099.23274;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:432;s:8:"function";s:5:"__get";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:92;s:8:"function";s:9:"bindQuery";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:80;s:8:"function";s:5:"login";s:5:"class";s:32:"app\modules\api\models\LoginForm";s:4:"type";s:2:"->";}}i:5;i:7814200;}i:88;a:6:{i:0;s:114:"SELECT * FROM `cx_user_oauth` WHERE ((`type`='wxmp') AND (`is_delete`=0) AND (`cx_mch_id`=0)) AND (`user_id`='68')";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314099.23365;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:432;s:8:"function";s:5:"__get";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:92;s:8:"function";s:9:"bindQuery";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:80;s:8:"function";s:5:"login";s:5:"class";s:32:"app\modules\api\models\LoginForm";s:4:"type";s:2:"->";}}i:5;i:7816952;}i:90;a:6:{i:0;s:35:"SHOW FULL COLUMNS FROM `cx_api_log`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314099.234521;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7850816;}i:91;a:6:{i:0;s:35:"SHOW FULL COLUMNS FROM `cx_api_log`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314099.235491;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7873776;}i:93;a:6:{i:0;s:776:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_api_log' AND `kcu`.`TABLE_NAME` = 'cx_api_log'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314099.235971;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7871224;}i:94;a:6:{i:0;s:776:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_api_log' AND `kcu`.`TABLE_NAME` = 'cx_api_log'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314099.236563;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7874360;}i:96;a:6:{i:0;s:654:"INSERT INTO `cx_api_log` (`cx_mch_id`, `user_id`, `route`, `module_id`, `controller_id`, `action_id`, `url`, `method`, `method_param`, `ipv4`, `is_pass`, `request_date`, `request_time`, `response_time`, `process_consume_time`, `is_delete`, `created_at`) VALUES (0, '68', 'api/user/modify-user', 'api', 'user', 'modify-user', '/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124', 'POST', '{\"real_name\":\"王五\",\"gender\":\"1\",\"is_view\":\"42.5\",\"mobile_phone\":\"18222222224\"}', '127.0.0.1', 1, '2023-10-26', 1698314098259, 1698314099236, 977, 0, 1698314099)";i:1;i:80;i:2;s:23:"yii\db\Command::execute";i:3;d:1698314099.237844;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:125;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7896256;}i:97;a:6:{i:0;s:654:"INSERT INTO `cx_api_log` (`cx_mch_id`, `user_id`, `route`, `module_id`, `controller_id`, `action_id`, `url`, `method`, `method_param`, `ipv4`, `is_pass`, `request_date`, `request_time`, `response_time`, `process_consume_time`, `is_delete`, `created_at`) VALUES (0, '68', 'api/user/modify-user', 'api', 'user', 'modify-user', '/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124', 'POST', '{\"real_name\":\"王五\",\"gender\":\"1\",\"is_view\":\"42.5\",\"mobile_phone\":\"18222222224\"}', '127.0.0.1', 1, '2023-10-26', 1698314098259, 1698314099236, 977, 0, 1698314099)";i:1;i:96;i:2;s:23:"yii\db\Command::execute";i:3;d:1698314099.279895;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:125;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7898912;}}}";s:5:"event";s:9737:"a:55:{i:0;a:5:{s:4:"time";d:1698314098.251417;s:4:"name";s:9:"afterOpen";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:20:"yii\redis\Connection";}i:1;a:5:{s:4:"time";d:1698314098.255477;s:4:"name";s:13:"beforeRequest";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:19:"yii\web\Application";}i:2;a:5:{s:4:"time";d:1698314098.272693;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:3;a:5:{s:4:"time";d:1698314098.279057;s:4:"name";s:9:"afterOpen";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:17:"yii\db\Connection";}i:4;a:5:{s:4:"time";d:1698314098.29035;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:27:"app\models\wechat\WechatApp";}i:5;a:5:{s:4:"time";d:1698314098.290409;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:27:"app\models\wechat\WechatApp";}i:6;a:5:{s:4:"time";d:1698314098.29918;s:4:"name";s:12:"beforeAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:19:"yii\web\Application";}i:7;a:5:{s:4:"time";d:1698314098.299197;s:4:"name";s:12:"beforeAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:22:"app\modules\api\Module";}i:8;a:5:{s:4:"time";d:1698314098.302955;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:9;a:5:{s:4:"time";d:1698314098.305243;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:20:"app\models\UserToken";}i:10;a:5:{s:4:"time";d:1698314098.306882;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:20:"app\models\UserToken";}i:11;a:5:{s:4:"time";d:1698314098.306911;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:12;a:5:{s:4:"time";d:1698314098.309727;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:15:"app\models\User";}i:13;a:5:{s:4:"time";d:1698314098.309794;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:15:"app\models\User";}i:14;a:5:{s:4:"time";d:1698314098.310176;s:4:"name";s:11:"beforeLogin";s:5:"class";s:17:"yii\web\UserEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:12:"yii\web\User";}i:15;a:5:{s:4:"time";d:1698314098.314932;s:4:"name";s:10:"afterLogin";s:5:"class";s:17:"yii\web\UserEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:12:"yii\web\User";}i:16;a:5:{s:4:"time";d:1698314098.314951;s:4:"name";s:12:"beforeAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:42:"app\modules\api\controllers\UserController";}i:17;a:5:{s:4:"time";d:1698314098.317543;s:4:"name";s:14:"beforeValidate";s:5:"class";s:19:"yii\base\ModelEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:37:"app\modules\api\models\UserModifyForm";}i:18;a:5:{s:4:"time";d:1698314098.317645;s:4:"name";s:13:"afterValidate";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:37:"app\modules\api\models\UserModifyForm";}i:19;a:5:{s:4:"time";d:1698314098.318121;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:20;a:5:{s:4:"time";d:1698314098.320453;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:15:"app\models\User";}i:21;a:5:{s:4:"time";d:1698314098.320525;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:15:"app\models\User";}i:22;a:5:{s:4:"time";d:1698314098.32055;s:4:"name";s:14:"beforeValidate";s:5:"class";s:19:"yii\base\ModelEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:32:"app\modules\api\models\LoginForm";}i:23;a:5:{s:4:"time";d:1698314098.322244;s:4:"name";s:13:"afterValidate";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:32:"app\modules\api\models\LoginForm";}i:24;a:5:{s:4:"time";d:1698314098.322623;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:25;a:5:{s:4:"time";d:1698314098.323493;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:15:"app\models\User";}i:26;a:5:{s:4:"time";d:1698314098.323556;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:15:"app\models\User";}i:27;a:5:{s:4:"time";d:1698314099.180392;s:4:"name";s:11:"beforeLogin";s:5:"class";s:17:"yii\web\UserEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:12:"yii\web\User";}i:28;a:5:{s:4:"time";d:1698314099.180538;s:4:"name";s:10:"afterLogin";s:5:"class";s:17:"yii\web\UserEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:12:"yii\web\User";}i:29;a:5:{s:4:"time";d:1698314099.181485;s:4:"name";s:16:"beginTransaction";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:17:"yii\db\Connection";}i:30;a:5:{s:4:"time";d:1698314099.185186;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:31;a:5:{s:4:"time";d:1698314099.187611;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:20:"app\models\UserToken";}i:32;a:5:{s:4:"time";d:1698314099.187679;s:4:"name";s:14:"beforeValidate";s:5:"class";s:19:"yii\base\ModelEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:20:"app\models\UserToken";}i:33;a:5:{s:4:"time";d:1698314099.187882;s:4:"name";s:13:"afterValidate";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:20:"app\models\UserToken";}i:34;a:5:{s:4:"time";d:1698314099.1879;s:4:"name";s:12:"beforeInsert";s:5:"class";s:19:"yii\base\ModelEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:20:"app\models\UserToken";}i:35;a:5:{s:4:"time";d:1698314099.189921;s:4:"name";s:11:"afterInsert";s:5:"class";s:21:"yii\db\AfterSaveEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:20:"app\models\UserToken";}i:36;a:5:{s:4:"time";d:1698314099.208561;s:4:"name";s:17:"commitTransaction";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:17:"yii\db\Connection";}i:37;a:5:{s:4:"time";d:1698314099.209231;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:27:"app\models\log\UserLoginLog";}i:38;a:5:{s:4:"time";d:1698314099.211661;s:4:"name";s:14:"beforeValidate";s:5:"class";s:19:"yii\base\ModelEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:27:"app\models\log\UserLoginLog";}i:39;a:5:{s:4:"time";d:1698314099.211908;s:4:"name";s:13:"afterValidate";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:27:"app\models\log\UserLoginLog";}i:40;a:5:{s:4:"time";d:1698314099.211924;s:4:"name";s:12:"beforeInsert";s:5:"class";s:19:"yii\base\ModelEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:27:"app\models\log\UserLoginLog";}i:41;a:5:{s:4:"time";d:1698314099.230399;s:4:"name";s:11:"afterInsert";s:5:"class";s:21:"yii\db\AfterSaveEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:27:"app\models\log\UserLoginLog";}i:42;a:5:{s:4:"time";d:1698314099.231031;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:43;a:5:{s:4:"time";d:1698314099.234423;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"app\models\log\ApiLog";}i:44;a:5:{s:4:"time";d:1698314099.236766;s:4:"name";s:14:"beforeValidate";s:5:"class";s:19:"yii\base\ModelEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"app\models\log\ApiLog";}i:45;a:5:{s:4:"time";d:1698314099.237581;s:4:"name";s:13:"afterValidate";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"app\models\log\ApiLog";}i:46;a:5:{s:4:"time";d:1698314099.2376;s:4:"name";s:12:"beforeInsert";s:5:"class";s:19:"yii\base\ModelEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"app\models\log\ApiLog";}i:47;a:5:{s:4:"time";d:1698314099.280014;s:4:"name";s:11:"afterInsert";s:5:"class";s:21:"yii\db\AfterSaveEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"app\models\log\ApiLog";}i:48;a:5:{s:4:"time";d:1698314099.280059;s:4:"name";s:11:"afterAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:42:"app\modules\api\controllers\UserController";}i:49;a:5:{s:4:"time";d:1698314099.280072;s:4:"name";s:11:"afterAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:22:"app\modules\api\Module";}i:50;a:5:{s:4:"time";d:1698314099.280082;s:4:"name";s:11:"afterAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:19:"yii\web\Application";}i:51;a:5:{s:4:"time";d:1698314099.280096;s:4:"name";s:12:"afterRequest";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:19:"yii\web\Application";}i:52;a:5:{s:4:"time";d:1698314099.280107;s:4:"name";s:10:"beforeSend";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:16:"yii\web\Response";}i:53;a:5:{s:4:"time";d:1698314099.283065;s:4:"name";s:12:"afterPrepare";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:16:"yii\web\Response";}i:54;a:5:{s:4:"time";d:1698314099.283147;s:4:"name";s:9:"afterSend";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:16:"yii\web\Response";}}";s:4:"mail";s:6:"a:0:{}";s:8:"timeline";s:91:"a:3:{s:5:"start";d:1698314098.205367;s:3:"end";d:1698314099.286801;s:6:"memory";i:8533136;}";s:4:"dump";s:6:"a:0:{}";s:6:"router";s:1693:"a:3:{s:8:"messages";a:8:{i:10;a:6:{i:0;a:3:{s:4:"rule";s:3:"gii";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698314098.256019;i:4;a:0:{}i:5;i:4623120;}i:11;a:6:{i:0;a:3:{s:4:"rule";s:12:"gii/";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698314098.256033;i:4;a:0:{}i:5;i:4623872;}i:12;a:6:{i:0;a:3:{s:4:"rule";s:41:"gii//";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698314098.256042;i:4;a:0:{}i:5;i:4624624;}i:13;a:6:{i:0;a:3:{s:4:"rule";s:5:"debug";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698314098.25605;i:4;a:0:{}i:5;i:4625376;}i:14;a:6:{i:0;a:3:{s:4:"rule";s:43:"debug//";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698314098.256058;i:4;a:0:{}i:5;i:4626128;}i:15;a:6:{i:0;a:3:{s:4:"rule";s:38:"//";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698314098.256066;i:4;a:0:{}i:5;i:4626880;}i:16;a:6:{i:0;a:3:{s:4:"rule";s:29:"/";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698314098.256074;i:4;a:0:{}i:5;i:4627632;}i:17;a:6:{i:0;s:55:"No matching URL rules. Using default URL parsing logic.";i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698314098.256079;i:4;a:0:{}i:5;i:4628648;}}s:5:"route";s:20:"api/user/modify-user";s:6:"action";s:62:"app\modules\api\controllers\UserController::actionModifyUser()";}";s:7:"request";s:5298:"a:15:{s:7:"flashes";a:0:{}s:10:"statusCode";i:200;s:14:"requestHeaders";a:9:{s:14:"content-length";s:3:"508";s:12:"content-type";s:80:"multipart/form-data; boundary=--------------------------040162730028280045562502";s:4:"host";s:10:"cxfoot.com";s:6:"cookie";s:148:"_csrf=158112adccc1733022c1937772944a42eb5758a5592c9b69fbfedeae2c29885fa:2:%7Bi:0;s:5:%22_csrf%22;i:1;s:32:%22mlNeBReNgsD9Ly2gxQuakn89AsiOJlFI%22;%7D";s:10:"connection";s:5:"close";s:15:"accept-encoding";s:17:"gzip, deflate, br";s:6:"accept";s:3:"*/*";s:13:"cache-control";s:8:"no-cache";s:10:"user-agent";s:35:"PostmanRuntime-ApipostRuntime/1.1.0";}s:15:"responseHeaders";a:6:{s:12:"X-Powered-By";s:9:"PHP/7.3.4";s:12:"Content-Type";s:31:"application/json; charset=UTF-8";s:11:"X-Debug-Tag";s:13:"653a37723c49a";s:16:"X-Debug-Duration";s:5:"1,079";s:12:"X-Debug-Link";s:37:"/debug/default/view?tag=653a37723c49a";s:10:"Set-Cookie";s:204:"_csrf=32381cd0baeeeea04eba5679532e8dfec34c3d8712065e97f65c9f1b436fa375a%3A2%3A%7Bi%3A0%3Bs%3A5%3A%22_csrf%22%3Bi%3A1%3Bs%3A32%3A%22xtssconmJnjK4dq2wVZsQDpxTNV7hsHf%22%3B%7D; path=/; HttpOnly; SameSite=Lax";}s:5:"route";s:20:"api/user/modify-user";s:6:"action";s:62:"app\modules\api\controllers\UserController::actionModifyUser()";s:12:"actionParams";a:0:{}s:7:"general";a:5:{s:6:"method";s:4:"POST";s:6:"isAjax";b:0;s:6:"isPjax";b:0;s:7:"isFlash";b:0;s:18:"isSecureConnection";b:0;}s:11:"requestBody";a:0:{}s:6:"SERVER";a:43:{s:4:"PATH";s:954:"C:\imagemagick;C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\intel64_win\compiler;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;E:\anzhuang\QTSystem\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;D:\Git\cmd;D:\svn\bin;C:\Users\Administrator\AppData\Local\Programs\Python\Python311;C:\Users\Administrator\AppData\Local\Programs\Python\Python311\Scripts;D:\Xftp 7\;D:\微信web开发者工具\dll;C:\Users\Administrator\AppData\Local\Microsoft\WindowsApps;;D:\PhpStorm 2021.2.1\bin;;D:\Microsoft VS Code\bin;D:\phpstudy_pro\Extensions\php\php7.4.3nts;C:\Users\Administrator\AppData\Local\ComposerSetup\bin;C:\Users\Administrator\AppData\Roaming\Composer\vendor\bin";s:10:"SYSTEMROOT";s:10:"C:\WINDOWS";s:7:"COMSPEC";s:27:"C:\WINDOWS\system32\cmd.exe";s:7:"PATHEXT";s:53:".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC";s:6:"WINDIR";s:10:"C:\WINDOWS";s:5:"PHPRC";s:42:"D:/phpstudy_pro/Extensions/php/php7.3.4nts";s:21:"_FCGI_SHUTDOWN_EVENT_";s:4:"9080";s:11:"SCRIPT_NAME";s:10:"/index.php";s:11:"REQUEST_URI";s:137:"/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:12:"QUERY_STRING";s:115:"access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:14:"REQUEST_METHOD";s:4:"POST";s:15:"SERVER_PROTOCOL";s:8:"HTTP/1.1";s:17:"GATEWAY_INTERFACE";s:7:"CGI/1.1";s:21:"REDIRECT_QUERY_STRING";s:115:"access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:12:"REDIRECT_URL";s:21:"/api/user/modify-user";s:11:"REMOTE_PORT";s:5:"49729";s:15:"SCRIPT_FILENAME";s:40:"D:/phpstudy_pro/WWW/cxfoot/web/index.php";s:12:"SERVER_ADMIN";s:17:"admin@example.com";s:21:"CONTEXT_DOCUMENT_ROOT";s:30:"D:/phpstudy_pro/WWW/cxfoot/web";s:14:"CONTEXT_PREFIX";s:0:"";s:14:"REQUEST_SCHEME";s:4:"http";s:13:"DOCUMENT_ROOT";s:30:"D:/phpstudy_pro/WWW/cxfoot/web";s:11:"REMOTE_ADDR";s:9:"127.0.0.1";s:11:"SERVER_PORT";s:2:"80";s:11:"SERVER_ADDR";s:9:"127.0.0.1";s:11:"SERVER_NAME";s:10:"cxfoot.com";s:15:"SERVER_SOFTWARE";s:73:"Apache/2.4.39 (Win64) OpenSSL/1.1.1b mod_fcgid/2.3.9a mod_log_rotate/1.02";s:16:"SERVER_SIGNATURE";s:0:"";s:10:"SystemRoot";s:10:"C:\WINDOWS";s:14:"CONTENT_LENGTH";s:3:"508";s:12:"CONTENT_TYPE";s:80:"multipart/form-data; boundary=--------------------------040162730028280045562502";s:9:"HTTP_HOST";s:10:"cxfoot.com";s:11:"HTTP_COOKIE";s:148:"_csrf=158112adccc1733022c1937772944a42eb5758a5592c9b69fbfedeae2c29885fa:2:%7Bi:0;s:5:%22_csrf%22;i:1;s:32:%22mlNeBReNgsD9Ly2gxQuakn89AsiOJlFI%22;%7D";s:15:"HTTP_CONNECTION";s:5:"close";s:20:"HTTP_ACCEPT_ENCODING";s:17:"gzip, deflate, br";s:11:"HTTP_ACCEPT";s:3:"*/*";s:18:"HTTP_CACHE_CONTROL";s:8:"no-cache";s:15:"HTTP_USER_AGENT";s:35:"PostmanRuntime-ApipostRuntime/1.1.0";s:15:"REDIRECT_STATUS";s:3:"200";s:9:"FCGI_ROLE";s:9:"RESPONDER";s:8:"PHP_SELF";s:10:"/index.php";s:18:"REQUEST_TIME_FLOAT";d:1698314098.189733;s:12:"REQUEST_TIME";i:1698314098;}s:3:"GET";a:2:{s:12:"access_token";s:60:"bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0=";s:6:"X-Csrf";s:32:"ag7x1Afy1r0q8j4y05vk3s4118hx7124";}s:4:"POST";a:4:{s:9:"real_name";s:6:"王五";s:6:"gender";s:1:"1";s:7:"is_view";s:4:"42.5";s:12:"mobile_phone";s:11:"18222222224";}s:6:"COOKIE";a:5:{s:5:"_csrf";s:72:"158112adccc1733022c1937772944a42eb5758a5592c9b69fbfedeae2c29885fa:2:{i:0";s:11:"s:5:"_csrf"";s:0:"";s:3:"i:1";s:0:"";s:39:"s:32:"mlNeBReNgsD9Ly2gxQuakn89AsiOJlFI"";s:0:"";s:1:"}";s:0:"";}s:5:"FILES";a:0:{}s:7:"SESSION";a:0:{}}";s:4:"user";s:2943:"a:5:{s:2:"id";s:2:"68";s:8:"identity";a:26:{s:2:"id";s:4:"'68'";s:9:"cx_mch_id";s:3:"'0'";s:8:"username";s:8:"'U5s1ph'";s:8:"password";s:62:"'$2y$13$x0iezfvj5/IfSaINjFFbiukbuijauI3o5J8l5mQULSfRJVl3pKdai'";s:8:"auth_key";s:34:"'liY1fP0zXFG2uKuLwwwZayJdE3iwgAWy'";s:12:"access_token";s:34:"'g5ip-OjtpkZEnjlh1bDwNz3zuoYDBQ2l'";s:8:"nickname";s:8:"'王五'";s:10:"avatar_url";s:28:"'/statics/images/avatar.jpg'";s:12:"mobile_phone";s:13:"'18222222224'";s:13:"mobile_prefix";s:4:"'86'";s:5:"email";s:2:"''";s:9:"real_name";s:8:"'王五'";s:4:"desc";s:2:"''";s:6:"gender";s:1:"1";s:8:"birthday";s:4:"null";s:6:"status";s:1:"0";s:9:"parent_id";s:3:"'0'";s:12:"is_modify_un";s:1:"0";s:9:"is_delete";s:1:"0";s:10:"country_id";s:1:"0";s:7:"city_id";s:1:"0";s:10:"created_at";s:10:"1698314013";s:10:"updated_at";s:10:"1698314013";s:4:"type";s:1:"0";s:8:"store_id";s:1:"0";s:7:"is_view";s:6:"'42.5'";}s:10:"attributes";a:26:{i:0;a:2:{s:9:"attribute";s:2:"id";s:5:"label";s:2:"ID";}i:1;a:2:{s:9:"attribute";s:9:"cx_mch_id";s:5:"label";s:14:"平台商户ID";}i:2;a:2:{s:9:"attribute";s:8:"username";s:5:"label";s:9:"用户名";}i:3;a:2:{s:9:"attribute";s:8:"password";s:5:"label";s:6:"密码";}i:4;a:2:{s:9:"attribute";s:8:"auth_key";s:5:"label";s:8:"AUTH_KEY";}i:5;a:2:{s:9:"attribute";s:12:"access_token";s:5:"label";s:12:"ACCESS_TOKEN";}i:6;a:2:{s:9:"attribute";s:8:"nickname";s:5:"label";s:6:"昵称";}i:7;a:2:{s:9:"attribute";s:10:"avatar_url";s:5:"label";s:6:"头像";}i:8;a:2:{s:9:"attribute";s:12:"mobile_phone";s:5:"label";s:9:"手机号";}i:9;a:2:{s:9:"attribute";s:13:"mobile_prefix";s:5:"label";s:21:"手机号国家代码";}i:10;a:2:{s:9:"attribute";s:5:"email";s:5:"label";s:6:"邮箱";}i:11;a:2:{s:9:"attribute";s:9:"real_name";s:5:"label";s:12:"真实姓名";}i:12;a:2:{s:9:"attribute";s:4:"desc";s:5:"label";s:12:"个性签名";}i:13;a:2:{s:9:"attribute";s:6:"gender";s:5:"label";s:33:"性别,0=女,1=男,2=保密";}i:14;a:2:{s:9:"attribute";s:8:"birthday";s:5:"label";s:6:"生日";}i:15;a:2:{s:9:"attribute";s:6:"status";s:5:"label";s:50:"状态,0=正常,1=封禁,2=挂起,3=注销";}i:16;a:2:{s:9:"attribute";s:9:"parent_id";s:5:"label";s:9:"PARENT_ID";}i:17;a:2:{s:9:"attribute";s:12:"is_modify_un";s:5:"label";s:43:"用户名是否可以修改,0=否,1=是";}i:18;a:2:{s:9:"attribute";s:9:"is_delete";s:5:"label";s:28:"是否删除,0=否,1=是";}i:19;a:2:{s:9:"attribute";s:10:"country_id";s:5:"label";s:8:"国家ID";}i:20;a:2:{s:9:"attribute";s:7:"city_id";s:5:"label";s:8:"城市ID";}i:21;a:2:{s:9:"attribute";s:10:"created_at";s:5:"label";s:12:"添加时间";}i:22;a:2:{s:9:"attribute";s:10:"updated_at";s:5:"label";s:12:"更新时间";}i:23;a:2:{s:9:"attribute";s:4:"type";s:5:"label";s:28:"0=普通用户,1=管理员";}i:24;a:2:{s:9:"attribute";s:8:"store_id";s:5:"label";s:8:"Store Id";}i:25;a:2:{s:9:"attribute";s:7:"is_view";s:5:"label";s:6:"鞋码";}}s:13:"rolesProvider";N;s:19:"permissionsProvider";N;}";s:5:"asset";s:6:"a:0:{}";s:7:"summary";a:12:{s:3:"tag";s:13:"653a37723c49a";s:3:"url";s:154:"http://cxfoot.com/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:4:"ajax";i:0;s:6:"method";s:4:"POST";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698314098.189733;s:10:"statusCode";i:200;s:8:"sqlCount";i:21;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:8533136;s:14:"processingTime";d:1.080920934677124;}s:10:"exceptions";a:0:{}} \ No newline at end of file diff --git a/runtime/debug/653a37788a480.data b/runtime/debug/653a37788a480.data new file mode 100644 index 0000000..e5b6369 --- /dev/null +++ b/runtime/debug/653a37788a480.data @@ -0,0 +1,351 @@ +a:14:{s:6:"config";s:1870:"a:5:{s:10:"phpVersion";s:5:"7.3.4";s:10:"yiiVersion";s:6:"2.0.46";s:11:"application";a:8:{s:3:"yii";s:6:"2.0.46";s:4:"name";s:14:"My Application";s:7:"version";s:3:"1.0";s:8:"language";s:5:"zh-CN";s:14:"sourceLanguage";s:5:"en-US";s:7:"charset";s:5:"UTF-8";s:3:"env";s:3:"dev";s:5:"debug";b:1;}s:3:"php";a:5:{s:7:"version";s:5:"7.3.4";s:6:"xdebug";b:0;s:3:"apc";b:0;s:8:"memcache";b:0;s:9:"memcached";b:0;}s:10:"extensions";a:7:{s:18:"yiisoft/yii2-faker";a:3:{s:4:"name";s:18:"yiisoft/yii2-faker";s:7:"version";s:7:"2.0.5.0";s:5:"alias";a:1:{s:10:"@yii/faker";s:56:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-faker/src";}}s:24:"yiisoft/yii2-swiftmailer";a:3:{s:4:"name";s:24:"yiisoft/yii2-swiftmailer";s:7:"version";s:7:"2.1.3.0";s:5:"alias";a:1:{s:16:"@yii/swiftmailer";s:62:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-swiftmailer/src";}}s:22:"yiisoft/yii2-bootstrap";a:3:{s:4:"name";s:22:"yiisoft/yii2-bootstrap";s:7:"version";s:8:"2.0.11.0";s:5:"alias";a:1:{s:14:"@yii/bootstrap";s:60:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-bootstrap/src";}}s:16:"yiisoft/yii2-gii";a:3:{s:4:"name";s:16:"yiisoft/yii2-gii";s:7:"version";s:7:"2.1.4.0";s:5:"alias";a:1:{s:8:"@yii/gii";s:54:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-gii/src";}}s:18:"yiisoft/yii2-redis";a:3:{s:4:"name";s:18:"yiisoft/yii2-redis";s:7:"version";s:8:"2.0.18.0";s:5:"alias";a:1:{s:10:"@yii/redis";s:56:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-redis/src";}}s:18:"yiisoft/yii2-debug";a:3:{s:4:"name";s:18:"yiisoft/yii2-debug";s:7:"version";s:8:"2.1.21.0";s:5:"alias";a:1:{s:10:"@yii/debug";s:56:"D:\phpstudy_pro\WWW\cxfoot\vendor/yiisoft/yii2-debug/src";}}s:24:"jianyan74/yii2-websocket";a:3:{s:4:"name";s:24:"jianyan74/yii2-websocket";s:7:"version";s:7:"1.1.1.0";s:5:"alias";a:1:{s:18:"@jianyan/websocket";s:62:"D:\phpstudy_pro\WWW\cxfoot\vendor/jianyan74/yii2-websocket/src";}}}}";s:3:"log";s:28905:"a:1:{s:8:"messages";a:46:{i:0;a:6:{i:0;s:33:"Bootstrap with yii\log\Dispatcher";i:1;i:8;i:2;s:31:"yii\base\Application::bootstrap";i:3;d:1698314104.540651;i:4;a:0:{}i:5;i:2497176;}i:1;a:6:{i:0;s:21:"Loading module: debug";i:1;i:8;i:2;s:26:"yii\base\Module::getModule";i:3;d:1698314104.54067;i:4;a:0:{}i:5;i:2498352;}i:2;a:6:{i:0;s:44:"Bootstrap with yii\debug\Module::bootstrap()";i:1;i:8;i:2;s:31:"yii\base\Application::bootstrap";i:3;d:1698314104.565458;i:4;a:0:{}i:5;i:4073584;}i:3;a:6:{i:0;s:61:"Opening redis DB connection: tcp://127.0.0.1:6379, database=0";i:1;i:8;i:2;s:26:"yii\redis\Connection::open";i:3;d:1698314104.568659;i:4;a:0:{}i:5;i:4290032;}i:4;a:6:{i:0;s:31:"Executing Redis Command: SELECT";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698314104.569097;i:4;a:0:{}i:5;i:4292240;}i:5;a:6:{i:0;s:28:"Executing Redis Command: GET";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698314104.569349;i:4;a:0:{}i:5;i:4300424;}i:6;a:6:{i:0;s:28:"Executing Redis Command: GET";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698314104.570825;i:4;a:0:{}i:5;i:4372704;}i:7;a:6:{i:0;s:19:"Loading module: gii";i:1;i:8;i:2;s:26:"yii\base\Module::getModule";i:3;d:1698314104.571005;i:4;a:0:{}i:5;i:4373048;}i:8;a:6:{i:0;s:42:"Bootstrap with yii\gii\Module::bootstrap()";i:1;i:8;i:2;s:31:"yii\base\Application::bootstrap";i:3;d:1698314104.571569;i:4;a:0:{}i:5;i:4397072;}i:9;a:6:{i:0;s:28:"Executing Redis Command: GET";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698314104.571603;i:4;a:0:{}i:5;i:4403464;}i:18;a:6:{i:0;s:39:"Route requested: 'api/user/modify-user'";i:1;i:8;i:2;s:34:"yii\web\Application::handleRequest";i:3;d:1698314104.573996;i:4;a:0:{}i:5;i:4628712;}i:19;a:6:{i:0;s:19:"Loading module: api";i:1;i:8;i:2;s:26:"yii\base\Module::getModule";i:3;d:1698314104.574007;i:4;a:0:{}i:5;i:4630344;}i:20;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_wechat_app`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698314104.597919;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6055432;}i:21;a:6:{i:0;s:57:"Opening DB connection: mysql:host=127.0.0.1;dbname=cxfoot";i:1;i:4;i:2;s:23:"yii\db\Connection::open";i:3;d:1698314104.59797;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6057864;}i:26;a:6:{i:0;s:782:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_wechat_app' AND `kcu`.`TABLE_NAME` = 'cx_wechat_app'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698314104.602078;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6144176;}i:29;a:6:{i:0;s:71:"SELECT * FROM `cx_wechat_app` WHERE (`cx_mch_id`=0) AND (`is_delete`=0)";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698314104.607161;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6480744;}i:32;a:6:{i:0;s:34:"Route to run: api/user/modify-user";i:1;i:8;i:2;s:30:"yii\base\Controller::runAction";i:3;d:1698314104.617207;i:4;a:0:{}i:5;i:6709728;}i:33;a:6:{i:0;s:119:"SELECT * FROM `cx_user_token` WHERE ((`is_delete`=0) AND (`token`='SF5fP6gUUrct1a') AND (`cx_mch_id`=0)) AND (`type`=3)";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698314104.622942;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6986272;}i:36;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_user_token`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698314104.623777;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6994528;}i:39;a:6:{i:0;s:782:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user_token' AND `kcu`.`TABLE_NAME` = 'cx_user_token'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698314104.624825;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7008376;}i:42;a:6:{i:0;s:32:"SHOW FULL COLUMNS FROM `cx_user`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698314104.625507;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7012256;}i:45;a:6:{i:0;s:770:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user' AND `kcu`.`TABLE_NAME` = 'cx_user'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698314104.627704;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7034352;}i:48;a:6:{i:0;s:78:"SELECT * FROM `cx_user` WHERE (`id`='65') AND (`is_delete`=0) AND (`status`=0)";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698314104.628794;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7042336;}i:51;a:6:{i:0;s:56:"User '65' logged in from 127.0.0.1. Session not enabled.";i:1;i:4;i:2;s:19:"yii\web\User::login";i:3;d:1698314104.634758;i:4;a:2:{i:0;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7282288;}i:52;a:6:{i:0;s:78:"Running action: app\modules\api\controllers\UserController::actionModifyUser()";i:1;i:8;i:2;s:36:"yii\base\InlineAction::runWithParams";i:3;d:1698314104.634833;i:4;a:0:{}i:5;i:7280040;}i:53;a:6:{i:0;s:58:"SELECT * FROM `cx_user` WHERE `mobile_phone`='18222222224'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698314104.638106;i:4;a:2:{i:0;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:73;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7392480;}i:56;a:6:{i:0;s:141:"SELECT * FROM `cx_user` WHERE ((`cx_mch_id`=0) AND (`is_delete`=0) AND (`status`=0)) AND ((`username`='U5s1ph') OR (`mobile_phone`='U5s1ph'))";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698314104.641601;i:4;a:3:{i:0;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:66;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:80;s:8:"function";s:5:"login";s:5:"class";s:32:"app\modules\api\models\LoginForm";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7478624;}i:59;a:6:{i:0;s:56:"User '68' logged in from 127.0.0.1. Session not enabled.";i:1;i:4;i:2;s:19:"yii\web\User::login";i:3;d:1698314105.502633;i:4;a:3:{i:0;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:82;s:8:"function";s:5:"login";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:80;s:8:"function";s:5:"login";s:5:"class";s:32:"app\modules\api\models\LoginForm";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7477784;}i:60;a:6:{i:0;s:17:"Begin transaction";i:1;i:8;i:2;s:25:"yii\db\Transaction::begin";i:3;d:1698314105.503389;i:4;a:3:{i:0;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:64;s:8:"function";s:16:"beginTransaction";s:5:"class";s:17:"yii\db\Connection";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:80;s:8:"function";s:5:"login";s:5:"class";s:32:"app\modules\api\models\LoginForm";s:4:"type";s:2:"->";}}i:5;i:7504152;}i:61;a:6:{i:0;s:37:"Executing Redis Command: CLUSTER INFO";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698314105.504168;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\components\FlashStorage.php";s:4:"line";i:67;s:8:"function";s:3:"get";s:5:"class";s:17:"yii\caching\Cache";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:93;s:8:"function";s:8:"getCache";s:5:"class";s:27:"app\components\FlashStorage";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:65;s:8:"function";s:8:"generate";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}}i:5;i:7525840;}i:62;a:6:{i:0;s:28:"Executing Redis Command: GET";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698314105.505007;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\components\FlashStorage.php";s:4:"line";i:67;s:8:"function";s:3:"get";s:5:"class";s:17:"yii\caching\Cache";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:93;s:8:"function";s:8:"getCache";s:5:"class";s:27:"app\components\FlashStorage";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:65;s:8:"function";s:8:"generate";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}}i:5;i:7533504;}i:63;a:6:{i:0;s:28:"Executing Redis Command: SET";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698314105.505182;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\components\FlashStorage.php";s:4:"line";i:47;s:8:"function";s:3:"set";s:5:"class";s:17:"yii\caching\Cache";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:99;s:8:"function";s:8:"setCache";s:5:"class";s:27:"app\components\FlashStorage";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:65;s:8:"function";s:8:"generate";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}}i:5;i:7535760;}i:64;a:6:{i:0;s:28:"Executing Redis Command: GET";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698314105.505342;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\components\FlashStorage.php";s:4:"line";i:67;s:8:"function";s:3:"get";s:5:"class";s:17:"yii\caching\Cache";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:127;s:8:"function";s:8:"getCache";s:5:"class";s:27:"app\components\FlashStorage";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:102;s:8:"function";s:9:"_generate";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}}i:5;i:7537848;}i:65;a:6:{i:0;s:28:"Executing Redis Command: SET";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698314105.505499;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\components\FlashStorage.php";s:4:"line";i:47;s:8:"function";s:3:"set";s:5:"class";s:17:"yii\caching\Cache";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:132;s:8:"function";s:8:"setCache";s:5:"class";s:27:"app\components\FlashStorage";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:102;s:8:"function";s:9:"_generate";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}}i:5;i:7545736;}i:66;a:6:{i:0;s:132:"SELECT EXISTS(SELECT * FROM `cx_user_token` WHERE (`type`=3) AND (`token`='J38Kgi9g0wUFMa') AND (`is_delete`=0) AND (`cx_mch_id`=0))";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698314105.505793;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:103;s:8:"function";s:6:"exists";s:5:"class";s:12:"yii\db\Query";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:65;s:8:"function";s:8:"generate";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7551408;}i:69;a:6:{i:0;s:28:"Executing Redis Command: DEL";i:1;i:8;i:2;s:36:"yii\redis\Connection::executeCommand";i:3;d:1698314105.506315;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\components\FlashStorage.php";s:4:"line";i:57;s:8:"function";s:6:"delete";s:5:"class";s:17:"yii\caching\Cache";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:105;s:8:"function";s:11:"deleteCache";s:5:"class";s:27:"app\components\FlashStorage";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:65;s:8:"function";s:8:"generate";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}}i:5;i:7553544;}i:70;a:6:{i:0;s:118:"UPDATE `cx_user_token` SET `is_delete`=1 WHERE (`is_delete`=0) AND (`user_id`='68') AND (`cx_mch_id`=0) AND (`type`=3)";i:1;i:4;i:2;s:23:"yii\db\Command::execute";i:3;d:1698314105.506578;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:273;s:8:"function";s:9:"updateAll";s:5:"class";s:19:"yii\db\ActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:77;s:8:"function";s:7:"destory";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7557472;}i:73;a:6:{i:0;s:189:"INSERT INTO `cx_user_token` (`cx_mch_id`, `type`, `token`, `user_id`, `expire_time`, `status`, `is_delete`, `created_at`) VALUES (0, 3, 'J38Kgi9g0wUFMa', '68', 1700906105, 0, 0, 1698314105)";i:1;i:4;i:2;s:23:"yii\db\Command::execute";i:3;d:1698314105.509085;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:157;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:78;s:8:"function";s:13:"saveUserToken";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7670128;}i:76;a:6:{i:0;s:18:"Commit transaction";i:1;i:8;i:2;s:26:"yii\db\Transaction::commit";i:3;d:1698314105.509896;i:4;a:3:{i:0;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:89;s:8:"function";s:6:"commit";s:5:"class";s:18:"yii\db\Transaction";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:80;s:8:"function";s:5:"login";s:5:"class";s:32:"app\modules\api\models\LoginForm";s:4:"type";s:2:"->";}}i:5;i:7669064;}i:77;a:6:{i:0;s:42:"SHOW FULL COLUMNS FROM `cx_user_login_log`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698314105.538733;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:82;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7702144;}i:80;a:6:{i:0;s:790:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user_login_log' AND `kcu`.`TABLE_NAME` = 'cx_user_login_log'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698314105.539955;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:82;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7715904;}i:83;a:6:{i:0;s:177:"INSERT INTO `cx_user_login_log` (`cx_mch_id`, `user_id`, `is_delete`, `ipv4`, `is_pass`, `err_msg`, `created_at`) VALUES (0, '68', 0, '127.0.0.1', 1, '登录成功', 1698314105)";i:1;i:4;i:2;s:23:"yii\db\Command::execute";i:3;d:1698314105.54145;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:88;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7742800;}i:86;a:6:{i:0;s:114:"SELECT * FROM `cx_user_oauth` WHERE ((`type`='wxmp') AND (`is_delete`=0) AND (`cx_mch_id`=0)) AND (`user_id`='68')";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698314105.560571;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:432;s:8:"function";s:5:"__get";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:92;s:8:"function";s:9:"bindQuery";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:80;s:8:"function";s:5:"login";s:5:"class";s:32:"app\modules\api\models\LoginForm";s:4:"type";s:2:"->";}}i:5;i:7812632;}i:89;a:6:{i:0;s:35:"SHOW FULL COLUMNS FROM `cx_api_log`";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698314105.562385;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7848696;}i:92;a:6:{i:0;s:776:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_api_log' AND `kcu`.`TABLE_NAME` = 'cx_api_log'";i:1;i:4;i:2;s:21:"yii\db\Command::query";i:3;d:1698314105.564202;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7867608;}i:95;a:6:{i:0;s:654:"INSERT INTO `cx_api_log` (`cx_mch_id`, `user_id`, `route`, `module_id`, `controller_id`, `action_id`, `url`, `method`, `method_param`, `ipv4`, `is_pass`, `request_date`, `request_time`, `response_time`, `process_consume_time`, `is_delete`, `created_at`) VALUES (0, '68', 'api/user/modify-user', 'api', 'user', 'modify-user', '/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124', 'POST', '{\"real_name\":\"王五\",\"gender\":\"1\",\"is_view\":\"42.5\",\"mobile_phone\":\"18222222224\"}', '127.0.0.1', 1, '2023-10-26', 1698314104579, 1698314105564, 985, 0, 1698314105)";i:1;i:4;i:2;s:23:"yii\db\Command::execute";i:3;d:1698314105.56628;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:125;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7897896;}}}";s:9:"profiling";s:39195:"a:3:{s:6:"memory";i:8533136;s:4:"time";d:1.0798850059509277;s:8:"messages";a:44:{i:22;a:6:{i:0;s:57:"Opening DB connection: mysql:host=127.0.0.1;dbname=cxfoot";i:1;i:80;i:2;s:23:"yii\db\Connection::open";i:3;d:1698314104.597988;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6058992;}i:23;a:6:{i:0;s:57:"Opening DB connection: mysql:host=127.0.0.1;dbname=cxfoot";i:1;i:96;i:2;s:23:"yii\db\Connection::open";i:3;d:1698314104.599733;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6108152;}i:24;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_wechat_app`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314104.59977;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6108392;}i:25;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_wechat_app`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314104.600774;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6124224;}i:27;a:6:{i:0;s:782:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_wechat_app' AND `kcu`.`TABLE_NAME` = 'cx_wechat_app'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314104.602113;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6147040;}i:28;a:6:{i:0;s:782:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_wechat_app' AND `kcu`.`TABLE_NAME` = 'cx_wechat_app'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314104.602599;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6149424;}i:30;a:6:{i:0;s:71:"SELECT * FROM `cx_wechat_app` WHERE (`cx_mch_id`=0) AND (`is_delete`=0)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314104.607195;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6481992;}i:31;a:6:{i:0;s:71:"SELECT * FROM `cx_wechat_app` WHERE (`cx_mch_id`=0) AND (`is_delete`=0)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314104.607844;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6488664;}i:34;a:6:{i:0;s:119:"SELECT * FROM `cx_user_token` WHERE ((`is_delete`=0) AND (`token`='SF5fP6gUUrct1a') AND (`cx_mch_id`=0)) AND (`type`=3)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314104.622981;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6987840;}i:35;a:6:{i:0;s:119:"SELECT * FROM `cx_user_token` WHERE ((`is_delete`=0) AND (`token`='SF5fP6gUUrct1a') AND (`cx_mch_id`=0)) AND (`type`=3)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314104.623664;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6991528;}i:37;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_user_token`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314104.623803;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6996648;}i:38;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_user_token`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314104.624548;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7008912;}i:40;a:6:{i:0;s:782:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user_token' AND `kcu`.`TABLE_NAME` = 'cx_user_token'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314104.624852;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7011992;}i:41;a:6:{i:0;s:782:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user_token' AND `kcu`.`TABLE_NAME` = 'cx_user_token'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314104.625331;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7015128;}i:43;a:6:{i:0;s:32:"SHOW FULL COLUMNS FROM `cx_user`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314104.625539;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7014376;}i:44;a:6:{i:0;s:32:"SHOW FULL COLUMNS FROM `cx_user`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314104.62707;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7044520;}i:46;a:6:{i:0;s:770:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user' AND `kcu`.`TABLE_NAME` = 'cx_user'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314104.627736;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7037968;}i:47;a:6:{i:0;s:770:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user' AND `kcu`.`TABLE_NAME` = 'cx_user'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314104.628504;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7041104;}i:49;a:6:{i:0;s:78:"SELECT * FROM `cx_user` WHERE (`id`='65') AND (`is_delete`=0) AND (`status`=0)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314104.628823;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7044088;}i:50;a:6:{i:0;s:78:"SELECT * FROM `cx_user` WHERE (`id`='65') AND (`is_delete`=0) AND (`status`=0)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314104.629424;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7050520;}i:54;a:6:{i:0;s:58:"SELECT * FROM `cx_user` WHERE `mobile_phone`='18222222224'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314104.638135;i:4;a:2:{i:0;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:73;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7394312;}i:55;a:6:{i:0;s:58:"SELECT * FROM `cx_user` WHERE `mobile_phone`='18222222224'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314104.63889;i:4;a:2:{i:0;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:73;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7400064;}i:57;a:6:{i:0;s:141:"SELECT * FROM `cx_user` WHERE ((`cx_mch_id`=0) AND (`is_delete`=0) AND (`status`=0)) AND ((`username`='U5s1ph') OR (`mobile_phone`='U5s1ph'))";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314104.641631;i:4;a:3:{i:0;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:66;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:80;s:8:"function";s:5:"login";s:5:"class";s:32:"app\modules\api\models\LoginForm";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7479992;}i:58;a:6:{i:0;s:141:"SELECT * FROM `cx_user` WHERE ((`cx_mch_id`=0) AND (`is_delete`=0) AND (`status`=0)) AND ((`username`='U5s1ph') OR (`mobile_phone`='U5s1ph'))";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314104.642068;i:4;a:3:{i:0;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:66;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:80;s:8:"function";s:5:"login";s:5:"class";s:32:"app\modules\api\models\LoginForm";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7486248;}i:67;a:6:{i:0;s:132:"SELECT EXISTS(SELECT * FROM `cx_user_token` WHERE (`type`=3) AND (`token`='J38Kgi9g0wUFMa') AND (`is_delete`=0) AND (`cx_mch_id`=0))";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314105.505825;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:103;s:8:"function";s:6:"exists";s:5:"class";s:12:"yii\db\Query";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:65;s:8:"function";s:8:"generate";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7552368;}i:68;a:6:{i:0;s:132:"SELECT EXISTS(SELECT * FROM `cx_user_token` WHERE (`type`=3) AND (`token`='J38Kgi9g0wUFMa') AND (`is_delete`=0) AND (`cx_mch_id`=0))";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314105.506269;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:103;s:8:"function";s:6:"exists";s:5:"class";s:12:"yii\db\Query";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:65;s:8:"function";s:8:"generate";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7554792;}i:71;a:6:{i:0;s:118:"UPDATE `cx_user_token` SET `is_delete`=1 WHERE (`is_delete`=0) AND (`user_id`='68') AND (`cx_mch_id`=0) AND (`type`=3)";i:1;i:80;i:2;s:23:"yii\db\Command::execute";i:3;d:1698314105.506603;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:273;s:8:"function";s:9:"updateAll";s:5:"class";s:19:"yii\db\ActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:77;s:8:"function";s:7:"destory";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7558808;}i:72;a:6:{i:0;s:118:"UPDATE `cx_user_token` SET `is_delete`=1 WHERE (`is_delete`=0) AND (`user_id`='68') AND (`cx_mch_id`=0) AND (`type`=3)";i:1;i:96;i:2;s:23:"yii\db\Command::execute";i:3;d:1698314105.507972;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:273;s:8:"function";s:9:"updateAll";s:5:"class";s:19:"yii\db\ActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:77;s:8:"function";s:7:"destory";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7560912;}i:74;a:6:{i:0;s:189:"INSERT INTO `cx_user_token` (`cx_mch_id`, `type`, `token`, `user_id`, `expire_time`, `status`, `is_delete`, `created_at`) VALUES (0, 3, 'J38Kgi9g0wUFMa', '68', 1700906105, 0, 0, 1698314105)";i:1;i:80;i:2;s:23:"yii\db\Command::execute";i:3;d:1698314105.509115;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:157;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:78;s:8:"function";s:13:"saveUserToken";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7670768;}i:75;a:6:{i:0;s:189:"INSERT INTO `cx_user_token` (`cx_mch_id`, `type`, `token`, `user_id`, `expire_time`, `status`, `is_delete`, `created_at`) VALUES (0, 3, 'J38Kgi9g0wUFMa', '68', 1700906105, 0, 0, 1698314105)";i:1;i:96;i:2;s:23:"yii\db\Command::execute";i:3;d:1698314105.509466;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:157;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:78;s:8:"function";s:13:"saveUserToken";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7672824;}i:78;a:6:{i:0;s:42:"SHOW FULL COLUMNS FROM `cx_user_login_log`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314105.538773;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:82;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7704288;}i:79;a:6:{i:0;s:42:"SHOW FULL COLUMNS FROM `cx_user_login_log`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314105.539685;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:82;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7716496;}i:81;a:6:{i:0;s:790:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user_login_log' AND `kcu`.`TABLE_NAME` = 'cx_user_login_log'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314105.539982;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:82;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7719520;}i:82;a:6:{i:0;s:790:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user_login_log' AND `kcu`.`TABLE_NAME` = 'cx_user_login_log'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314105.540492;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:82;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7722656;}i:84;a:6:{i:0;s:177:"INSERT INTO `cx_user_login_log` (`cx_mch_id`, `user_id`, `is_delete`, `ipv4`, `is_pass`, `err_msg`, `created_at`) VALUES (0, '68', 0, '127.0.0.1', 1, '登录成功', 1698314105)";i:1;i:80;i:2;s:23:"yii\db\Command::execute";i:3;d:1698314105.541483;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:88;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7743672;}i:85;a:6:{i:0;s:177:"INSERT INTO `cx_user_login_log` (`cx_mch_id`, `user_id`, `is_delete`, `ipv4`, `is_pass`, `err_msg`, `created_at`) VALUES (0, '68', 0, '127.0.0.1', 1, '登录成功', 1698314105)";i:1;i:96;i:2;s:23:"yii\db\Command::execute";i:3;d:1698314105.558157;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:88;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7745784;}i:87;a:6:{i:0;s:114:"SELECT * FROM `cx_user_oauth` WHERE ((`type`='wxmp') AND (`is_delete`=0) AND (`cx_mch_id`=0)) AND (`user_id`='68')";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314105.560606;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:432;s:8:"function";s:5:"__get";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:92;s:8:"function";s:9:"bindQuery";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:80;s:8:"function";s:5:"login";s:5:"class";s:32:"app\modules\api\models\LoginForm";s:4:"type";s:2:"->";}}i:5;i:7814200;}i:88;a:6:{i:0;s:114:"SELECT * FROM `cx_user_oauth` WHERE ((`type`='wxmp') AND (`is_delete`=0) AND (`cx_mch_id`=0)) AND (`user_id`='68')";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314105.561477;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:432;s:8:"function";s:5:"__get";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:92;s:8:"function";s:9:"bindQuery";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:80;s:8:"function";s:5:"login";s:5:"class";s:32:"app\modules\api\models\LoginForm";s:4:"type";s:2:"->";}}i:5;i:7816952;}i:90;a:6:{i:0;s:35:"SHOW FULL COLUMNS FROM `cx_api_log`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314105.562419;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7850816;}i:91;a:6:{i:0;s:35:"SHOW FULL COLUMNS FROM `cx_api_log`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314105.563727;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7873776;}i:93;a:6:{i:0;s:776:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_api_log' AND `kcu`.`TABLE_NAME` = 'cx_api_log'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314105.56423;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7871224;}i:94;a:6:{i:0;s:776:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_api_log' AND `kcu`.`TABLE_NAME` = 'cx_api_log'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314105.564777;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7874360;}i:96;a:6:{i:0;s:654:"INSERT INTO `cx_api_log` (`cx_mch_id`, `user_id`, `route`, `module_id`, `controller_id`, `action_id`, `url`, `method`, `method_param`, `ipv4`, `is_pass`, `request_date`, `request_time`, `response_time`, `process_consume_time`, `is_delete`, `created_at`) VALUES (0, '68', 'api/user/modify-user', 'api', 'user', 'modify-user', '/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124', 'POST', '{\"real_name\":\"王五\",\"gender\":\"1\",\"is_view\":\"42.5\",\"mobile_phone\":\"18222222224\"}', '127.0.0.1', 1, '2023-10-26', 1698314104579, 1698314105564, 985, 0, 1698314105)";i:1;i:80;i:2;s:23:"yii\db\Command::execute";i:3;d:1698314105.566317;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:125;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7896256;}i:97;a:6:{i:0;s:654:"INSERT INTO `cx_api_log` (`cx_mch_id`, `user_id`, `route`, `module_id`, `controller_id`, `action_id`, `url`, `method`, `method_param`, `ipv4`, `is_pass`, `request_date`, `request_time`, `response_time`, `process_consume_time`, `is_delete`, `created_at`) VALUES (0, '68', 'api/user/modify-user', 'api', 'user', 'modify-user', '/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124', 'POST', '{\"real_name\":\"王五\",\"gender\":\"1\",\"is_view\":\"42.5\",\"mobile_phone\":\"18222222224\"}', '127.0.0.1', 1, '2023-10-26', 1698314104579, 1698314105564, 985, 0, 1698314105)";i:1;i:96;i:2;s:23:"yii\db\Command::execute";i:3;d:1698314105.596474;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:125;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7898912;}}}";s:2:"db";s:38392:"a:1:{s:8:"messages";a:42:{i:24;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_wechat_app`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314104.59977;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6108392;}i:25;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_wechat_app`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314104.600774;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6124224;}i:27;a:6:{i:0;s:782:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_wechat_app' AND `kcu`.`TABLE_NAME` = 'cx_wechat_app'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314104.602113;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6147040;}i:28;a:6:{i:0;s:782:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_wechat_app' AND `kcu`.`TABLE_NAME` = 'cx_wechat_app'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314104.602599;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6149424;}i:30;a:6:{i:0;s:71:"SELECT * FROM `cx_wechat_app` WHERE (`cx_mch_id`=0) AND (`is_delete`=0)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314104.607195;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6481992;}i:31;a:6:{i:0;s:71:"SELECT * FROM `cx_wechat_app` WHERE (`cx_mch_id`=0) AND (`is_delete`=0)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314104.607844;i:4;a:1:{i:0;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:64;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}}i:5;i:6488664;}i:34;a:6:{i:0;s:119:"SELECT * FROM `cx_user_token` WHERE ((`is_delete`=0) AND (`token`='SF5fP6gUUrct1a') AND (`cx_mch_id`=0)) AND (`type`=3)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314104.622981;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6987840;}i:35;a:6:{i:0;s:119:"SELECT * FROM `cx_user_token` WHERE ((`is_delete`=0) AND (`token`='SF5fP6gUUrct1a') AND (`cx_mch_id`=0)) AND (`type`=3)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314104.623664;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6991528;}i:37;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_user_token`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314104.623803;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:6996648;}i:38;a:6:{i:0;s:38:"SHOW FULL COLUMNS FROM `cx_user_token`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314104.624548;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7008912;}i:40;a:6:{i:0;s:782:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user_token' AND `kcu`.`TABLE_NAME` = 'cx_user_token'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314104.624852;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7011992;}i:41;a:6:{i:0;s:782:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user_token' AND `kcu`.`TABLE_NAME` = 'cx_user_token'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314104.625331;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:216;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7015128;}i:43;a:6:{i:0;s:32:"SHOW FULL COLUMNS FROM `cx_user`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314104.625539;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7014376;}i:44;a:6:{i:0;s:32:"SHOW FULL COLUMNS FROM `cx_user`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314104.62707;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7044520;}i:46;a:6:{i:0;s:770:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user' AND `kcu`.`TABLE_NAME` = 'cx_user'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314104.627736;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7037968;}i:47;a:6:{i:0;s:770:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user' AND `kcu`.`TABLE_NAME` = 'cx_user'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314104.628504;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7041104;}i:49;a:6:{i:0;s:78:"SELECT * FROM `cx_user` WHERE (`id`='65') AND (`is_delete`=0) AND (`status`=0)";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314104.628823;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7044088;}i:50;a:6:{i:0;s:78:"SELECT * FROM `cx_user` WHERE (`id`='65') AND (`is_delete`=0) AND (`status`=0)";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314104.629424;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:221;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:66:"D:\phpstudy_pro\WWW\cxfoot\modules\api\behaviors\LoginBehavior.php";s:4:"line";i:46;s:8:"function";s:18:"loginByAccessToken";s:5:"class";s:12:"yii\web\User";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:65:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\Controller.php";s:4:"line";i:106;s:8:"function";s:12:"beforeAction";s:5:"class";s:18:"yii\web\Controller";s:4:"type";s:2:"->";}}i:5;i:7050520;}i:54;a:6:{i:0;s:58:"SELECT * FROM `cx_user` WHERE `mobile_phone`='18222222224'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314104.638135;i:4;a:2:{i:0;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:73;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7394312;}i:55;a:6:{i:0;s:58:"SELECT * FROM `cx_user` WHERE `mobile_phone`='18222222224'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314104.63889;i:4;a:2:{i:0;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:73;s:8:"function";s:7:"findOne";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7400064;}i:57;a:6:{i:0;s:141:"SELECT * FROM `cx_user` WHERE ((`cx_mch_id`=0) AND (`is_delete`=0) AND (`status`=0)) AND ((`username`='U5s1ph') OR (`mobile_phone`='U5s1ph'))";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314104.641631;i:4;a:3:{i:0;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:66;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:80;s:8:"function";s:5:"login";s:5:"class";s:32:"app\modules\api\models\LoginForm";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7479992;}i:58;a:6:{i:0;s:141:"SELECT * FROM `cx_user` WHERE ((`cx_mch_id`=0) AND (`is_delete`=0) AND (`status`=0)) AND ((`username`='U5s1ph') OR (`mobile_phone`='U5s1ph'))";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314104.642068;i:4;a:3:{i:0;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:66;s:8:"function";s:3:"one";s:5:"class";s:18:"yii\db\ActiveQuery";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:80;s:8:"function";s:5:"login";s:5:"class";s:32:"app\modules\api\models\LoginForm";s:4:"type";s:2:"->";}i:2;a:5:{s:4:"file";s:69:"D:\phpstudy_pro\WWW\cxfoot\modules\api\controllers\UserController.php";s:4:"line";i:86;s:8:"function";s:11:"modify_user";s:5:"class";s:37:"app\modules\api\models\UserModifyForm";s:4:"type";s:2:"->";}}i:5;i:7486248;}i:67;a:6:{i:0;s:132:"SELECT EXISTS(SELECT * FROM `cx_user_token` WHERE (`type`=3) AND (`token`='J38Kgi9g0wUFMa') AND (`is_delete`=0) AND (`cx_mch_id`=0))";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314105.505825;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:103;s:8:"function";s:6:"exists";s:5:"class";s:12:"yii\db\Query";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:65;s:8:"function";s:8:"generate";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7552368;}i:68;a:6:{i:0;s:132:"SELECT EXISTS(SELECT * FROM `cx_user_token` WHERE (`type`=3) AND (`token`='J38Kgi9g0wUFMa') AND (`is_delete`=0) AND (`cx_mch_id`=0))";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314105.506269;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:103;s:8:"function";s:6:"exists";s:5:"class";s:12:"yii\db\Query";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:65;s:8:"function";s:8:"generate";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7554792;}i:71;a:6:{i:0;s:118:"UPDATE `cx_user_token` SET `is_delete`=1 WHERE (`is_delete`=0) AND (`user_id`='68') AND (`cx_mch_id`=0) AND (`type`=3)";i:1;i:80;i:2;s:23:"yii\db\Command::execute";i:3;d:1698314105.506603;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:273;s:8:"function";s:9:"updateAll";s:5:"class";s:19:"yii\db\ActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:77;s:8:"function";s:7:"destory";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7558808;}i:72;a:6:{i:0;s:118:"UPDATE `cx_user_token` SET `is_delete`=1 WHERE (`is_delete`=0) AND (`user_id`='68') AND (`cx_mch_id`=0) AND (`type`=3)";i:1;i:96;i:2;s:23:"yii\db\Command::execute";i:3;d:1698314105.507972;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:273;s:8:"function";s:9:"updateAll";s:5:"class";s:19:"yii\db\ActiveRecord";s:4:"type";s:2:"::";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:77;s:8:"function";s:7:"destory";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7560912;}i:74;a:6:{i:0;s:189:"INSERT INTO `cx_user_token` (`cx_mch_id`, `type`, `token`, `user_id`, `expire_time`, `status`, `is_delete`, `created_at`) VALUES (0, 3, 'J38Kgi9g0wUFMa', '68', 1700906105, 0, 0, 1698314105)";i:1;i:80;i:2;s:23:"yii\db\Command::execute";i:3;d:1698314105.509115;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:157;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:78;s:8:"function";s:13:"saveUserToken";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7670768;}i:75;a:6:{i:0;s:189:"INSERT INTO `cx_user_token` (`cx_mch_id`, `type`, `token`, `user_id`, `expire_time`, `status`, `is_delete`, `created_at`) VALUES (0, 3, 'J38Kgi9g0wUFMa', '68', 1700906105, 0, 0, 1698314105)";i:1;i:96;i:2;s:23:"yii\db\Command::execute";i:3;d:1698314105.509466;i:4;a:3:{i:0;a:5:{s:4:"file";s:47:"D:\phpstudy_pro\WWW\cxfoot\models\UserToken.php";s:4:"line";i:157;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\components\auth\AToken.php";s:4:"line";i:78;s:8:"function";s:13:"saveUserToken";s:5:"class";s:20:"app\models\UserToken";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:87;s:8:"function";s:21:"generate_access_token";s:5:"class";s:26:"app\components\auth\AToken";s:4:"type";s:2:"->";}}i:5;i:7672824;}i:78;a:6:{i:0;s:42:"SHOW FULL COLUMNS FROM `cx_user_login_log`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314105.538773;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:82;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7704288;}i:79;a:6:{i:0;s:42:"SHOW FULL COLUMNS FROM `cx_user_login_log`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314105.539685;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:82;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7716496;}i:81;a:6:{i:0;s:790:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user_login_log' AND `kcu`.`TABLE_NAME` = 'cx_user_login_log'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314105.539982;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:82;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7719520;}i:82;a:6:{i:0;s:790:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_user_login_log' AND `kcu`.`TABLE_NAME` = 'cx_user_login_log'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314105.540492;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:82;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7722656;}i:84;a:6:{i:0;s:177:"INSERT INTO `cx_user_login_log` (`cx_mch_id`, `user_id`, `is_delete`, `ipv4`, `is_pass`, `err_msg`, `created_at`) VALUES (0, '68', 0, '127.0.0.1', 1, '登录成功', 1698314105)";i:1;i:80;i:2;s:23:"yii\db\Command::execute";i:3;d:1698314105.541483;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:88;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7743672;}i:85;a:6:{i:0;s:177:"INSERT INTO `cx_user_login_log` (`cx_mch_id`, `user_id`, `is_delete`, `ipv4`, `is_pass`, `err_msg`, `created_at`) VALUES (0, '68', 0, '127.0.0.1', 1, '登录成功', 1698314105)";i:1;i:96;i:2;s:23:"yii\db\Command::execute";i:3;d:1698314105.558157;i:4;a:3:{i:0;a:5:{s:4:"file";s:54:"D:\phpstudy_pro\WWW\cxfoot\models\log\UserLoginLog.php";s:4:"line";i:88;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:333;s:8:"function";s:6:"logger";s:5:"class";s:27:"app\models\log\UserLoginLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:90;s:8:"function";s:9:"lastLogin";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}}i:5;i:7745784;}i:87;a:6:{i:0;s:114:"SELECT * FROM `cx_user_oauth` WHERE ((`type`='wxmp') AND (`is_delete`=0) AND (`cx_mch_id`=0)) AND (`user_id`='68')";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314105.560606;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:432;s:8:"function";s:5:"__get";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:92;s:8:"function";s:9:"bindQuery";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:80;s:8:"function";s:5:"login";s:5:"class";s:32:"app\modules\api\models\LoginForm";s:4:"type";s:2:"->";}}i:5;i:7814200;}i:88;a:6:{i:0;s:114:"SELECT * FROM `cx_user_oauth` WHERE ((`type`='wxmp') AND (`is_delete`=0) AND (`cx_mch_id`=0)) AND (`user_id`='68')";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314105.561477;i:4;a:3:{i:0;a:5:{s:4:"file";s:42:"D:\phpstudy_pro\WWW\cxfoot\models\User.php";s:4:"line";i:432;s:8:"function";s:5:"__get";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:59:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\LoginForm.php";s:4:"line";i:92;s:8:"function";s:9:"bindQuery";s:5:"class";s:15:"app\models\User";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:64:"D:\phpstudy_pro\WWW\cxfoot\modules\api\models\UserModifyForm.php";s:4:"line";i:80;s:8:"function";s:5:"login";s:5:"class";s:32:"app\modules\api\models\LoginForm";s:4:"type";s:2:"->";}}i:5;i:7816952;}i:90;a:6:{i:0;s:35:"SHOW FULL COLUMNS FROM `cx_api_log`";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314105.562419;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7850816;}i:91;a:6:{i:0;s:35:"SHOW FULL COLUMNS FROM `cx_api_log`";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314105.563727;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7873776;}i:93;a:6:{i:0;s:776:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_api_log' AND `kcu`.`TABLE_NAME` = 'cx_api_log'";i:1;i:80;i:2;s:21:"yii\db\Command::query";i:3;d:1698314105.56423;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7871224;}i:94;a:6:{i:0;s:776:"SELECT + `kcu`.`CONSTRAINT_NAME` AS `constraint_name`, + `kcu`.`COLUMN_NAME` AS `column_name`, + `kcu`.`REFERENCED_TABLE_NAME` AS `referenced_table_name`, + `kcu`.`REFERENCED_COLUMN_NAME` AS `referenced_column_name` +FROM `information_schema`.`REFERENTIAL_CONSTRAINTS` AS `rc` +JOIN `information_schema`.`KEY_COLUMN_USAGE` AS `kcu` ON + ( + `kcu`.`CONSTRAINT_CATALOG` = `rc`.`CONSTRAINT_CATALOG` OR + (`kcu`.`CONSTRAINT_CATALOG` IS NULL AND `rc`.`CONSTRAINT_CATALOG` IS NULL) + ) AND + `kcu`.`CONSTRAINT_SCHEMA` = `rc`.`CONSTRAINT_SCHEMA` AND + `kcu`.`CONSTRAINT_NAME` = `rc`.`CONSTRAINT_NAME` +WHERE `rc`.`CONSTRAINT_SCHEMA` = database() AND `kcu`.`TABLE_SCHEMA` = database() +AND `rc`.`TABLE_NAME` = 'cx_api_log' AND `kcu`.`TABLE_NAME` = 'cx_api_log'";i:1;i:96;i:2;s:21:"yii\db\Command::query";i:3;d:1698314105.564777;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:103;s:8:"function";s:5:"__set";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7874360;}i:96;a:6:{i:0;s:654:"INSERT INTO `cx_api_log` (`cx_mch_id`, `user_id`, `route`, `module_id`, `controller_id`, `action_id`, `url`, `method`, `method_param`, `ipv4`, `is_pass`, `request_date`, `request_time`, `response_time`, `process_consume_time`, `is_delete`, `created_at`) VALUES (0, '68', 'api/user/modify-user', 'api', 'user', 'modify-user', '/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124', 'POST', '{\"real_name\":\"王五\",\"gender\":\"1\",\"is_view\":\"42.5\",\"mobile_phone\":\"18222222224\"}', '127.0.0.1', 1, '2023-10-26', 1698314104579, 1698314105564, 985, 0, 1698314105)";i:1;i:80;i:2;s:23:"yii\db\Command::execute";i:3;d:1698314105.566317;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:125;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7896256;}i:97;a:6:{i:0;s:654:"INSERT INTO `cx_api_log` (`cx_mch_id`, `user_id`, `route`, `module_id`, `controller_id`, `action_id`, `url`, `method`, `method_param`, `ipv4`, `is_pass`, `request_date`, `request_time`, `response_time`, `process_consume_time`, `is_delete`, `created_at`) VALUES (0, '68', 'api/user/modify-user', 'api', 'user', 'modify-user', '/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124', 'POST', '{\"real_name\":\"王五\",\"gender\":\"1\",\"is_view\":\"42.5\",\"mobile_phone\":\"18222222224\"}', '127.0.0.1', 1, '2023-10-26', 1698314104579, 1698314105564, 985, 0, 1698314105)";i:1;i:96;i:2;s:23:"yii\db\Command::execute";i:3;d:1698314105.596474;i:4;a:3:{i:0;a:5:{s:4:"file";s:48:"D:\phpstudy_pro\WWW\cxfoot\models\log\ApiLog.php";s:4:"line";i:125;s:8:"function";s:4:"save";s:5:"class";s:23:"yii\db\BaseActiveRecord";s:4:"type";s:2:"->";}i:1;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:128;s:8:"function";s:6:"logger";s:5:"class";s:21:"app\models\log\ApiLog";s:4:"type";s:2:"::";}i:2;a:5:{s:4:"file";s:53:"D:\phpstudy_pro\WWW\cxfoot\controllers\Controller.php";s:4:"line";i:95;s:8:"function";s:6:"filter";s:5:"class";s:26:"app\controllers\Controller";s:4:"type";s:2:"->";}}i:5;i:7898912;}}}";s:5:"event";s:9743:"a:55:{i:0;a:5:{s:4:"time";d:1698314104.569338;s:4:"name";s:9:"afterOpen";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:20:"yii\redis\Connection";}i:1;a:5:{s:4:"time";d:1698314104.573361;s:4:"name";s:13:"beforeRequest";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:19:"yii\web\Application";}i:2;a:5:{s:4:"time";d:1698314104.591145;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:3;a:5:{s:4:"time";d:1698314104.599722;s:4:"name";s:9:"afterOpen";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:17:"yii\db\Connection";}i:4;a:5:{s:4:"time";d:1698314104.607894;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:27:"app\models\wechat\WechatApp";}i:5;a:5:{s:4:"time";d:1698314104.608009;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:27:"app\models\wechat\WechatApp";}i:6;a:5:{s:4:"time";d:1698314104.617583;s:4:"name";s:12:"beforeAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:19:"yii\web\Application";}i:7;a:5:{s:4:"time";d:1698314104.617598;s:4:"name";s:12:"beforeAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:22:"app\modules\api\Module";}i:8;a:5:{s:4:"time";d:1698314104.621305;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:9;a:5:{s:4:"time";d:1698314104.623726;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:20:"app\models\UserToken";}i:10;a:5:{s:4:"time";d:1698314104.625408;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:20:"app\models\UserToken";}i:11;a:5:{s:4:"time";d:1698314104.625444;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:12;a:5:{s:4:"time";d:1698314104.629474;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:15:"app\models\User";}i:13;a:5:{s:4:"time";d:1698314104.629554;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:15:"app\models\User";}i:14;a:5:{s:4:"time";d:1698314104.630056;s:4:"name";s:11:"beforeLogin";s:5:"class";s:17:"yii\web\UserEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:12:"yii\web\User";}i:15;a:5:{s:4:"time";d:1698314104.634796;s:4:"name";s:10:"afterLogin";s:5:"class";s:17:"yii\web\UserEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:12:"yii\web\User";}i:16;a:5:{s:4:"time";d:1698314104.634813;s:4:"name";s:12:"beforeAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:42:"app\modules\api\controllers\UserController";}i:17;a:5:{s:4:"time";d:1698314104.637309;s:4:"name";s:14:"beforeValidate";s:5:"class";s:19:"yii\base\ModelEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:37:"app\modules\api\models\UserModifyForm";}i:18;a:5:{s:4:"time";d:1698314104.637407;s:4:"name";s:13:"afterValidate";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:37:"app\modules\api\models\UserModifyForm";}i:19;a:5:{s:4:"time";d:1698314104.637882;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:20;a:5:{s:4:"time";d:1698314104.638926;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:15:"app\models\User";}i:21;a:5:{s:4:"time";d:1698314104.638995;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:15:"app\models\User";}i:22;a:5:{s:4:"time";d:1698314104.639018;s:4:"name";s:14:"beforeValidate";s:5:"class";s:19:"yii\base\ModelEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:32:"app\modules\api\models\LoginForm";}i:23;a:5:{s:4:"time";d:1698314104.640746;s:4:"name";s:13:"afterValidate";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:32:"app\modules\api\models\LoginForm";}i:24;a:5:{s:4:"time";d:1698314104.641146;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:25;a:5:{s:4:"time";d:1698314104.64211;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:15:"app\models\User";}i:26;a:5:{s:4:"time";d:1698314104.642182;s:4:"name";s:9:"afterFind";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:15:"app\models\User";}i:27;a:5:{s:4:"time";d:1698314105.502509;s:4:"name";s:11:"beforeLogin";s:5:"class";s:17:"yii\web\UserEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:12:"yii\web\User";}i:28;a:5:{s:4:"time";d:1698314105.502661;s:4:"name";s:10:"afterLogin";s:5:"class";s:17:"yii\web\UserEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:12:"yii\web\User";}i:29;a:5:{s:4:"time";d:1698314105.503421;s:4:"name";s:16:"beginTransaction";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:17:"yii\db\Connection";}i:30;a:5:{s:4:"time";d:1698314105.505659;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:31;a:5:{s:4:"time";d:1698314105.508011;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:20:"app\models\UserToken";}i:32;a:5:{s:4:"time";d:1698314105.508076;s:4:"name";s:14:"beforeValidate";s:5:"class";s:19:"yii\base\ModelEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:20:"app\models\UserToken";}i:33;a:5:{s:4:"time";d:1698314105.508283;s:4:"name";s:13:"afterValidate";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:20:"app\models\UserToken";}i:34;a:5:{s:4:"time";d:1698314105.508302;s:4:"name";s:12:"beforeInsert";s:5:"class";s:19:"yii\base\ModelEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:20:"app\models\UserToken";}i:35;a:5:{s:4:"time";d:1698314105.509879;s:4:"name";s:11:"afterInsert";s:5:"class";s:21:"yii\db\AfterSaveEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:20:"app\models\UserToken";}i:36;a:5:{s:4:"time";d:1698314105.537987;s:4:"name";s:17:"commitTransaction";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:17:"yii\db\Connection";}i:37;a:5:{s:4:"time";d:1698314105.538661;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:27:"app\models\log\UserLoginLog";}i:38;a:5:{s:4:"time";d:1698314105.541055;s:4:"name";s:14:"beforeValidate";s:5:"class";s:19:"yii\base\ModelEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:27:"app\models\log\UserLoginLog";}i:39;a:5:{s:4:"time";d:1698314105.541304;s:4:"name";s:13:"afterValidate";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:27:"app\models\log\UserLoginLog";}i:40;a:5:{s:4:"time";d:1698314105.541321;s:4:"name";s:12:"beforeInsert";s:5:"class";s:19:"yii\base\ModelEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:27:"app\models\log\UserLoginLog";}i:41;a:5:{s:4:"time";d:1698314105.558278;s:4:"name";s:11:"afterInsert";s:5:"class";s:21:"yii\db\AfterSaveEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:27:"app\models\log\UserLoginLog";}i:42;a:5:{s:4:"time";d:1698314105.558924;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:18:"yii\db\ActiveQuery";}i:43;a:5:{s:4:"time";d:1698314105.562317;s:4:"name";s:4:"init";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"app\models\log\ApiLog";}i:44;a:5:{s:4:"time";d:1698314105.564998;s:4:"name";s:14:"beforeValidate";s:5:"class";s:19:"yii\base\ModelEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"app\models\log\ApiLog";}i:45;a:5:{s:4:"time";d:1698314105.566047;s:4:"name";s:13:"afterValidate";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"app\models\log\ApiLog";}i:46;a:5:{s:4:"time";d:1698314105.566066;s:4:"name";s:12:"beforeInsert";s:5:"class";s:19:"yii\base\ModelEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"app\models\log\ApiLog";}i:47;a:5:{s:4:"time";d:1698314105.596593;s:4:"name";s:11:"afterInsert";s:5:"class";s:21:"yii\db\AfterSaveEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:21:"app\models\log\ApiLog";}i:48;a:5:{s:4:"time";d:1698314105.596639;s:4:"name";s:11:"afterAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:42:"app\modules\api\controllers\UserController";}i:49;a:5:{s:4:"time";d:1698314105.596652;s:4:"name";s:11:"afterAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:22:"app\modules\api\Module";}i:50;a:5:{s:4:"time";d:1698314105.596661;s:4:"name";s:11:"afterAction";s:5:"class";s:20:"yii\base\ActionEvent";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:19:"yii\web\Application";}i:51;a:5:{s:4:"time";d:1698314105.596676;s:4:"name";s:12:"afterRequest";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:19:"yii\web\Application";}i:52;a:5:{s:4:"time";d:1698314105.596687;s:4:"name";s:10:"beforeSend";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:16:"yii\web\Response";}i:53;a:5:{s:4:"time";d:1698314105.599519;s:4:"name";s:12:"afterPrepare";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:16:"yii\web\Response";}i:54;a:5:{s:4:"time";d:1698314105.599597;s:4:"name";s:9:"afterSend";s:5:"class";s:14:"yii\base\Event";s:8:"isStatic";s:1:"0";s:11:"senderClass";s:16:"yii\web\Response";}}";s:4:"mail";s:6:"a:0:{}";s:8:"timeline";s:91:"a:3:{s:5:"start";d:1698314104.522279;s:3:"end";d:1698314105.602641;s:6:"memory";i:8533136;}";s:4:"dump";s:6:"a:0:{}";s:6:"router";s:1693:"a:3:{s:8:"messages";a:8:{i:10;a:6:{i:0;a:3:{s:4:"rule";s:3:"gii";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698314104.573922;i:4;a:0:{}i:5;i:4623120;}i:11;a:6:{i:0;a:3:{s:4:"rule";s:12:"gii/";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698314104.573937;i:4;a:0:{}i:5;i:4623872;}i:12;a:6:{i:0;a:3:{s:4:"rule";s:41:"gii//";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698314104.573947;i:4;a:0:{}i:5;i:4624624;}i:13;a:6:{i:0;a:3:{s:4:"rule";s:5:"debug";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698314104.573955;i:4;a:0:{}i:5;i:4625376;}i:14;a:6:{i:0;a:3:{s:4:"rule";s:43:"debug//";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698314104.573963;i:4;a:0:{}i:5;i:4626128;}i:15;a:6:{i:0;a:3:{s:4:"rule";s:38:"//";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698314104.573971;i:4;a:0:{}i:5;i:4626880;}i:16;a:6:{i:0;a:3:{s:4:"rule";s:29:"/";s:5:"match";b:0;s:6:"parent";N;}i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698314104.57398;i:4;a:0:{}i:5;i:4627632;}i:17;a:6:{i:0;s:55:"No matching URL rules. Using default URL parsing logic.";i:1;i:8;i:2;s:32:"yii\web\UrlManager::parseRequest";i:3;d:1698314104.573985;i:4;a:0:{}i:5;i:4628648;}}s:5:"route";s:20:"api/user/modify-user";s:6:"action";s:62:"app\modules\api\controllers\UserController::actionModifyUser()";}";s:7:"request";s:5297:"a:15:{s:7:"flashes";a:0:{}s:10:"statusCode";i:200;s:14:"requestHeaders";a:9:{s:14:"content-length";s:3:"508";s:12:"content-type";s:80:"multipart/form-data; boundary=--------------------------418434781434633091797711";s:4:"host";s:10:"cxfoot.com";s:6:"cookie";s:148:"_csrf=32381cd0baeeeea04eba5679532e8dfec34c3d8712065e97f65c9f1b436fa375a:2:%7Bi:0;s:5:%22_csrf%22;i:1;s:32:%22xtssconmJnjK4dq2wVZsQDpxTNV7hsHf%22;%7D";s:10:"connection";s:5:"close";s:15:"accept-encoding";s:17:"gzip, deflate, br";s:6:"accept";s:3:"*/*";s:13:"cache-control";s:8:"no-cache";s:10:"user-agent";s:35:"PostmanRuntime-ApipostRuntime/1.1.0";}s:15:"responseHeaders";a:6:{s:12:"X-Powered-By";s:9:"PHP/7.3.4";s:12:"Content-Type";s:31:"application/json; charset=UTF-8";s:11:"X-Debug-Tag";s:13:"653a37788a480";s:16:"X-Debug-Duration";s:5:"1,078";s:12:"X-Debug-Link";s:37:"/debug/default/view?tag=653a37788a480";s:10:"Set-Cookie";s:204:"_csrf=a8b4fcde61c1d69f745885f519eaae91db7a8668afe5a409e03eff0c43484ba8a%3A2%3A%7Bi%3A0%3Bs%3A5%3A%22_csrf%22%3Bi%3A1%3Bs%3A32%3A%220agcdEBhUF7RG5gXkV_cPYEVrmXq3BPd%22%3B%7D; path=/; HttpOnly; SameSite=Lax";}s:5:"route";s:20:"api/user/modify-user";s:6:"action";s:62:"app\modules\api\controllers\UserController::actionModifyUser()";s:12:"actionParams";a:0:{}s:7:"general";a:5:{s:6:"method";s:4:"POST";s:6:"isAjax";b:0;s:6:"isPjax";b:0;s:7:"isFlash";b:0;s:18:"isSecureConnection";b:0;}s:11:"requestBody";a:0:{}s:6:"SERVER";a:43:{s:4:"PATH";s:954:"C:\imagemagick;C:\Program Files (x86)\Common Files\Intel\Shared Libraries\redist\intel64_win\compiler;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;E:\anzhuang\QTSystem\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;D:\Git\cmd;D:\svn\bin;C:\Users\Administrator\AppData\Local\Programs\Python\Python311;C:\Users\Administrator\AppData\Local\Programs\Python\Python311\Scripts;D:\Xftp 7\;D:\微信web开发者工具\dll;C:\Users\Administrator\AppData\Local\Microsoft\WindowsApps;;D:\PhpStorm 2021.2.1\bin;;D:\Microsoft VS Code\bin;D:\phpstudy_pro\Extensions\php\php7.4.3nts;C:\Users\Administrator\AppData\Local\ComposerSetup\bin;C:\Users\Administrator\AppData\Roaming\Composer\vendor\bin";s:10:"SYSTEMROOT";s:10:"C:\WINDOWS";s:7:"COMSPEC";s:27:"C:\WINDOWS\system32\cmd.exe";s:7:"PATHEXT";s:53:".COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC";s:6:"WINDIR";s:10:"C:\WINDOWS";s:5:"PHPRC";s:42:"D:/phpstudy_pro/Extensions/php/php7.3.4nts";s:21:"_FCGI_SHUTDOWN_EVENT_";s:4:"9080";s:11:"SCRIPT_NAME";s:10:"/index.php";s:11:"REQUEST_URI";s:137:"/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:12:"QUERY_STRING";s:115:"access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:14:"REQUEST_METHOD";s:4:"POST";s:15:"SERVER_PROTOCOL";s:8:"HTTP/1.1";s:17:"GATEWAY_INTERFACE";s:7:"CGI/1.1";s:21:"REDIRECT_QUERY_STRING";s:115:"access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:12:"REDIRECT_URL";s:21:"/api/user/modify-user";s:11:"REMOTE_PORT";s:5:"49733";s:15:"SCRIPT_FILENAME";s:40:"D:/phpstudy_pro/WWW/cxfoot/web/index.php";s:12:"SERVER_ADMIN";s:17:"admin@example.com";s:21:"CONTEXT_DOCUMENT_ROOT";s:30:"D:/phpstudy_pro/WWW/cxfoot/web";s:14:"CONTEXT_PREFIX";s:0:"";s:14:"REQUEST_SCHEME";s:4:"http";s:13:"DOCUMENT_ROOT";s:30:"D:/phpstudy_pro/WWW/cxfoot/web";s:11:"REMOTE_ADDR";s:9:"127.0.0.1";s:11:"SERVER_PORT";s:2:"80";s:11:"SERVER_ADDR";s:9:"127.0.0.1";s:11:"SERVER_NAME";s:10:"cxfoot.com";s:15:"SERVER_SOFTWARE";s:73:"Apache/2.4.39 (Win64) OpenSSL/1.1.1b mod_fcgid/2.3.9a mod_log_rotate/1.02";s:16:"SERVER_SIGNATURE";s:0:"";s:10:"SystemRoot";s:10:"C:\WINDOWS";s:14:"CONTENT_LENGTH";s:3:"508";s:12:"CONTENT_TYPE";s:80:"multipart/form-data; boundary=--------------------------418434781434633091797711";s:9:"HTTP_HOST";s:10:"cxfoot.com";s:11:"HTTP_COOKIE";s:148:"_csrf=32381cd0baeeeea04eba5679532e8dfec34c3d8712065e97f65c9f1b436fa375a:2:%7Bi:0;s:5:%22_csrf%22;i:1;s:32:%22xtssconmJnjK4dq2wVZsQDpxTNV7hsHf%22;%7D";s:15:"HTTP_CONNECTION";s:5:"close";s:20:"HTTP_ACCEPT_ENCODING";s:17:"gzip, deflate, br";s:11:"HTTP_ACCEPT";s:3:"*/*";s:18:"HTTP_CACHE_CONTROL";s:8:"no-cache";s:15:"HTTP_USER_AGENT";s:35:"PostmanRuntime-ApipostRuntime/1.1.0";s:15:"REDIRECT_STATUS";s:3:"200";s:9:"FCGI_ROLE";s:9:"RESPONDER";s:8:"PHP_SELF";s:10:"/index.php";s:18:"REQUEST_TIME_FLOAT";d:1698314104.50625;s:12:"REQUEST_TIME";i:1698314104;}s:3:"GET";a:2:{s:12:"access_token";s:60:"bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0=";s:6:"X-Csrf";s:32:"ag7x1Afy1r0q8j4y05vk3s4118hx7124";}s:4:"POST";a:4:{s:9:"real_name";s:6:"王五";s:6:"gender";s:1:"1";s:7:"is_view";s:4:"42.5";s:12:"mobile_phone";s:11:"18222222224";}s:6:"COOKIE";a:5:{s:5:"_csrf";s:72:"32381cd0baeeeea04eba5679532e8dfec34c3d8712065e97f65c9f1b436fa375a:2:{i:0";s:11:"s:5:"_csrf"";s:0:"";s:3:"i:1";s:0:"";s:39:"s:32:"xtssconmJnjK4dq2wVZsQDpxTNV7hsHf"";s:0:"";s:1:"}";s:0:"";}s:5:"FILES";a:0:{}s:7:"SESSION";a:0:{}}";s:4:"user";s:2943:"a:5:{s:2:"id";s:2:"68";s:8:"identity";a:26:{s:2:"id";s:4:"'68'";s:9:"cx_mch_id";s:3:"'0'";s:8:"username";s:8:"'U5s1ph'";s:8:"password";s:62:"'$2y$13$x0iezfvj5/IfSaINjFFbiukbuijauI3o5J8l5mQULSfRJVl3pKdai'";s:8:"auth_key";s:34:"'liY1fP0zXFG2uKuLwwwZayJdE3iwgAWy'";s:12:"access_token";s:34:"'g5ip-OjtpkZEnjlh1bDwNz3zuoYDBQ2l'";s:8:"nickname";s:8:"'王五'";s:10:"avatar_url";s:28:"'/statics/images/avatar.jpg'";s:12:"mobile_phone";s:13:"'18222222224'";s:13:"mobile_prefix";s:4:"'86'";s:5:"email";s:2:"''";s:9:"real_name";s:8:"'王五'";s:4:"desc";s:2:"''";s:6:"gender";s:1:"1";s:8:"birthday";s:4:"null";s:6:"status";s:1:"0";s:9:"parent_id";s:3:"'0'";s:12:"is_modify_un";s:1:"0";s:9:"is_delete";s:1:"0";s:10:"country_id";s:1:"0";s:7:"city_id";s:1:"0";s:10:"created_at";s:10:"1698314013";s:10:"updated_at";s:10:"1698314013";s:4:"type";s:1:"0";s:8:"store_id";s:1:"0";s:7:"is_view";s:6:"'42.5'";}s:10:"attributes";a:26:{i:0;a:2:{s:9:"attribute";s:2:"id";s:5:"label";s:2:"ID";}i:1;a:2:{s:9:"attribute";s:9:"cx_mch_id";s:5:"label";s:14:"平台商户ID";}i:2;a:2:{s:9:"attribute";s:8:"username";s:5:"label";s:9:"用户名";}i:3;a:2:{s:9:"attribute";s:8:"password";s:5:"label";s:6:"密码";}i:4;a:2:{s:9:"attribute";s:8:"auth_key";s:5:"label";s:8:"AUTH_KEY";}i:5;a:2:{s:9:"attribute";s:12:"access_token";s:5:"label";s:12:"ACCESS_TOKEN";}i:6;a:2:{s:9:"attribute";s:8:"nickname";s:5:"label";s:6:"昵称";}i:7;a:2:{s:9:"attribute";s:10:"avatar_url";s:5:"label";s:6:"头像";}i:8;a:2:{s:9:"attribute";s:12:"mobile_phone";s:5:"label";s:9:"手机号";}i:9;a:2:{s:9:"attribute";s:13:"mobile_prefix";s:5:"label";s:21:"手机号国家代码";}i:10;a:2:{s:9:"attribute";s:5:"email";s:5:"label";s:6:"邮箱";}i:11;a:2:{s:9:"attribute";s:9:"real_name";s:5:"label";s:12:"真实姓名";}i:12;a:2:{s:9:"attribute";s:4:"desc";s:5:"label";s:12:"个性签名";}i:13;a:2:{s:9:"attribute";s:6:"gender";s:5:"label";s:33:"性别,0=女,1=男,2=保密";}i:14;a:2:{s:9:"attribute";s:8:"birthday";s:5:"label";s:6:"生日";}i:15;a:2:{s:9:"attribute";s:6:"status";s:5:"label";s:50:"状态,0=正常,1=封禁,2=挂起,3=注销";}i:16;a:2:{s:9:"attribute";s:9:"parent_id";s:5:"label";s:9:"PARENT_ID";}i:17;a:2:{s:9:"attribute";s:12:"is_modify_un";s:5:"label";s:43:"用户名是否可以修改,0=否,1=是";}i:18;a:2:{s:9:"attribute";s:9:"is_delete";s:5:"label";s:28:"是否删除,0=否,1=是";}i:19;a:2:{s:9:"attribute";s:10:"country_id";s:5:"label";s:8:"国家ID";}i:20;a:2:{s:9:"attribute";s:7:"city_id";s:5:"label";s:8:"城市ID";}i:21;a:2:{s:9:"attribute";s:10:"created_at";s:5:"label";s:12:"添加时间";}i:22;a:2:{s:9:"attribute";s:10:"updated_at";s:5:"label";s:12:"更新时间";}i:23;a:2:{s:9:"attribute";s:4:"type";s:5:"label";s:28:"0=普通用户,1=管理员";}i:24;a:2:{s:9:"attribute";s:8:"store_id";s:5:"label";s:8:"Store Id";}i:25;a:2:{s:9:"attribute";s:7:"is_view";s:5:"label";s:6:"鞋码";}}s:13:"rolesProvider";N;s:19:"permissionsProvider";N;}";s:5:"asset";s:6:"a:0:{}";s:7:"summary";a:12:{s:3:"tag";s:13:"653a37788a480";s:3:"url";s:154:"http://cxfoot.com/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:4:"ajax";i:0;s:6:"method";s:4:"POST";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698314104.50625;s:10:"statusCode";i:200;s:8:"sqlCount";i:21;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:8533136;s:14:"processingTime";d:1.0798850059509277;}s:10:"exceptions";a:0:{}} \ No newline at end of file diff --git a/runtime/debug/index.data b/runtime/debug/index.data index 76be997..176e92f 100644 --- a/runtime/debug/index.data +++ b/runtime/debug/index.data @@ -1 +1 @@ -a:57:{s:13:"6538e75e2c801";a:12:{s:3:"tag";s:13:"6538e75e2c801";s:3:"url";s:154:"http://cxfoot.com/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:4:"ajax";i:0;s:6:"method";s:4:"POST";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698228062.122015;s:10:"statusCode";i:200;s:8:"sqlCount";i:14;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:8471560;s:14:"processingTime";d:0.18553614616394043;}s:13:"6538e79e6afa6";a:12:{s:3:"tag";s:13:"6538e79e6afa6";s:3:"url";s:154:"http://cxfoot.com/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:4:"ajax";i:0;s:6:"method";s:4:"POST";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698228126.318658;s:10:"statusCode";i:200;s:8:"sqlCount";i:15;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:9800000;s:14:"processingTime";d:0.35230398178100586;}s:13:"6538e7aecda96";a:12:{s:3:"tag";s:13:"6538e7aecda96";s:3:"url";s:154:"http://cxfoot.com/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:4:"ajax";i:0;s:6:"method";s:4:"POST";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698228142.784249;s:10:"statusCode";i:200;s:8:"sqlCount";i:13;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:7816904;s:14:"processingTime";d:0.16939091682434082;}s:13:"6538f48891685";a:12:{s:3:"tag";s:13:"6538f48891685";s:3:"url";s:150:"http://cxfoot.com/api/report/index?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698231432.484308;s:10:"statusCode";i:200;s:8:"sqlCount";i:14;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:8459072;s:14:"processingTime";d:0.2304379940032959;}s:13:"6538f49870ea8";a:12:{s:3:"tag";s:13:"6538f49870ea8";s:3:"url";s:150:"http://cxfoot.com/api/report/index?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698231448.402693;s:10:"statusCode";i:200;s:8:"sqlCount";i:14;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:8459072;s:14:"processingTime";d:0.16648006439208984;}s:13:"6538f4ae60271";a:12:{s:3:"tag";s:13:"6538f4ae60271";s:3:"url";s:150:"http://cxfoot.com/api/report/index?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698231470.292465;s:10:"statusCode";i:200;s:8:"sqlCount";i:14;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:8459144;s:14:"processingTime";d:0.2352280616760254;}s:13:"6538f4c8965d8";a:12:{s:3:"tag";s:13:"6538f4c8965d8";s:3:"url";s:150:"http://cxfoot.com/api/report/index?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698231496.520958;s:10:"statusCode";i:200;s:8:"sqlCount";i:14;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:8459144;s:14:"processingTime";d:0.2143099308013916;}s:13:"6538f4eaef2c7";a:12:{s:3:"tag";s:13:"6538f4eaef2c7";s:3:"url";s:150:"http://cxfoot.com/api/report/index?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698231530.922274;s:10:"statusCode";i:200;s:8:"sqlCount";i:14;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:8460656;s:14:"processingTime";d:0.1691758632659912;}s:13:"6538f501458c2";a:12:{s:3:"tag";s:13:"6538f501458c2";s:3:"url";s:150:"http://cxfoot.com/api/report/index?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698231553.215699;s:10:"statusCode";i:200;s:8:"sqlCount";i:14;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:8460584;s:14:"processingTime";d:0.1976020336151123;}s:13:"6538f59a02587";a:12:{s:3:"tag";s:13:"6538f59a02587";s:3:"url";s:150:"http://cxfoot.com/api/report/index?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698231705.908482;s:10:"statusCode";i:200;s:8:"sqlCount";i:14;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:8460728;s:14:"processingTime";d:0.20880699157714844;}s:13:"6538f5a7e9b8f";a:12:{s:3:"tag";s:13:"6538f5a7e9b8f";s:3:"url";s:150:"http://cxfoot.com/api/report/index?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698231719.855478;s:10:"statusCode";i:200;s:8:"sqlCount";i:14;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:8460864;s:14:"processingTime";d:0.2283000946044922;}s:13:"6538f6986aeb4";a:12:{s:3:"tag";s:13:"6538f6986aeb4";s:3:"url";s:40:"http://cxfoot.com/store/report/edit?id=1";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698231960.319774;s:10:"statusCode";i:302;s:8:"sqlCount";i:0;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:5141728;s:14:"processingTime";d:0.10951089859008789;}s:13:"6538f69884072";a:12:{s:3:"tag";s:13:"6538f69884072";s:3:"url";s:106:"http://cxfoot.com/store/passport/login?return_url=http%3A%2F%2Fcxfoot.com%2Fstore%2Freport%2Fedit%3Fid%3D1";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698231960.47959;s:10:"statusCode";i:200;s:8:"sqlCount";i:8;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:7698416;s:14:"processingTime";d:0.12785005569458008;}s:13:"6538f698b5786";a:12:{s:3:"tag";s:13:"6538f698b5786";s:3:"url";s:40:"http://cxfoot.com/store/passport/captcha";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698231960.673404;s:10:"statusCode";i:200;s:8:"sqlCount";i:0;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:5241704;s:14:"processingTime";d:0.09570002555847168;}s:13:"6538f698cd2dc";a:12:{s:3:"tag";s:13:"6538f698cd2dc";s:3:"url";s:72:"http://cxfoot.com/upload/0/1/upload/image/2022/1119/1668852380664724.png";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698231960.681109;s:10:"statusCode";i:404;s:8:"sqlCount";i:0;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:5055160;s:14:"processingTime";d:0.1185610294342041;}s:13:"6538f6a524b71";a:12:{s:3:"tag";s:13:"6538f6a524b71";s:3:"url";s:38:"http://cxfoot.com/store/passport/login";s:4:"ajax";i:1;s:6:"method";s:4:"POST";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698231973.090053;s:10:"statusCode";i:200;s:8:"sqlCount";i:12;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:7451056;s:14:"processingTime";d:1.01224684715271;}s:13:"6538f6a7676d1";a:12:{s:3:"tag";s:13:"6538f6a7676d1";s:3:"url";s:40:"http://cxfoot.com/store/report/edit?id=1";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698231975.360637;s:10:"statusCode";i:200;s:8:"sqlCount";i:16;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:7959288;s:14:"processingTime";d:0.13539505004882812;}s:13:"6538f6ad4c911";a:12:{s:3:"tag";s:13:"6538f6ad4c911";s:3:"url";s:34:"http://cxfoot.com/file/upload/file";s:4:"ajax";i:1;s:6:"method";s:4:"POST";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698231981.239164;s:10:"statusCode";i:200;s:8:"sqlCount";i:6;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:6813560;s:14:"processingTime";d:0.17304396629333496;}s:13:"6538f6ae10320";a:12:{s:3:"tag";s:13:"6538f6ae10320";s:3:"url";s:40:"http://cxfoot.com/store/report/edit?id=1";s:4:"ajax";i:1;s:6:"method";s:4:"POST";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698231982.007449;s:10:"statusCode";i:200;s:8:"sqlCount";i:14;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:7348208;s:14:"processingTime";d:0.17775678634643555;}s:13:"6538f6af7916f";a:12:{s:3:"tag";s:13:"6538f6af7916f";s:3:"url";s:36:"http://cxfoot.com/store/report/index";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698231983.432459;s:10:"statusCode";i:200;s:8:"sqlCount";i:11;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:7904048;s:14:"processingTime";d:0.12795805931091309;}s:13:"6538f6afb947c";a:12:{s:3:"tag";s:13:"6538f6afb947c";s:3:"url";s:52:"http://cxfoot.com/store/report/index?page=1&limit=20";s:4:"ajax";i:1;s:6:"method";s:3:"GET";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698231983.69185;s:10:"statusCode";i:200;s:8:"sqlCount";i:13;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:7442424;s:14:"processingTime";d:0.17322921752929688;}s:13:"6538f6d09555c";a:12:{s:3:"tag";s:13:"6538f6d09555c";s:3:"url";s:40:"http://cxfoot.com/store/report/edit?id=1";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698232016.542831;s:10:"statusCode";i:200;s:8:"sqlCount";i:16;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:7959000;s:14:"processingTime";d:0.1442430019378662;}s:13:"6538f6d4b2a3d";a:12:{s:3:"tag";s:13:"6538f6d4b2a3d";s:3:"url";s:34:"http://cxfoot.com/file/upload/file";s:4:"ajax";i:1;s:6:"method";s:4:"POST";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698232020.664087;s:10:"statusCode";i:200;s:8:"sqlCount";i:6;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:6906224;s:14:"processingTime";d:0.23073387145996094;}s:13:"6538f6d5385c3";a:12:{s:3:"tag";s:13:"6538f6d5385c3";s:3:"url";s:40:"http://cxfoot.com/store/report/edit?id=1";s:4:"ajax";i:1;s:6:"method";s:4:"POST";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698232021.168256;s:10:"statusCode";i:200;s:8:"sqlCount";i:14;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:7348208;s:14:"processingTime";d:0.17015695571899414;}s:13:"6538f6d6a38a9";a:12:{s:3:"tag";s:13:"6538f6d6a38a9";s:3:"url";s:36:"http://cxfoot.com/store/report/index";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698232022.591412;s:10:"statusCode";i:200;s:8:"sqlCount";i:11;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:7904048;s:14:"processingTime";d:0.13560199737548828;}s:13:"6538f6d712fe0";a:12:{s:3:"tag";s:13:"6538f6d712fe0";s:3:"url";s:52:"http://cxfoot.com/store/report/index?page=1&limit=20";s:4:"ajax";i:1;s:6:"method";s:3:"GET";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698232023.014962;s:10:"statusCode";i:200;s:8:"sqlCount";i:13;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:7442424;s:14:"processingTime";d:0.1590728759765625;}s:13:"6538f6e2b635f";a:12:{s:3:"tag";s:13:"6538f6e2b635f";s:3:"url";s:150:"http://cxfoot.com/api/report/index?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698232034.687975;s:10:"statusCode";i:200;s:8:"sqlCount";i:14;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:8461104;s:14:"processingTime";d:0.17357420921325684;}s:13:"6538f6f8518f2";a:12:{s:3:"tag";s:13:"6538f6f8518f2";s:3:"url";s:40:"http://cxfoot.com/store/report/edit?id=1";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698232056.266961;s:10:"statusCode";i:200;s:8:"sqlCount";i:16;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:7959000;s:14:"processingTime";d:0.14617490768432617;}s:13:"6538f6fba3afb";a:12:{s:3:"tag";s:13:"6538f6fba3afb";s:3:"url";s:34:"http://cxfoot.com/file/upload/file";s:4:"ajax";i:1;s:6:"method";s:4:"POST";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698232059.568561;s:10:"statusCode";i:200;s:8:"sqlCount";i:6;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:6906224;s:14:"processingTime";d:0.2553830146789551;}s:13:"6538f6fc2c920";a:12:{s:3:"tag";s:13:"6538f6fc2c920";s:3:"url";s:40:"http://cxfoot.com/store/report/edit?id=1";s:4:"ajax";i:1;s:6:"method";s:4:"POST";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698232060.122011;s:10:"statusCode";i:200;s:8:"sqlCount";i:14;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:7348208;s:14:"processingTime";d:0.15855717658996582;}s:13:"6538f6fd92e97";a:12:{s:3:"tag";s:13:"6538f6fd92e97";s:3:"url";s:36:"http://cxfoot.com/store/report/index";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698232061.525927;s:10:"statusCode";i:200;s:8:"sqlCount";i:11;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:7904048;s:14:"processingTime";d:0.13411378860473633;}s:13:"6538f6fddd208";a:12:{s:3:"tag";s:13:"6538f6fddd208";s:3:"url";s:52:"http://cxfoot.com/store/report/index?page=1&limit=20";s:4:"ajax";i:1;s:6:"method";s:3:"GET";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698232061.841838;s:10:"statusCode";i:200;s:8:"sqlCount";i:13;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:7442424;s:14:"processingTime";d:0.14786791801452637;}s:13:"6538f712a7e30";a:12:{s:3:"tag";s:13:"6538f712a7e30";s:3:"url";s:40:"http://cxfoot.com/store/report/edit?id=1";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698232082.566684;s:10:"statusCode";i:200;s:8:"sqlCount";i:16;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:7959000;s:14:"processingTime";d:0.1755540370941162;}s:13:"6538f715a6a22";a:12:{s:3:"tag";s:13:"6538f715a6a22";s:3:"url";s:34:"http://cxfoot.com/file/upload/file";s:4:"ajax";i:1;s:6:"method";s:4:"POST";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698232085.60932;s:10:"statusCode";i:200;s:8:"sqlCount";i:6;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:6906224;s:14:"processingTime";d:0.29851412773132324;}s:13:"6538f716613c6";a:12:{s:3:"tag";s:13:"6538f716613c6";s:3:"url";s:40:"http://cxfoot.com/store/report/edit?id=1";s:4:"ajax";i:1;s:6:"method";s:4:"POST";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698232086.330349;s:10:"statusCode";i:200;s:8:"sqlCount";i:14;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:7348208;s:14:"processingTime";d:0.19473600387573242;}s:13:"6538f717d0620";a:12:{s:3:"tag";s:13:"6538f717d0620";s:3:"url";s:36:"http://cxfoot.com/store/report/index";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698232087.779364;s:10:"statusCode";i:200;s:8:"sqlCount";i:11;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:7904048;s:14:"processingTime";d:0.1231839656829834;}s:13:"6538f71832e12";a:12:{s:3:"tag";s:13:"6538f71832e12";s:3:"url";s:52:"http://cxfoot.com/store/report/index?page=1&limit=20";s:4:"ajax";i:1;s:6:"method";s:3:"GET";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698232088.132988;s:10:"statusCode";i:200;s:8:"sqlCount";i:13;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:7442424;s:14:"processingTime";d:0.29105401039123535;}s:13:"6538f72f4ebb4";a:12:{s:3:"tag";s:13:"6538f72f4ebb4";s:3:"url";s:150:"http://cxfoot.com/api/report/index?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698232111.26471;s:10:"statusCode";i:200;s:8:"sqlCount";i:14;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:8461368;s:14:"processingTime";d:0.15489697456359863;}s:13:"653a0be4bde12";a:12:{s:3:"tag";s:13:"653a0be4bde12";s:3:"url";s:38:"http://cxfoot.com/api/user/verify-user";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698302948.651218;s:10:"statusCode";i:200;s:8:"sqlCount";i:6;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:7373456;s:14:"processingTime";d:0.23236799240112305;}s:13:"653a0bffad2a1";a:12:{s:3:"tag";s:13:"653a0bffad2a1";s:3:"url";s:114:"http://cxfoot.com/api/user/verify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698302975.596035;s:10:"statusCode";i:200;s:8:"sqlCount";i:13;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:7759800;s:14:"processingTime";d:0.21867799758911133;}s:13:"653a211734afc";a:12:{s:3:"tag";s:13:"653a211734afc";s:3:"url";s:154:"http://cxfoot.com/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:4:"ajax";i:0;s:6:"method";s:4:"POST";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698308375.094926;s:10:"statusCode";i:200;s:8:"sqlCount";i:13;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:7778184;s:14:"processingTime";d:0.2493300437927246;}s:13:"653a21674402d";a:12:{s:3:"tag";s:13:"653a21674402d";s:3:"url";s:154:"http://cxfoot.com/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:4:"ajax";i:0;s:6:"method";s:4:"POST";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698308455.168505;s:10:"statusCode";i:200;s:8:"sqlCount";i:13;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:7778240;s:14:"processingTime";d:0.2562601566314697;}s:13:"653a2173e258e";a:12:{s:3:"tag";s:13:"653a2173e258e";s:3:"url";s:154:"http://cxfoot.com/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:4:"ajax";i:0;s:6:"method";s:4:"POST";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698308467.86857;s:10:"statusCode";i:200;s:8:"sqlCount";i:13;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:7778240;s:14:"processingTime";d:0.16196680068969727;}s:13:"653a217ccd515";a:12:{s:3:"tag";s:13:"653a217ccd515";s:3:"url";s:154:"http://cxfoot.com/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:4:"ajax";i:0;s:6:"method";s:4:"POST";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698308476.768723;s:10:"statusCode";i:200;s:8:"sqlCount";i:13;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:7778240;s:14:"processingTime";d:0.17960500717163086;}s:13:"653a219650fa2";a:12:{s:3:"tag";s:13:"653a219650fa2";s:3:"url";s:154:"http://cxfoot.com/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:4:"ajax";i:0;s:6:"method";s:4:"POST";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698308502.269266;s:10:"statusCode";i:200;s:8:"sqlCount";i:9;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:7389792;s:14:"processingTime";d:0.1253809928894043;}s:13:"653a21a06fbfa";a:12:{s:3:"tag";s:13:"653a21a06fbfa";s:3:"url";s:154:"http://cxfoot.com/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:4:"ajax";i:0;s:6:"method";s:4:"POST";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698308512.357715;s:10:"statusCode";i:200;s:8:"sqlCount";i:10;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:7389792;s:14:"processingTime";d:0.16474294662475586;}s:13:"653a21a9ee801";a:12:{s:3:"tag";s:13:"653a21a9ee801";s:3:"url";s:154:"http://cxfoot.com/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:4:"ajax";i:0;s:6:"method";s:4:"POST";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698308521.914194;s:10:"statusCode";i:200;s:8:"sqlCount";i:13;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:7778240;s:14:"processingTime";d:0.16712713241577148;}s:13:"653a21b4b2adb";a:12:{s:3:"tag";s:13:"653a21b4b2adb";s:3:"url";s:154:"http://cxfoot.com/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:4:"ajax";i:0;s:6:"method";s:4:"POST";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698308532.659588;s:10:"statusCode";i:200;s:8:"sqlCount";i:13;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:7778240;s:14:"processingTime";d:0.1774768829345703;}s:13:"653a21c1526e1";a:12:{s:3:"tag";s:13:"653a21c1526e1";s:3:"url";s:154:"http://cxfoot.com/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:4:"ajax";i:0;s:6:"method";s:4:"POST";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698308545.278469;s:10:"statusCode";i:200;s:8:"sqlCount";i:13;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:7778240;s:14:"processingTime";d:0.16800999641418457;}s:13:"653a21fadf859";a:12:{s:3:"tag";s:13:"653a21fadf859";s:3:"url";s:154:"http://cxfoot.com/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:4:"ajax";i:0;s:6:"method";s:4:"POST";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698308602.855345;s:10:"statusCode";i:200;s:8:"sqlCount";i:15;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:8457432;s:14:"processingTime";d:1.013174057006836;}s:13:"653a2231655f1";a:12:{s:3:"tag";s:13:"653a2231655f1";s:3:"url";s:154:"http://cxfoot.com/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:4:"ajax";i:0;s:6:"method";s:4:"POST";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698308657.320316;s:10:"statusCode";i:200;s:8:"sqlCount";i:16;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:9764224;s:14:"processingTime";d:1.1559460163116455;}s:13:"653a26f089b86";a:12:{s:3:"tag";s:13:"653a26f089b86";s:3:"url";s:154:"http://cxfoot.com/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:4:"ajax";i:0;s:6:"method";s:4:"POST";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698309872.461886;s:10:"statusCode";i:200;s:8:"sqlCount";i:13;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:7859880;s:14:"processingTime";d:0.21602416038513184;}s:13:"653a27091e481";a:12:{s:3:"tag";s:13:"653a27091e481";s:3:"url";s:154:"http://cxfoot.com/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:4:"ajax";i:0;s:6:"method";s:4:"POST";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698309897.02402;s:10:"statusCode";i:200;s:8:"sqlCount";i:13;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:7859880;s:14:"processingTime";d:0.20233798027038574;}s:13:"653a271267aa0";a:12:{s:3:"tag";s:13:"653a271267aa0";s:3:"url";s:154:"http://cxfoot.com/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:4:"ajax";i:0;s:6:"method";s:4:"POST";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698309906.364854;s:10:"statusCode";i:200;s:8:"sqlCount";i:13;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:7859880;s:14:"processingTime";d:0.16444611549377441;}s:13:"653a272a15881";a:12:{s:3:"tag";s:13:"653a272a15881";s:3:"url";s:154:"http://cxfoot.com/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:4:"ajax";i:0;s:6:"method";s:4:"POST";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698309930.026609;s:10:"statusCode";i:200;s:8:"sqlCount";i:13;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:7859880;s:14:"processingTime";d:0.15431690216064453;}s:13:"653a279545b50";a:12:{s:3:"tag";s:13:"653a279545b50";s:3:"url";s:154:"http://cxfoot.com/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:4:"ajax";i:0;s:6:"method";s:4:"POST";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698310037.194293;s:10:"statusCode";i:200;s:8:"sqlCount";i:13;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:7859880;s:14:"processingTime";d:0.2102830410003662;}s:13:"653a27aca516c";a:12:{s:3:"tag";s:13:"653a27aca516c";s:3:"url";s:154:"http://cxfoot.com/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:4:"ajax";i:0;s:6:"method";s:4:"POST";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698310060.577855;s:10:"statusCode";i:200;s:8:"sqlCount";i:21;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:8533176;s:14:"processingTime";d:1.1321399211883545;}} \ No newline at end of file +a:57:{s:13:"6538f6986aeb4";a:12:{s:3:"tag";s:13:"6538f6986aeb4";s:3:"url";s:40:"http://cxfoot.com/store/report/edit?id=1";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698231960.319774;s:10:"statusCode";i:302;s:8:"sqlCount";i:0;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:5141728;s:14:"processingTime";d:0.10951089859008789;}s:13:"6538f69884072";a:12:{s:3:"tag";s:13:"6538f69884072";s:3:"url";s:106:"http://cxfoot.com/store/passport/login?return_url=http%3A%2F%2Fcxfoot.com%2Fstore%2Freport%2Fedit%3Fid%3D1";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698231960.47959;s:10:"statusCode";i:200;s:8:"sqlCount";i:8;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:7698416;s:14:"processingTime";d:0.12785005569458008;}s:13:"6538f698b5786";a:12:{s:3:"tag";s:13:"6538f698b5786";s:3:"url";s:40:"http://cxfoot.com/store/passport/captcha";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698231960.673404;s:10:"statusCode";i:200;s:8:"sqlCount";i:0;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:5241704;s:14:"processingTime";d:0.09570002555847168;}s:13:"6538f698cd2dc";a:12:{s:3:"tag";s:13:"6538f698cd2dc";s:3:"url";s:72:"http://cxfoot.com/upload/0/1/upload/image/2022/1119/1668852380664724.png";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698231960.681109;s:10:"statusCode";i:404;s:8:"sqlCount";i:0;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:5055160;s:14:"processingTime";d:0.1185610294342041;}s:13:"6538f6a524b71";a:12:{s:3:"tag";s:13:"6538f6a524b71";s:3:"url";s:38:"http://cxfoot.com/store/passport/login";s:4:"ajax";i:1;s:6:"method";s:4:"POST";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698231973.090053;s:10:"statusCode";i:200;s:8:"sqlCount";i:12;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:7451056;s:14:"processingTime";d:1.01224684715271;}s:13:"6538f6a7676d1";a:12:{s:3:"tag";s:13:"6538f6a7676d1";s:3:"url";s:40:"http://cxfoot.com/store/report/edit?id=1";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698231975.360637;s:10:"statusCode";i:200;s:8:"sqlCount";i:16;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:7959288;s:14:"processingTime";d:0.13539505004882812;}s:13:"6538f6ad4c911";a:12:{s:3:"tag";s:13:"6538f6ad4c911";s:3:"url";s:34:"http://cxfoot.com/file/upload/file";s:4:"ajax";i:1;s:6:"method";s:4:"POST";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698231981.239164;s:10:"statusCode";i:200;s:8:"sqlCount";i:6;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:6813560;s:14:"processingTime";d:0.17304396629333496;}s:13:"6538f6ae10320";a:12:{s:3:"tag";s:13:"6538f6ae10320";s:3:"url";s:40:"http://cxfoot.com/store/report/edit?id=1";s:4:"ajax";i:1;s:6:"method";s:4:"POST";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698231982.007449;s:10:"statusCode";i:200;s:8:"sqlCount";i:14;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:7348208;s:14:"processingTime";d:0.17775678634643555;}s:13:"6538f6af7916f";a:12:{s:3:"tag";s:13:"6538f6af7916f";s:3:"url";s:36:"http://cxfoot.com/store/report/index";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698231983.432459;s:10:"statusCode";i:200;s:8:"sqlCount";i:11;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:7904048;s:14:"processingTime";d:0.12795805931091309;}s:13:"6538f6afb947c";a:12:{s:3:"tag";s:13:"6538f6afb947c";s:3:"url";s:52:"http://cxfoot.com/store/report/index?page=1&limit=20";s:4:"ajax";i:1;s:6:"method";s:3:"GET";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698231983.69185;s:10:"statusCode";i:200;s:8:"sqlCount";i:13;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:7442424;s:14:"processingTime";d:0.17322921752929688;}s:13:"6538f6d09555c";a:12:{s:3:"tag";s:13:"6538f6d09555c";s:3:"url";s:40:"http://cxfoot.com/store/report/edit?id=1";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698232016.542831;s:10:"statusCode";i:200;s:8:"sqlCount";i:16;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:7959000;s:14:"processingTime";d:0.1442430019378662;}s:13:"6538f6d4b2a3d";a:12:{s:3:"tag";s:13:"6538f6d4b2a3d";s:3:"url";s:34:"http://cxfoot.com/file/upload/file";s:4:"ajax";i:1;s:6:"method";s:4:"POST";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698232020.664087;s:10:"statusCode";i:200;s:8:"sqlCount";i:6;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:6906224;s:14:"processingTime";d:0.23073387145996094;}s:13:"6538f6d5385c3";a:12:{s:3:"tag";s:13:"6538f6d5385c3";s:3:"url";s:40:"http://cxfoot.com/store/report/edit?id=1";s:4:"ajax";i:1;s:6:"method";s:4:"POST";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698232021.168256;s:10:"statusCode";i:200;s:8:"sqlCount";i:14;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:7348208;s:14:"processingTime";d:0.17015695571899414;}s:13:"6538f6d6a38a9";a:12:{s:3:"tag";s:13:"6538f6d6a38a9";s:3:"url";s:36:"http://cxfoot.com/store/report/index";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698232022.591412;s:10:"statusCode";i:200;s:8:"sqlCount";i:11;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:7904048;s:14:"processingTime";d:0.13560199737548828;}s:13:"6538f6d712fe0";a:12:{s:3:"tag";s:13:"6538f6d712fe0";s:3:"url";s:52:"http://cxfoot.com/store/report/index?page=1&limit=20";s:4:"ajax";i:1;s:6:"method";s:3:"GET";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698232023.014962;s:10:"statusCode";i:200;s:8:"sqlCount";i:13;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:7442424;s:14:"processingTime";d:0.1590728759765625;}s:13:"6538f6e2b635f";a:12:{s:3:"tag";s:13:"6538f6e2b635f";s:3:"url";s:150:"http://cxfoot.com/api/report/index?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698232034.687975;s:10:"statusCode";i:200;s:8:"sqlCount";i:14;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:8461104;s:14:"processingTime";d:0.17357420921325684;}s:13:"6538f6f8518f2";a:12:{s:3:"tag";s:13:"6538f6f8518f2";s:3:"url";s:40:"http://cxfoot.com/store/report/edit?id=1";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698232056.266961;s:10:"statusCode";i:200;s:8:"sqlCount";i:16;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:7959000;s:14:"processingTime";d:0.14617490768432617;}s:13:"6538f6fba3afb";a:12:{s:3:"tag";s:13:"6538f6fba3afb";s:3:"url";s:34:"http://cxfoot.com/file/upload/file";s:4:"ajax";i:1;s:6:"method";s:4:"POST";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698232059.568561;s:10:"statusCode";i:200;s:8:"sqlCount";i:6;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:6906224;s:14:"processingTime";d:0.2553830146789551;}s:13:"6538f6fc2c920";a:12:{s:3:"tag";s:13:"6538f6fc2c920";s:3:"url";s:40:"http://cxfoot.com/store/report/edit?id=1";s:4:"ajax";i:1;s:6:"method";s:4:"POST";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698232060.122011;s:10:"statusCode";i:200;s:8:"sqlCount";i:14;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:7348208;s:14:"processingTime";d:0.15855717658996582;}s:13:"6538f6fd92e97";a:12:{s:3:"tag";s:13:"6538f6fd92e97";s:3:"url";s:36:"http://cxfoot.com/store/report/index";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698232061.525927;s:10:"statusCode";i:200;s:8:"sqlCount";i:11;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:7904048;s:14:"processingTime";d:0.13411378860473633;}s:13:"6538f6fddd208";a:12:{s:3:"tag";s:13:"6538f6fddd208";s:3:"url";s:52:"http://cxfoot.com/store/report/index?page=1&limit=20";s:4:"ajax";i:1;s:6:"method";s:3:"GET";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698232061.841838;s:10:"statusCode";i:200;s:8:"sqlCount";i:13;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:7442424;s:14:"processingTime";d:0.14786791801452637;}s:13:"6538f712a7e30";a:12:{s:3:"tag";s:13:"6538f712a7e30";s:3:"url";s:40:"http://cxfoot.com/store/report/edit?id=1";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698232082.566684;s:10:"statusCode";i:200;s:8:"sqlCount";i:16;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:7959000;s:14:"processingTime";d:0.1755540370941162;}s:13:"6538f715a6a22";a:12:{s:3:"tag";s:13:"6538f715a6a22";s:3:"url";s:34:"http://cxfoot.com/file/upload/file";s:4:"ajax";i:1;s:6:"method";s:4:"POST";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698232085.60932;s:10:"statusCode";i:200;s:8:"sqlCount";i:6;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:6906224;s:14:"processingTime";d:0.29851412773132324;}s:13:"6538f716613c6";a:12:{s:3:"tag";s:13:"6538f716613c6";s:3:"url";s:40:"http://cxfoot.com/store/report/edit?id=1";s:4:"ajax";i:1;s:6:"method";s:4:"POST";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698232086.330349;s:10:"statusCode";i:200;s:8:"sqlCount";i:14;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:7348208;s:14:"processingTime";d:0.19473600387573242;}s:13:"6538f717d0620";a:12:{s:3:"tag";s:13:"6538f717d0620";s:3:"url";s:36:"http://cxfoot.com/store/report/index";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698232087.779364;s:10:"statusCode";i:200;s:8:"sqlCount";i:11;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:7904048;s:14:"processingTime";d:0.1231839656829834;}s:13:"6538f71832e12";a:12:{s:3:"tag";s:13:"6538f71832e12";s:3:"url";s:52:"http://cxfoot.com/store/report/index?page=1&limit=20";s:4:"ajax";i:1;s:6:"method";s:3:"GET";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698232088.132988;s:10:"statusCode";i:200;s:8:"sqlCount";i:13;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:7442424;s:14:"processingTime";d:0.29105401039123535;}s:13:"6538f72f4ebb4";a:12:{s:3:"tag";s:13:"6538f72f4ebb4";s:3:"url";s:150:"http://cxfoot.com/api/report/index?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698232111.26471;s:10:"statusCode";i:200;s:8:"sqlCount";i:14;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:8461368;s:14:"processingTime";d:0.15489697456359863;}s:13:"653a0be4bde12";a:12:{s:3:"tag";s:13:"653a0be4bde12";s:3:"url";s:38:"http://cxfoot.com/api/user/verify-user";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698302948.651218;s:10:"statusCode";i:200;s:8:"sqlCount";i:6;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:7373456;s:14:"processingTime";d:0.23236799240112305;}s:13:"653a0bffad2a1";a:12:{s:3:"tag";s:13:"653a0bffad2a1";s:3:"url";s:114:"http://cxfoot.com/api/user/verify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D";s:4:"ajax";i:0;s:6:"method";s:3:"GET";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698302975.596035;s:10:"statusCode";i:200;s:8:"sqlCount";i:13;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:7759800;s:14:"processingTime";d:0.21867799758911133;}s:13:"653a211734afc";a:12:{s:3:"tag";s:13:"653a211734afc";s:3:"url";s:154:"http://cxfoot.com/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:4:"ajax";i:0;s:6:"method";s:4:"POST";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698308375.094926;s:10:"statusCode";i:200;s:8:"sqlCount";i:13;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:7778184;s:14:"processingTime";d:0.2493300437927246;}s:13:"653a21674402d";a:12:{s:3:"tag";s:13:"653a21674402d";s:3:"url";s:154:"http://cxfoot.com/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:4:"ajax";i:0;s:6:"method";s:4:"POST";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698308455.168505;s:10:"statusCode";i:200;s:8:"sqlCount";i:13;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:7778240;s:14:"processingTime";d:0.2562601566314697;}s:13:"653a2173e258e";a:12:{s:3:"tag";s:13:"653a2173e258e";s:3:"url";s:154:"http://cxfoot.com/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:4:"ajax";i:0;s:6:"method";s:4:"POST";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698308467.86857;s:10:"statusCode";i:200;s:8:"sqlCount";i:13;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:7778240;s:14:"processingTime";d:0.16196680068969727;}s:13:"653a217ccd515";a:12:{s:3:"tag";s:13:"653a217ccd515";s:3:"url";s:154:"http://cxfoot.com/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:4:"ajax";i:0;s:6:"method";s:4:"POST";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698308476.768723;s:10:"statusCode";i:200;s:8:"sqlCount";i:13;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:7778240;s:14:"processingTime";d:0.17960500717163086;}s:13:"653a219650fa2";a:12:{s:3:"tag";s:13:"653a219650fa2";s:3:"url";s:154:"http://cxfoot.com/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:4:"ajax";i:0;s:6:"method";s:4:"POST";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698308502.269266;s:10:"statusCode";i:200;s:8:"sqlCount";i:9;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:7389792;s:14:"processingTime";d:0.1253809928894043;}s:13:"653a21a06fbfa";a:12:{s:3:"tag";s:13:"653a21a06fbfa";s:3:"url";s:154:"http://cxfoot.com/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:4:"ajax";i:0;s:6:"method";s:4:"POST";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698308512.357715;s:10:"statusCode";i:200;s:8:"sqlCount";i:10;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:7389792;s:14:"processingTime";d:0.16474294662475586;}s:13:"653a21a9ee801";a:12:{s:3:"tag";s:13:"653a21a9ee801";s:3:"url";s:154:"http://cxfoot.com/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:4:"ajax";i:0;s:6:"method";s:4:"POST";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698308521.914194;s:10:"statusCode";i:200;s:8:"sqlCount";i:13;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:7778240;s:14:"processingTime";d:0.16712713241577148;}s:13:"653a21b4b2adb";a:12:{s:3:"tag";s:13:"653a21b4b2adb";s:3:"url";s:154:"http://cxfoot.com/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:4:"ajax";i:0;s:6:"method";s:4:"POST";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698308532.659588;s:10:"statusCode";i:200;s:8:"sqlCount";i:13;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:7778240;s:14:"processingTime";d:0.1774768829345703;}s:13:"653a21c1526e1";a:12:{s:3:"tag";s:13:"653a21c1526e1";s:3:"url";s:154:"http://cxfoot.com/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:4:"ajax";i:0;s:6:"method";s:4:"POST";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698308545.278469;s:10:"statusCode";i:200;s:8:"sqlCount";i:13;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:7778240;s:14:"processingTime";d:0.16800999641418457;}s:13:"653a21fadf859";a:12:{s:3:"tag";s:13:"653a21fadf859";s:3:"url";s:154:"http://cxfoot.com/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:4:"ajax";i:0;s:6:"method";s:4:"POST";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698308602.855345;s:10:"statusCode";i:200;s:8:"sqlCount";i:15;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:8457432;s:14:"processingTime";d:1.013174057006836;}s:13:"653a2231655f1";a:12:{s:3:"tag";s:13:"653a2231655f1";s:3:"url";s:154:"http://cxfoot.com/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:4:"ajax";i:0;s:6:"method";s:4:"POST";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698308657.320316;s:10:"statusCode";i:200;s:8:"sqlCount";i:16;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:9764224;s:14:"processingTime";d:1.1559460163116455;}s:13:"653a26f089b86";a:12:{s:3:"tag";s:13:"653a26f089b86";s:3:"url";s:154:"http://cxfoot.com/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:4:"ajax";i:0;s:6:"method";s:4:"POST";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698309872.461886;s:10:"statusCode";i:200;s:8:"sqlCount";i:13;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:7859880;s:14:"processingTime";d:0.21602416038513184;}s:13:"653a27091e481";a:12:{s:3:"tag";s:13:"653a27091e481";s:3:"url";s:154:"http://cxfoot.com/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:4:"ajax";i:0;s:6:"method";s:4:"POST";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698309897.02402;s:10:"statusCode";i:200;s:8:"sqlCount";i:13;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:7859880;s:14:"processingTime";d:0.20233798027038574;}s:13:"653a271267aa0";a:12:{s:3:"tag";s:13:"653a271267aa0";s:3:"url";s:154:"http://cxfoot.com/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:4:"ajax";i:0;s:6:"method";s:4:"POST";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698309906.364854;s:10:"statusCode";i:200;s:8:"sqlCount";i:13;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:7859880;s:14:"processingTime";d:0.16444611549377441;}s:13:"653a272a15881";a:12:{s:3:"tag";s:13:"653a272a15881";s:3:"url";s:154:"http://cxfoot.com/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:4:"ajax";i:0;s:6:"method";s:4:"POST";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698309930.026609;s:10:"statusCode";i:200;s:8:"sqlCount";i:13;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:7859880;s:14:"processingTime";d:0.15431690216064453;}s:13:"653a279545b50";a:12:{s:3:"tag";s:13:"653a279545b50";s:3:"url";s:154:"http://cxfoot.com/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:4:"ajax";i:0;s:6:"method";s:4:"POST";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698310037.194293;s:10:"statusCode";i:200;s:8:"sqlCount";i:13;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:7859880;s:14:"processingTime";d:0.2102830410003662;}s:13:"653a27aca516c";a:12:{s:3:"tag";s:13:"653a27aca516c";s:3:"url";s:154:"http://cxfoot.com/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:4:"ajax";i:0;s:6:"method";s:4:"POST";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698310060.577855;s:10:"statusCode";i:200;s:8:"sqlCount";i:21;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:8533176;s:14:"processingTime";d:1.1321399211883545;}s:13:"653a2cd5be235";a:12:{s:3:"tag";s:13:"653a2cd5be235";s:3:"url";s:154:"http://cxfoot.com/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:4:"ajax";i:0;s:6:"method";s:4:"POST";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698311381.679954;s:10:"statusCode";i:200;s:8:"sqlCount";i:16;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:9872120;s:14:"processingTime";d:1.189652919769287;}s:13:"653a2d0d76c6f";a:12:{s:3:"tag";s:13:"653a2d0d76c6f";s:3:"url";s:154:"http://cxfoot.com/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:4:"ajax";i:0;s:6:"method";s:4:"POST";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698311437.387391;s:10:"statusCode";i:200;s:8:"sqlCount";i:21;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:8533176;s:14:"processingTime";d:1.1573259830474854;}s:13:"653a3707dd767";a:12:{s:3:"tag";s:13:"653a3707dd767";s:3:"url";s:154:"http://cxfoot.com/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:4:"ajax";i:0;s:6:"method";s:4:"POST";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698313991.797916;s:10:"statusCode";i:200;s:8:"sqlCount";i:21;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:8533176;s:14:"processingTime";d:1.1798391342163086;}s:13:"653a370a96147";a:12:{s:3:"tag";s:13:"653a370a96147";s:3:"url";s:154:"http://cxfoot.com/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:4:"ajax";i:0;s:6:"method";s:4:"POST";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698313994.558657;s:10:"statusCode";i:200;s:8:"sqlCount";i:21;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:8533176;s:14:"processingTime";d:1.0797040462493896;}s:13:"653a370cbda1e";a:12:{s:3:"tag";s:13:"653a370cbda1e";s:3:"url";s:154:"http://cxfoot.com/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:4:"ajax";i:0;s:6:"method";s:4:"POST";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698313996.684012;s:10:"statusCode";i:200;s:8:"sqlCount";i:21;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:8533176;s:14:"processingTime";d:1.133692979812622;}s:13:"653a371ca3511";a:12:{s:3:"tag";s:13:"653a371ca3511";s:3:"url";s:154:"http://cxfoot.com/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:4:"ajax";i:0;s:6:"method";s:4:"POST";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698314012.611872;s:10:"statusCode";i:200;s:8:"sqlCount";i:16;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:9872120;s:14:"processingTime";d:1.1028730869293213;}s:13:"653a375b86a7b";a:12:{s:3:"tag";s:13:"653a375b86a7b";s:3:"url";s:154:"http://cxfoot.com/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:4:"ajax";i:0;s:6:"method";s:4:"POST";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698314075.449022;s:10:"statusCode";i:200;s:8:"sqlCount";i:21;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:8533136;s:14:"processingTime";d:1.1980960369110107;}s:13:"653a376d2fb61";a:12:{s:3:"tag";s:13:"653a376d2fb61";s:3:"url";s:154:"http://cxfoot.com/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:4:"ajax";i:0;s:6:"method";s:4:"POST";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698314093.139875;s:10:"statusCode";i:200;s:8:"sqlCount";i:21;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:8533136;s:14:"processingTime";d:1.085101842880249;}s:13:"653a376fbc66f";a:12:{s:3:"tag";s:13:"653a376fbc66f";s:3:"url";s:154:"http://cxfoot.com/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:4:"ajax";i:0;s:6:"method";s:4:"POST";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698314095.715845;s:10:"statusCode";i:200;s:8:"sqlCount";i:21;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:8533136;s:14:"processingTime";d:1.1050400733947754;}s:13:"653a37723c49a";a:12:{s:3:"tag";s:13:"653a37723c49a";s:3:"url";s:154:"http://cxfoot.com/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:4:"ajax";i:0;s:6:"method";s:4:"POST";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698314098.189733;s:10:"statusCode";i:200;s:8:"sqlCount";i:21;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:8533136;s:14:"processingTime";d:1.080920934677124;}s:13:"653a37788a480";a:12:{s:3:"tag";s:13:"653a37788a480";s:3:"url";s:154:"http://cxfoot.com/api/user/modify-user?access_token=bVM2WGUxaVgwZk1nelZuMnpheXE5cDA0dXQ1dkI0QzIyaHlJbVpNWTNIWT0%3D&X-Csrf=ag7x1Afy1r0q8j4y05vk3s4118hx7124";s:4:"ajax";i:0;s:6:"method";s:4:"POST";s:2:"ip";s:9:"127.0.0.1";s:4:"time";d:1698314104.50625;s:10:"statusCode";i:200;s:8:"sqlCount";i:21;s:9:"mailCount";i:0;s:9:"mailFiles";a:0:{}s:10:"peakMemory";i:8533136;s:14:"processingTime";d:1.0798850059509277;}} \ No newline at end of file