作者 郭文星

13

1 -/nbproject/  
2 -/thinkphp/  
3 -/application/database.php  
4 -/vendor/  
5 -/runtime/*  
6 -/addons/*  
7 -/public/assets/libs/  
8 -/public/assets/addons/*  
9 -/public/uploads/*  
10 -.idea  
11 -composer.lock  
12 -*.log  
13 -*.css.map  
14 -!.gitkeep  
15 -.env  
16 -.svn  
17 -.vscode  
18 -node_modules  
19 -.user.ini  
  1 +<?xml version="1.0" encoding="UTF-8"?>
  2 +<project version="4">
  3 + <component name="VcsDirectoryMappings">
  4 + <mapping directory="$PROJECT_DIR$" vcs="Git" />
  5 + </component>
  6 +</project>
@@ -76,12 +76,6 @@ @@ -76,12 +76,6 @@
76 <input id="c-start_time" class="form-control datetimepicker" data-date-format="HH:mm" data-use-current="true" name="row[start_time]" type="text" value="{:date('H:i')}"> 76 <input id="c-start_time" class="form-control datetimepicker" data-date-format="HH:mm" data-use-current="true" name="row[start_time]" type="text" value="{:date('H:i')}">
77 </div> 77 </div>
78 </div> 78 </div>
79 -  
80 -  
81 -  
82 -  
83 -  
84 -  
85 <div class="form-group"> 79 <div class="form-group">
86 <label class="control-label col-xs-12 col-sm-2">{:__('Create_time')}:</label> 80 <label class="control-label col-xs-12 col-sm-2">{:__('Create_time')}:</label>
87 <div class="col-xs-12 col-sm-8"> 81 <div class="col-xs-12 col-sm-8">
@@ -30,7 +30,6 @@ class Login extends Base @@ -30,7 +30,6 @@ class Login extends Base
30 $encryptedData = $post['encryptedData'];//I('post.encryptedData'); 30 $encryptedData = $post['encryptedData'];//I('post.encryptedData');
31 $iv = $post['iv'];//I('post.iv'); 31 $iv = $post['iv'];//I('post.iv');
32 $url = "https://api.weixin.qq.com/sns/jscode2session?appid=" . $appid . "&secret=" . $AppSecret . "&js_code=" . $code . "&grant_type=authorization_code"; 32 $url = "https://api.weixin.qq.com/sns/jscode2session?appid=" . $appid . "&secret=" . $AppSecret . "&js_code=" . $code . "&grant_type=authorization_code";
33 - file_put_contents("1.txt","8-1. ".($code)."\r\n",FILE_APPEND);  
34 $result = http_request($url); 33 $result = http_request($url);
35 $res = json_decode($result, true); 34 $res = json_decode($result, true);
36 if (!$res) { 35 if (!$res) {
  1 +<?php
  2 +//000000000000
  3 + exit();?>
  4 +i:1710325911;
  1 +---------------------------------------------------------------
  2 +[ 2024-03-13T18:11:28+08:00 ] 127.0.0.1 POST netcar.com/index.php/api/v1/login/get_user_by_shouquan?code&encryptedData&iv
  3 +[运行时间:0.036864s] [吞吐率:27.13req/s] [内存消耗:2,878.33kb] [文件加载:70]
  4 +[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000114s ]
  5 +[ info ] [ CACHE ] INIT File
  6 +[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.002556s ]
  7 +[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_init [ RunTime:0.000607s ]
  8 +[ info ] [ LANG ] D:\tyobject\wyc.tenyes.cn\thinkphp\lang\zh-cn.php
  9 +[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_dispatch [ RunTime:0.000020s ]
  10 +[ info ] [ ROUTE ] array (
  11 + 'type' => 'module',
  12 + 'module' =>
  13 + array (
  14 + 0 => 'api',
  15 + 1 => 'v1.login',
  16 + 2 => 'get_user_by_shouquan',
  17 + ),
  18 +)
  19 +[ info ] [ HEADER ] array (
  20 + 'content-length' => '0',
  21 + 'connection' => 'keep-alive',
  22 + 'accept-encoding' => 'gzip, deflate, br',
  23 + 'host' => 'netcar.com',
  24 + 'accept' => '*/*',
  25 + 'user-agent' => 'Apifox/1.0.0 (https://apifox.com)',
  26 + 'content-type' => '',
  27 +)
  28 +[ info ] [ PARAM ] array (
  29 + 'code' => '',
  30 + 'encryptedData' => '',
  31 + 'iv' => '',
  32 +)
  33 +[ info ] [ LANG ] D:\tyobject\wyc.tenyes.cn\public/../application/api\lang\zh-cn.php
  34 +[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @module_init [ RunTime:0.001060s ]
  35 +[ info ] [ BEHAVIOR ] Run \addons\epay\Epay @action_begin [ RunTime:0.002767s ]
  36 +[ info ] [ RUN ] app\api\controller\v1\Login->get_user_by_shouquan[ D:\tyobject\wyc.tenyes.cn\application\api\controller\v1\Login.php ]
  37 +[ info ] [ LOG ] INIT File
  38 +---------------------------------------------------------------
  39 +[ 2024-03-13T18:11:45+08:00 ] 127.0.0.1 POST netcar.com/index.php/api/v1/login/get_user_by_shouquan?code&encryptedData&iv
  40 +[运行时间:0.021633s] [吞吐率:46.23req/s] [内存消耗:2,877.51kb] [文件加载:70]
  41 +[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000021s ]
  42 +[ info ] [ CACHE ] INIT File
  43 +[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.001553s ]
  44 +[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_init [ RunTime:0.000442s ]
  45 +[ info ] [ LANG ] D:\tyobject\wyc.tenyes.cn\thinkphp\lang\zh-cn.php
  46 +[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_dispatch [ RunTime:0.000025s ]
  47 +[ info ] [ ROUTE ] array (
  48 + 'type' => 'module',
  49 + 'module' =>
  50 + array (
  51 + 0 => 'api',
  52 + 1 => 'v1.login',
  53 + 2 => 'get_user_by_shouquan',
  54 + ),
  55 +)
  56 +[ info ] [ HEADER ] array (
  57 + 'content-length' => '0',
  58 + 'connection' => 'keep-alive',
  59 + 'accept-encoding' => 'gzip, deflate, br',
  60 + 'host' => 'netcar.com',
  61 + 'accept' => '*/*',
  62 + 'user-agent' => 'Apifox/1.0.0 (https://apifox.com)',
  63 + 'content-type' => '',
  64 +)
  65 +[ info ] [ PARAM ] array (
  66 + 'code' => '',
  67 + 'encryptedData' => '',
  68 + 'iv' => '',
  69 +)
  70 +[ info ] [ LANG ] D:\tyobject\wyc.tenyes.cn\public/../application/api\lang\zh-cn.php
  71 +[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @module_init [ RunTime:0.000980s ]
  72 +[ info ] [ BEHAVIOR ] Run \addons\epay\Epay @action_begin [ RunTime:0.002349s ]
  73 +[ info ] [ RUN ] app\api\controller\v1\Login->get_user_by_shouquan[ D:\tyobject\wyc.tenyes.cn\application\api\controller\v1\Login.php ]
  74 +[ info ] [ LOG ] INIT File
  75 +---------------------------------------------------------------
  76 +[ 2024-03-13T18:13:55+08:00 ] 127.0.0.1 POST netcar.com/index.php/api/v1/login/get_user_by_shouquan?code&encryptedData&iv
  77 +[运行时间:0.025719s] [吞吐率:38.88req/s] [内存消耗:2,877.48kb] [文件加载:70]
  78 +[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000012s ]
  79 +[ info ] [ CACHE ] INIT File
  80 +[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.001832s ]
  81 +[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_init [ RunTime:0.000540s ]
  82 +[ info ] [ LANG ] D:\tyobject\wyc.tenyes.cn\thinkphp\lang\zh-cn.php
  83 +[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_dispatch [ RunTime:0.000012s ]
  84 +[ info ] [ ROUTE ] array (
  85 + 'type' => 'module',
  86 + 'module' =>
  87 + array (
  88 + 0 => 'api',
  89 + 1 => 'v1.login',
  90 + 2 => 'get_user_by_shouquan',
  91 + ),
  92 +)
  93 +[ info ] [ HEADER ] array (
  94 + 'content-length' => '0',
  95 + 'connection' => 'keep-alive',
  96 + 'accept-encoding' => 'gzip, deflate, br',
  97 + 'host' => 'netcar.com',
  98 + 'accept' => '*/*',
  99 + 'user-agent' => 'Apifox/1.0.0 (https://apifox.com)',
  100 + 'content-type' => '',
  101 +)
  102 +[ info ] [ PARAM ] array (
  103 + 'code' => '',
  104 + 'encryptedData' => '',
  105 + 'iv' => '',
  106 +)
  107 +[ info ] [ LANG ] D:\tyobject\wyc.tenyes.cn\public/../application/api\lang\zh-cn.php
  108 +[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @module_init [ RunTime:0.000920s ]
  109 +[ info ] [ BEHAVIOR ] Run \addons\epay\Epay @action_begin [ RunTime:0.002638s ]
  110 +[ info ] [ RUN ] app\api\controller\v1\Login->get_user_by_shouquan[ D:\tyobject\wyc.tenyes.cn\application\api\controller\v1\Login.php ]
  111 +[ info ] [ LOG ] INIT File
  112 +---------------------------------------------------------------
  113 +[ 2024-03-13T18:14:02+08:00 ] 127.0.0.1 POST netcar.com/index.php/api/v1/login/get_user_by_shouquan?code&encryptedData&iv
  114 +[运行时间:0.021406s] [吞吐率:46.72req/s] [内存消耗:2,877.51kb] [文件加载:70]
  115 +[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000012s ]
  116 +[ info ] [ CACHE ] INIT File
  117 +[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.001467s ]
  118 +[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_init [ RunTime:0.000405s ]
  119 +[ info ] [ LANG ] D:\tyobject\wyc.tenyes.cn\thinkphp\lang\zh-cn.php
  120 +[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_dispatch [ RunTime:0.000013s ]
  121 +[ info ] [ ROUTE ] array (
  122 + 'type' => 'module',
  123 + 'module' =>
  124 + array (
  125 + 0 => 'api',
  126 + 1 => 'v1.login',
  127 + 2 => 'get_user_by_shouquan',
  128 + ),
  129 +)
  130 +[ info ] [ HEADER ] array (
  131 + 'content-length' => '0',
  132 + 'connection' => 'keep-alive',
  133 + 'accept-encoding' => 'gzip, deflate, br',
  134 + 'host' => 'netcar.com',
  135 + 'accept' => '*/*',
  136 + 'user-agent' => 'Apifox/1.0.0 (https://apifox.com)',
  137 + 'content-type' => '',
  138 +)
  139 +[ info ] [ PARAM ] array (
  140 + 'code' => '',
  141 + 'encryptedData' => '',
  142 + 'iv' => '',
  143 +)
  144 +[ info ] [ LANG ] D:\tyobject\wyc.tenyes.cn\public/../application/api\lang\zh-cn.php
  145 +[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @module_init [ RunTime:0.000837s ]
  146 +[ info ] [ BEHAVIOR ] Run \addons\epay\Epay @action_begin [ RunTime:0.002351s ]
  147 +[ info ] [ RUN ] app\api\controller\v1\Login->get_user_by_shouquan[ D:\tyobject\wyc.tenyes.cn\application\api\controller\v1\Login.php ]
  148 +[ info ] [ LOG ] INIT File
  149 +---------------------------------------------------------------
  150 +[ 2024-03-13T18:14:48+08:00 ] 127.0.0.1 POST netcar.com/index.php/api/v1/login/get_user_by_shouquan?code&encryptedData&iv
  151 +[运行时间:0.020675s] [吞吐率:48.37req/s] [内存消耗:2,877.51kb] [文件加载:70]
  152 +[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000011s ]
  153 +[ info ] [ CACHE ] INIT File
  154 +[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.001364s ]
  155 +[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_init [ RunTime:0.000390s ]
  156 +[ info ] [ LANG ] D:\tyobject\wyc.tenyes.cn\thinkphp\lang\zh-cn.php
  157 +[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_dispatch [ RunTime:0.000012s ]
  158 +[ info ] [ ROUTE ] array (
  159 + 'type' => 'module',
  160 + 'module' =>
  161 + array (
  162 + 0 => 'api',
  163 + 1 => 'v1.login',
  164 + 2 => 'get_user_by_shouquan',
  165 + ),
  166 +)
  167 +[ info ] [ HEADER ] array (
  168 + 'content-length' => '0',
  169 + 'connection' => 'keep-alive',
  170 + 'accept-encoding' => 'gzip, deflate, br',
  171 + 'host' => 'netcar.com',
  172 + 'accept' => '*/*',
  173 + 'user-agent' => 'Apifox/1.0.0 (https://apifox.com)',
  174 + 'content-type' => '',
  175 +)
  176 +[ info ] [ PARAM ] array (
  177 + 'code' => '',
  178 + 'encryptedData' => '',
  179 + 'iv' => '',
  180 +)
  181 +[ info ] [ LANG ] D:\tyobject\wyc.tenyes.cn\public/../application/api\lang\zh-cn.php
  182 +[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @module_init [ RunTime:0.000821s ]
  183 +[ info ] [ BEHAVIOR ] Run \addons\epay\Epay @action_begin [ RunTime:0.002218s ]
  184 +[ info ] [ RUN ] app\api\controller\v1\Login->get_user_by_shouquan[ D:\tyobject\wyc.tenyes.cn\application\api\controller\v1\Login.php ]
  185 +[ info ] [ LOG ] INIT File
  186 +---------------------------------------------------------------
  187 +[ 2024-03-13T18:14:51+08:00 ] 127.0.0.1 POST netcar.com/index.php/api/v1/login/get_user_by_shouquan?code&encryptedData&iv
  188 +[运行时间:0.020589s] [吞吐率:48.57req/s] [内存消耗:2,877.51kb] [文件加载:70]
  189 +[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000013s ]
  190 +[ info ] [ CACHE ] INIT File
  191 +[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.001393s ]
  192 +[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_init [ RunTime:0.000409s ]
  193 +[ info ] [ LANG ] D:\tyobject\wyc.tenyes.cn\thinkphp\lang\zh-cn.php
  194 +[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_dispatch [ RunTime:0.000013s ]
  195 +[ info ] [ ROUTE ] array (
  196 + 'type' => 'module',
  197 + 'module' =>
  198 + array (
  199 + 0 => 'api',
  200 + 1 => 'v1.login',
  201 + 2 => 'get_user_by_shouquan',
  202 + ),
  203 +)
  204 +[ info ] [ HEADER ] array (
  205 + 'content-length' => '0',
  206 + 'connection' => 'keep-alive',
  207 + 'accept-encoding' => 'gzip, deflate, br',
  208 + 'host' => 'netcar.com',
  209 + 'accept' => '*/*',
  210 + 'user-agent' => 'Apifox/1.0.0 (https://apifox.com)',
  211 + 'content-type' => '',
  212 +)
  213 +[ info ] [ PARAM ] array (
  214 + 'code' => '',
  215 + 'encryptedData' => '',
  216 + 'iv' => '',
  217 +)
  218 +[ info ] [ LANG ] D:\tyobject\wyc.tenyes.cn\public/../application/api\lang\zh-cn.php
  219 +[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @module_init [ RunTime:0.000775s ]
  220 +[ info ] [ BEHAVIOR ] Run \addons\epay\Epay @action_begin [ RunTime:0.002209s ]
  221 +[ info ] [ RUN ] app\api\controller\v1\Login->get_user_by_shouquan[ D:\tyobject\wyc.tenyes.cn\application\api\controller\v1\Login.php ]
  222 +[ info ] [ LOG ] INIT File
  223 +---------------------------------------------------------------
  224 +[ 2024-03-13T18:16:31+08:00 ] 127.0.0.1 POST netcar.com/index.php/api/v1/login/get_user_by_shouquan?code&encryptedData&iv
  225 +[运行时间:0.027023s] [吞吐率:37.01req/s] [内存消耗:2,877.51kb] [文件加载:70]
  226 +[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000016s ]
  227 +[ info ] [ CACHE ] INIT File
  228 +[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.002041s ]
  229 +[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_init [ RunTime:0.000596s ]
  230 +[ info ] [ LANG ] D:\tyobject\wyc.tenyes.cn\thinkphp\lang\zh-cn.php
  231 +[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_dispatch [ RunTime:0.000017s ]
  232 +[ info ] [ ROUTE ] array (
  233 + 'type' => 'module',
  234 + 'module' =>
  235 + array (
  236 + 0 => 'api',
  237 + 1 => 'v1.login',
  238 + 2 => 'get_user_by_shouquan',
  239 + ),
  240 +)
  241 +[ info ] [ HEADER ] array (
  242 + 'content-length' => '0',
  243 + 'connection' => 'keep-alive',
  244 + 'accept-encoding' => 'gzip, deflate, br',
  245 + 'host' => 'netcar.com',
  246 + 'accept' => '*/*',
  247 + 'user-agent' => 'Apifox/1.0.0 (https://apifox.com)',
  248 + 'content-type' => '',
  249 +)
  250 +[ info ] [ PARAM ] array (
  251 + 'code' => '',
  252 + 'encryptedData' => '',
  253 + 'iv' => '',
  254 +)
  255 +[ info ] [ LANG ] D:\tyobject\wyc.tenyes.cn\public/../application/api\lang\zh-cn.php
  256 +[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @module_init [ RunTime:0.001301s ]
  257 +[ info ] [ BEHAVIOR ] Run \addons\epay\Epay @action_begin [ RunTime:0.002728s ]
  258 +[ info ] [ RUN ] app\api\controller\v1\Login->get_user_by_shouquan[ D:\tyobject\wyc.tenyes.cn\application\api\controller\v1\Login.php ]
  259 +[ info ] [ LOG ] INIT File
  260 +---------------------------------------------------------------
  261 +[ 2024-03-13T18:31:51+08:00 ] 127.0.0.1 GET netcar.com/index.php/api/car/passengerlist
  262 +[运行时间:0.051125s] [吞吐率:19.56req/s] [内存消耗:3,798.14kb] [文件加载:84]
  263 +[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000012s ]
  264 +[ info ] [ CACHE ] INIT File
  265 +[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.001779s ]
  266 +[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_init [ RunTime:0.000522s ]
  267 +[ info ] [ LANG ] D:\tyobject\wyc.tenyes.cn\thinkphp\lang\zh-cn.php
  268 +[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_dispatch [ RunTime:0.000011s ]
  269 +[ info ] [ ROUTE ] array (
  270 + 'type' => 'module',
  271 + 'module' =>
  272 + array (
  273 + 0 => 'api',
  274 + 1 => 'car',
  275 + 2 => 'passengerlist',
  276 + ),
  277 +)
  278 +[ info ] [ HEADER ] array (
  279 + 'connection' => 'keep-alive',
  280 + 'accept-encoding' => 'gzip, deflate, br',
  281 + 'host' => 'netcar.com',
  282 + 'accept' => '*/*',
  283 + 'user-agent' => 'Apifox/1.0.0 (https://apifox.com)',
  284 + 'token' => '7e1da6b7-28fe-44c6-8a2d-118e07fec52c',
  285 + 'content-length' => '',
  286 + 'content-type' => '',
  287 +)
  288 +[ info ] [ PARAM ] array (
  289 +)
  290 +[ info ] [ LANG ] D:\tyobject\wyc.tenyes.cn\public/../application/api\lang\zh-cn.php
  291 +[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @module_init [ RunTime:0.000930s ]
  292 +[ info ] [ TOKEN ] INIT Mysql
  293 +[ info ] [ DB ] INIT mysql
  294 +[ info ] [ BEHAVIOR ] Run \addons\epay\Epay @action_begin [ RunTime:0.002751s ]
  295 +[ info ] [ RUN ] app\api\controller\Car->passengerlist[ D:\tyobject\wyc.tenyes.cn\application\api\controller\Car.php ]
  296 +[ info ] [ LOG ] INIT File
  297 +[ error ] [10501]SQLSTATE[42S02]: Base table or view not found: 1146 Table 'net_car.fa_passenger' doesn't exist[D:\tyobject\wyc.tenyes.cn\thinkphp\library\think\db\Connection.php:385]
  298 +---------------------------------------------------------------
  299 +[ 2024-03-13T18:32:18+08:00 ] 127.0.0.1 GET netcar.com/index.php/api/car/passengerlist
  300 +[运行时间:0.029004s] [吞吐率:34.48req/s] [内存消耗:3,797.83kb] [文件加载:84]
  301 +[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000012s ]
  302 +[ info ] [ CACHE ] INIT File
  303 +[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.001425s ]
  304 +[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_init [ RunTime:0.000392s ]
  305 +[ info ] [ LANG ] D:\tyobject\wyc.tenyes.cn\thinkphp\lang\zh-cn.php
  306 +[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_dispatch [ RunTime:0.000012s ]
  307 +[ info ] [ ROUTE ] array (
  308 + 'type' => 'module',
  309 + 'module' =>
  310 + array (
  311 + 0 => 'api',
  312 + 1 => 'car',
  313 + 2 => 'passengerlist',
  314 + ),
  315 +)
  316 +[ info ] [ HEADER ] array (
  317 + 'connection' => 'keep-alive',
  318 + 'accept-encoding' => 'gzip, deflate, br',
  319 + 'host' => 'netcar.com',
  320 + 'accept' => '*/*',
  321 + 'user-agent' => 'Apifox/1.0.0 (https://apifox.com)',
  322 + 'token' => '7e1da6b7-28fe-44c6-8a2d-118e07fec52c',
  323 + 'content-length' => '',
  324 + 'content-type' => '',
  325 +)
  326 +[ info ] [ PARAM ] array (
  327 +)
  328 +[ info ] [ LANG ] D:\tyobject\wyc.tenyes.cn\public/../application/api\lang\zh-cn.php
  329 +[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @module_init [ RunTime:0.000730s ]
  330 +[ info ] [ TOKEN ] INIT Mysql
  331 +[ info ] [ DB ] INIT mysql
  332 +[ info ] [ BEHAVIOR ] Run \addons\epay\Epay @action_begin [ RunTime:0.002274s ]
  333 +[ info ] [ RUN ] app\api\controller\Car->passengerlist[ D:\tyobject\wyc.tenyes.cn\application\api\controller\Car.php ]
  334 +[ info ] [ LOG ] INIT File
  335 +[ error ] [10501]SQLSTATE[42S02]: Base table or view not found: 1146 Table 'net_car.fa_passenger' doesn't exist[D:\tyobject\wyc.tenyes.cn\thinkphp\library\think\db\Connection.php:385]
  336 +---------------------------------------------------------------
  337 +[ 2024-03-13T18:32:58+08:00 ] 127.0.0.1 GET netcar.com/index.php/api/car/passengerlist
  338 +[运行时间:0.503007s] [吞吐率:1.99req/s] [内存消耗:3,828.78kb] [文件加载:81]
  339 +[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000017s ]
  340 +[ info ] [ CACHE ] INIT File
  341 +[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.001703s ]
  342 +[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_init [ RunTime:0.000443s ]
  343 +[ info ] [ LANG ] D:\tyobject\wyc.tenyes.cn\thinkphp\lang\zh-cn.php
  344 +[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_dispatch [ RunTime:0.000024s ]
  345 +[ info ] [ ROUTE ] array (
  346 + 'type' => 'module',
  347 + 'module' =>
  348 + array (
  349 + 0 => 'api',
  350 + 1 => 'car',
  351 + 2 => 'passengerlist',
  352 + ),
  353 +)
  354 +[ info ] [ HEADER ] array (
  355 + 'connection' => 'keep-alive',
  356 + 'accept-encoding' => 'gzip, deflate, br',
  357 + 'host' => 'netcar.com',
  358 + 'accept' => '*/*',
  359 + 'user-agent' => 'Apifox/1.0.0 (https://apifox.com)',
  360 + 'token' => '7e1da6b7-28fe-44c6-8a2d-118e07fec52c',
  361 + 'content-length' => '',
  362 + 'content-type' => '',
  363 +)
  364 +[ info ] [ PARAM ] array (
  365 +)
  366 +[ info ] [ LANG ] D:\tyobject\wyc.tenyes.cn\public/../application/api\lang\zh-cn.php
  367 +[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @module_init [ RunTime:0.000830s ]
  368 +[ info ] [ TOKEN ] INIT Mysql
  369 +[ info ] [ DB ] INIT mysql
  370 +[ info ] [ BEHAVIOR ] Run \addons\epay\Epay @action_begin [ RunTime:0.002613s ]
  371 +[ info ] [ RUN ] app\api\controller\Car->passengerlist[ D:\tyobject\wyc.tenyes.cn\application\api\controller\Car.php ]
  372 +[ info ] [ LOG ] INIT File
  373 +---------------------------------------------------------------
  374 +[ 2024-03-13T18:33:15+08:00 ] 127.0.0.1 GET netcar.com/index.php/api/car/passengerlist
  375 +[运行时间:0.380089s] [吞吐率:2.63req/s] [内存消耗:3,828.84kb] [文件加载:81]
  376 +[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000015s ]
  377 +[ info ] [ CACHE ] INIT File
  378 +[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.001482s ]
  379 +[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_init [ RunTime:0.000425s ]
  380 +[ info ] [ LANG ] D:\tyobject\wyc.tenyes.cn\thinkphp\lang\zh-cn.php
  381 +[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_dispatch [ RunTime:0.000014s ]
  382 +[ info ] [ ROUTE ] array (
  383 + 'type' => 'module',
  384 + 'module' =>
  385 + array (
  386 + 0 => 'api',
  387 + 1 => 'car',
  388 + 2 => 'passengerlist',
  389 + ),
  390 +)
  391 +[ info ] [ HEADER ] array (
  392 + 'connection' => 'keep-alive',
  393 + 'accept-encoding' => 'gzip, deflate, br',
  394 + 'host' => 'netcar.com',
  395 + 'accept' => '*/*',
  396 + 'user-agent' => 'Apifox/1.0.0 (https://apifox.com)',
  397 + 'token' => '7e1da6b7-28fe-44c6-8a2d-118e07fec52c',
  398 + 'content-length' => '',
  399 + 'content-type' => '',
  400 +)
  401 +[ info ] [ PARAM ] array (
  402 +)
  403 +[ info ] [ LANG ] D:\tyobject\wyc.tenyes.cn\public/../application/api\lang\zh-cn.php
  404 +[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @module_init [ RunTime:0.000768s ]
  405 +[ info ] [ TOKEN ] INIT Mysql
  406 +[ info ] [ DB ] INIT mysql
  407 +[ info ] [ BEHAVIOR ] Run \addons\epay\Epay @action_begin [ RunTime:0.002490s ]
  408 +[ info ] [ RUN ] app\api\controller\Car->passengerlist[ D:\tyobject\wyc.tenyes.cn\application\api\controller\Car.php ]
  409 +[ info ] [ LOG ] INIT File
  410 +---------------------------------------------------------------
  411 +[ 2024-03-13T18:34:09+08:00 ] 127.0.0.1 GET netcar.com/index.php/api/car/passengerlist
  412 +[运行时间:0.413194s] [吞吐率:2.42req/s] [内存消耗:3,829.09kb] [文件加载:81]
  413 +[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000021s ]
  414 +[ info ] [ CACHE ] INIT File
  415 +[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.002183s ]
  416 +[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_init [ RunTime:0.000564s ]
  417 +[ info ] [ LANG ] D:\tyobject\wyc.tenyes.cn\thinkphp\lang\zh-cn.php
  418 +[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_dispatch [ RunTime:0.000016s ]
  419 +[ info ] [ ROUTE ] array (
  420 + 'type' => 'module',
  421 + 'module' =>
  422 + array (
  423 + 0 => 'api',
  424 + 1 => 'car',
  425 + 2 => 'passengerlist',
  426 + ),
  427 +)
  428 +[ info ] [ HEADER ] array (
  429 + 'connection' => 'keep-alive',
  430 + 'accept-encoding' => 'gzip, deflate, br',
  431 + 'host' => 'netcar.com',
  432 + 'accept' => '*/*',
  433 + 'user-agent' => 'Apifox/1.0.0 (https://apifox.com)',
  434 + 'token' => '7e1da6b7-28fe-44c6-8a2d-118e07fec52c',
  435 + 'content-length' => '',
  436 + 'content-type' => '',
  437 +)
  438 +[ info ] [ PARAM ] array (
  439 +)
  440 +[ info ] [ LANG ] D:\tyobject\wyc.tenyes.cn\public/../application/api\lang\zh-cn.php
  441 +[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @module_init [ RunTime:0.000870s ]
  442 +[ info ] [ TOKEN ] INIT Mysql
  443 +[ info ] [ DB ] INIT mysql
  444 +[ info ] [ BEHAVIOR ] Run \addons\epay\Epay @action_begin [ RunTime:0.003110s ]
  445 +[ info ] [ RUN ] app\api\controller\Car->passengerlist[ D:\tyobject\wyc.tenyes.cn\application\api\controller\Car.php ]
  446 +[ info ] [ LOG ] INIT File
  447 +---------------------------------------------------------------
  448 +[ 2024-03-13T18:37:59+08:00 ] 127.0.0.1 POST netcar.com/index.php/api/car/addpassenger?name=%E5%8D%A2%E6%9C%AC%E4%BC%9F&IDcard=234551233493456445&phone=13923834345&is_adult=1
  449 +[运行时间:0.209145s] [吞吐率:4.78req/s] [内存消耗:3,721.66kb] [文件加载:77]
  450 +[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000023s ]
  451 +[ info ] [ CACHE ] INIT File
  452 +[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.001930s ]
  453 +[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_init [ RunTime:0.000568s ]
  454 +[ info ] [ LANG ] D:\tyobject\wyc.tenyes.cn\thinkphp\lang\zh-cn.php
  455 +[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_dispatch [ RunTime:0.000015s ]
  456 +[ info ] [ ROUTE ] array (
  457 + 'type' => 'module',
  458 + 'module' =>
  459 + array (
  460 + 0 => 'api',
  461 + 1 => 'car',
  462 + 2 => 'addpassenger',
  463 + ),
  464 +)
  465 +[ info ] [ HEADER ] array (
  466 + 'content-length' => '0',
  467 + 'connection' => 'keep-alive',
  468 + 'accept-encoding' => 'gzip, deflate, br',
  469 + 'host' => 'netcar.com',
  470 + 'accept' => '*/*',
  471 + 'user-agent' => 'Apifox/1.0.0 (https://apifox.com)',
  472 + 'content-type' => '',
  473 +)
  474 +[ info ] [ PARAM ] array (
  475 + 'name' => '卢本伟',
  476 + 'IDcard' => '234551233493456445',
  477 + 'phone' => '13923834345',
  478 + 'is_adult' => '1',
  479 +)
  480 +[ info ] [ LANG ] D:\tyobject\wyc.tenyes.cn\public/../application/api\lang\zh-cn.php
  481 +[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @module_init [ RunTime:0.000924s ]
  482 +[ info ] [ BEHAVIOR ] Run \addons\epay\Epay @action_begin [ RunTime:0.002725s ]
  483 +[ info ] [ RUN ] app\api\controller\Car->addpassenger[ D:\tyobject\wyc.tenyes.cn\application\api\controller\Car.php ]
  484 +[ info ] [ DB ] INIT mysql
  485 +[ info ] [ LOG ] INIT File
  486 +---------------------------------------------------------------
  487 +[ 2024-03-13T18:38:25+08:00 ] 127.0.0.1 POST netcar.com/index.php/api/car/addpassenger?name=%E5%8D%A2%E6%9C%AC%E4%BC%9F&IDcard=234551233493456445&phone=13923834345&is_adult=1
  488 +[运行时间:0.456186s] [吞吐率:2.19req/s] [内存消耗:3,794.65kb] [文件加载:81]
  489 +[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000019s ]
  490 +[ info ] [ CACHE ] INIT File
  491 +[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.001770s ]
  492 +[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_init [ RunTime:0.000500s ]
  493 +[ info ] [ LANG ] D:\tyobject\wyc.tenyes.cn\thinkphp\lang\zh-cn.php
  494 +[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_dispatch [ RunTime:0.000023s ]
  495 +[ info ] [ ROUTE ] array (
  496 + 'type' => 'module',
  497 + 'module' =>
  498 + array (
  499 + 0 => 'api',
  500 + 1 => 'car',
  501 + 2 => 'addpassenger',
  502 + ),
  503 +)
  504 +[ info ] [ HEADER ] array (
  505 + 'content-length' => '0',
  506 + 'connection' => 'keep-alive',
  507 + 'accept-encoding' => 'gzip, deflate, br',
  508 + 'host' => 'netcar.com',
  509 + 'accept' => '*/*',
  510 + 'user-agent' => 'Apifox/1.0.0 (https://apifox.com)',
  511 + 'token' => '7e1da6b7-28fe-44c6-8a2d-118e07fec52c',
  512 + 'content-type' => '',
  513 +)
  514 +[ info ] [ PARAM ] array (
  515 + 'name' => '卢本伟',
  516 + 'IDcard' => '234551233493456445',
  517 + 'phone' => '13923834345',
  518 + 'is_adult' => '1',
  519 +)
  520 +[ info ] [ LANG ] D:\tyobject\wyc.tenyes.cn\public/../application/api\lang\zh-cn.php
  521 +[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @module_init [ RunTime:0.001290s ]
  522 +[ info ] [ TOKEN ] INIT Mysql
  523 +[ info ] [ DB ] INIT mysql
  524 +[ info ] [ BEHAVIOR ] Run \addons\epay\Epay @action_begin [ RunTime:0.002337s ]
  525 +[ info ] [ RUN ] app\api\controller\Car->addpassenger[ D:\tyobject\wyc.tenyes.cn\application\api\controller\Car.php ]
  526 +[ info ] [ LOG ] INIT File
  527 +---------------------------------------------------------------
  528 +[ 2024-03-13T18:40:02+08:00 ] 127.0.0.1 POST netcar.com/index.php/api/car/updatepassenger?name=%E5%8D%A2%E6%9C%AC%E4%BC%9F&IDcard=234551233493456445&phone=13923834345&is_adult=1&id=4
  529 +[运行时间:0.222268s] [吞吐率:4.50req/s] [内存消耗:3,722.61kb] [文件加载:77]
  530 +[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000013s ]
  531 +[ info ] [ CACHE ] INIT File
  532 +[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.001917s ]
  533 +[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_init [ RunTime:0.000570s ]
  534 +[ info ] [ LANG ] D:\tyobject\wyc.tenyes.cn\thinkphp\lang\zh-cn.php
  535 +[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_dispatch [ RunTime:0.000017s ]
  536 +[ info ] [ ROUTE ] array (
  537 + 'type' => 'module',
  538 + 'module' =>
  539 + array (
  540 + 0 => 'api',
  541 + 1 => 'car',
  542 + 2 => 'updatepassenger',
  543 + ),
  544 +)
  545 +[ info ] [ HEADER ] array (
  546 + 'content-length' => '0',
  547 + 'connection' => 'keep-alive',
  548 + 'accept-encoding' => 'gzip, deflate, br',
  549 + 'host' => 'netcar.com',
  550 + 'accept' => '*/*',
  551 + 'user-agent' => 'Apifox/1.0.0 (https://apifox.com)',
  552 + 'content-type' => '',
  553 +)
  554 +[ info ] [ PARAM ] array (
  555 + 'name' => '卢本伟',
  556 + 'IDcard' => '234551233493456445',
  557 + 'phone' => '13923834345',
  558 + 'is_adult' => '1',
  559 + 'id' => '4',
  560 +)
  561 +[ info ] [ LANG ] D:\tyobject\wyc.tenyes.cn\public/../application/api\lang\zh-cn.php
  562 +[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @module_init [ RunTime:0.000930s ]
  563 +[ info ] [ BEHAVIOR ] Run \addons\epay\Epay @action_begin [ RunTime:0.002732s ]
  564 +[ info ] [ RUN ] app\api\controller\Car->updatepassenger[ D:\tyobject\wyc.tenyes.cn\application\api\controller\Car.php ]
  565 +[ info ] [ DB ] INIT mysql
  566 +[ info ] [ LOG ] INIT File
  567 +---------------------------------------------------------------
  568 +[ 2024-03-13T18:40:14+08:00 ] 127.0.0.1 POST netcar.com/index.php/api/car/updatepassenger?name=%E5%8D%A2%E6%9C%AC%E4%BC%9F111&IDcard=234551233493456445&phone=13923834345&is_adult=1&id=4
  569 +[运行时间:0.201471s] [吞吐率:4.96req/s] [内存消耗:3,722.65kb] [文件加载:77]
  570 +[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000012s ]
  571 +[ info ] [ CACHE ] INIT File
  572 +[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.001725s ]
  573 +[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_init [ RunTime:0.000565s ]
  574 +[ info ] [ LANG ] D:\tyobject\wyc.tenyes.cn\thinkphp\lang\zh-cn.php
  575 +[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_dispatch [ RunTime:0.000019s ]
  576 +[ info ] [ ROUTE ] array (
  577 + 'type' => 'module',
  578 + 'module' =>
  579 + array (
  580 + 0 => 'api',
  581 + 1 => 'car',
  582 + 2 => 'updatepassenger',
  583 + ),
  584 +)
  585 +[ info ] [ HEADER ] array (
  586 + 'content-length' => '0',
  587 + 'connection' => 'keep-alive',
  588 + 'accept-encoding' => 'gzip, deflate, br',
  589 + 'host' => 'netcar.com',
  590 + 'accept' => '*/*',
  591 + 'user-agent' => 'Apifox/1.0.0 (https://apifox.com)',
  592 + 'content-type' => '',
  593 +)
  594 +[ info ] [ PARAM ] array (
  595 + 'name' => '卢本伟111',
  596 + 'IDcard' => '234551233493456445',
  597 + 'phone' => '13923834345',
  598 + 'is_adult' => '1',
  599 + 'id' => '4',
  600 +)
  601 +[ info ] [ LANG ] D:\tyobject\wyc.tenyes.cn\public/../application/api\lang\zh-cn.php
  602 +[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @module_init [ RunTime:0.001040s ]
  603 +[ info ] [ BEHAVIOR ] Run \addons\epay\Epay @action_begin [ RunTime:0.002254s ]
  604 +[ info ] [ RUN ] app\api\controller\Car->updatepassenger[ D:\tyobject\wyc.tenyes.cn\application\api\controller\Car.php ]
  605 +[ info ] [ DB ] INIT mysql
  606 +[ info ] [ LOG ] INIT File
  607 +---------------------------------------------------------------
  608 +[ 2024-03-13T18:42:13+08:00 ] 127.0.0.1 GET netcar.com/index.php/api/car/selectorder?is_pay=1
  609 +[运行时间:0.429715s] [吞吐率:2.33req/s] [内存消耗:3,844.20kb] [文件加载:81]
  610 +[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000024s ]
  611 +[ info ] [ CACHE ] INIT File
  612 +[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.001905s ]
  613 +[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_init [ RunTime:0.000528s ]
  614 +[ info ] [ LANG ] D:\tyobject\wyc.tenyes.cn\thinkphp\lang\zh-cn.php
  615 +[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_dispatch [ RunTime:0.000014s ]
  616 +[ info ] [ ROUTE ] array (
  617 + 'type' => 'module',
  618 + 'module' =>
  619 + array (
  620 + 0 => 'api',
  621 + 1 => 'car',
  622 + 2 => 'selectorder',
  623 + ),
  624 +)
  625 +[ info ] [ HEADER ] array (
  626 + 'connection' => 'keep-alive',
  627 + 'accept-encoding' => 'gzip, deflate, br',
  628 + 'host' => 'netcar.com',
  629 + 'accept' => '*/*',
  630 + 'user-agent' => 'Apifox/1.0.0 (https://apifox.com)',
  631 + 'token' => '7e1da6b7-28fe-44c6-8a2d-118e07fec52c',
  632 + 'content-length' => '',
  633 + 'content-type' => '',
  634 +)
  635 +[ info ] [ PARAM ] array (
  636 + 'is_pay' => '1',
  637 +)
  638 +[ info ] [ LANG ] D:\tyobject\wyc.tenyes.cn\public/../application/api\lang\zh-cn.php
  639 +[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @module_init [ RunTime:0.000837s ]
  640 +[ info ] [ TOKEN ] INIT Mysql
  641 +[ info ] [ DB ] INIT mysql
  642 +[ info ] [ BEHAVIOR ] Run \addons\epay\Epay @action_begin [ RunTime:0.002705s ]
  643 +[ info ] [ RUN ] app\api\controller\Car->selectorder[ D:\tyobject\wyc.tenyes.cn\application\api\controller\Car.php ]
  644 +[ info ] [ LOG ] INIT File
  645 +---------------------------------------------------------------
  646 +[ 2024-03-13T18:42:27+08:00 ] 127.0.0.1 GET netcar.com/index.php/api/car/selectorder
  647 +[运行时间:0.473200s] [吞吐率:2.11req/s] [内存消耗:3,842.58kb] [文件加载:81]
  648 +[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000015s ]
  649 +[ info ] [ CACHE ] INIT File
  650 +[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.001412s ]
  651 +[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_init [ RunTime:0.000396s ]
  652 +[ info ] [ LANG ] D:\tyobject\wyc.tenyes.cn\thinkphp\lang\zh-cn.php
  653 +[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_dispatch [ RunTime:0.000014s ]
  654 +[ info ] [ ROUTE ] array (
  655 + 'type' => 'module',
  656 + 'module' =>
  657 + array (
  658 + 0 => 'api',
  659 + 1 => 'car',
  660 + 2 => 'selectorder',
  661 + ),
  662 +)
  663 +[ info ] [ HEADER ] array (
  664 + 'connection' => 'keep-alive',
  665 + 'accept-encoding' => 'gzip, deflate, br',
  666 + 'host' => 'netcar.com',
  667 + 'accept' => '*/*',
  668 + 'user-agent' => 'Apifox/1.0.0 (https://apifox.com)',
  669 + 'token' => '7e1da6b7-28fe-44c6-8a2d-118e07fec52c',
  670 + 'content-length' => '',
  671 + 'content-type' => '',
  672 +)
  673 +[ info ] [ PARAM ] array (
  674 +)
  675 +[ info ] [ LANG ] D:\tyobject\wyc.tenyes.cn\public/../application/api\lang\zh-cn.php
  676 +[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @module_init [ RunTime:0.000745s ]
  677 +[ info ] [ TOKEN ] INIT Mysql
  678 +[ info ] [ DB ] INIT mysql
  679 +[ info ] [ BEHAVIOR ] Run \addons\epay\Epay @action_begin [ RunTime:0.002379s ]
  680 +[ info ] [ RUN ] app\api\controller\Car->selectorder[ D:\tyobject\wyc.tenyes.cn\application\api\controller\Car.php ]
  681 +[ info ] [ LOG ] INIT File
  682 +---------------------------------------------------------------
  683 +[ 2024-03-13T18:43:03+08:00 ] 127.0.0.1 POST netcar.com/index.php/api/car/updatepassenger?name=%E5%8D%A2%E6%9C%AC%E4%BC%9F&IDcard=234551233493456445&phone=13923834345&is_adult=1&id=4
  684 +[运行时间:0.432826s] [吞吐率:2.31req/s] [内存消耗:3,795.01kb] [文件加载:81]
  685 +[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000011s ]
  686 +[ info ] [ CACHE ] INIT File
  687 +[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.001361s ]
  688 +[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_init [ RunTime:0.000419s ]
  689 +[ info ] [ LANG ] D:\tyobject\wyc.tenyes.cn\thinkphp\lang\zh-cn.php
  690 +[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_dispatch [ RunTime:0.000015s ]
  691 +[ info ] [ ROUTE ] array (
  692 + 'type' => 'module',
  693 + 'module' =>
  694 + array (
  695 + 0 => 'api',
  696 + 1 => 'car',
  697 + 2 => 'updatepassenger',
  698 + ),
  699 +)
  700 +[ info ] [ HEADER ] array (
  701 + 'content-length' => '0',
  702 + 'connection' => 'keep-alive',
  703 + 'accept-encoding' => 'gzip, deflate, br',
  704 + 'host' => 'netcar.com',
  705 + 'accept' => '*/*',
  706 + 'user-agent' => 'Apifox/1.0.0 (https://apifox.com)',
  707 + 'token' => '7e1da6b7-28fe-44c6-8a2d-118e07fec52c',
  708 + 'content-type' => '',
  709 +)
  710 +[ info ] [ PARAM ] array (
  711 + 'name' => '卢本伟',
  712 + 'IDcard' => '234551233493456445',
  713 + 'phone' => '13923834345',
  714 + 'is_adult' => '1',
  715 + 'id' => '4',
  716 +)
  717 +[ info ] [ LANG ] D:\tyobject\wyc.tenyes.cn\public/../application/api\lang\zh-cn.php
  718 +[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @module_init [ RunTime:0.000817s ]
  719 +[ info ] [ TOKEN ] INIT Mysql
  720 +[ info ] [ DB ] INIT mysql
  721 +[ info ] [ BEHAVIOR ] Run \addons\epay\Epay @action_begin [ RunTime:0.002347s ]
  722 +[ info ] [ RUN ] app\api\controller\Car->updatepassenger[ D:\tyobject\wyc.tenyes.cn\application\api\controller\Car.php ]
  723 +[ info ] [ LOG ] INIT File
  724 +---------------------------------------------------------------
  725 +[ 2024-03-13T18:50:20+08:00 ] 127.0.0.1 POST netcar.com/index.php/api/car/selectcarbyroute?route_id=1&time=1710299016
  726 +[运行时间:0.546907s] [吞吐率:1.83req/s] [内存消耗:3,766.58kb] [文件加载:78]
  727 +[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000012s ]
  728 +[ info ] [ CACHE ] INIT File
  729 +[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.001795s ]
  730 +[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_init [ RunTime:0.000523s ]
  731 +[ info ] [ LANG ] D:\tyobject\wyc.tenyes.cn\thinkphp\lang\zh-cn.php
  732 +[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_dispatch [ RunTime:0.000013s ]
  733 +[ info ] [ ROUTE ] array (
  734 + 'type' => 'module',
  735 + 'module' =>
  736 + array (
  737 + 0 => 'api',
  738 + 1 => 'car',
  739 + 2 => 'selectcarbyroute',
  740 + ),
  741 +)
  742 +[ info ] [ HEADER ] array (
  743 + 'content-length' => '0',
  744 + 'connection' => 'keep-alive',
  745 + 'accept-encoding' => 'gzip, deflate, br',
  746 + 'host' => 'netcar.com',
  747 + 'accept' => '*/*',
  748 + 'user-agent' => 'Apifox/1.0.0 (https://apifox.com)',
  749 + 'content-type' => '',
  750 +)
  751 +[ info ] [ PARAM ] array (
  752 + 'route_id' => '1',
  753 + 'time' => '1710299016',
  754 +)
  755 +[ info ] [ LANG ] D:\tyobject\wyc.tenyes.cn\public/../application/api\lang\zh-cn.php
  756 +[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @module_init [ RunTime:0.000842s ]
  757 +[ info ] [ BEHAVIOR ] Run \addons\epay\Epay @action_begin [ RunTime:0.002601s ]
  758 +[ info ] [ RUN ] app\api\controller\Car->selectcarbyroute[ D:\tyobject\wyc.tenyes.cn\application\api\controller\Car.php ]
  759 +[ info ] [ DB ] INIT mysql
  760 +[ info ] [ LOG ] INIT File
  761 +---------------------------------------------------------------
  762 +[ 2024-03-13T18:54:21+08:00 ] 127.0.0.1 POST netcar.com/index.php/api/car/selectcarbyroute?route_id=1&time=1710299016
  763 +[运行时间:0.582352s] [吞吐率:1.72req/s] [内存消耗:3,766.76kb] [文件加载:78]
  764 +[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000015s ]
  765 +[ info ] [ CACHE ] INIT File
  766 +[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.002186s ]
  767 +[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_init [ RunTime:0.000553s ]
  768 +[ info ] [ LANG ] D:\tyobject\wyc.tenyes.cn\thinkphp\lang\zh-cn.php
  769 +[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_dispatch [ RunTime:0.000016s ]
  770 +[ info ] [ ROUTE ] array (
  771 + 'type' => 'module',
  772 + 'module' =>
  773 + array (
  774 + 0 => 'api',
  775 + 1 => 'car',
  776 + 2 => 'selectcarbyroute',
  777 + ),
  778 +)
  779 +[ info ] [ HEADER ] array (
  780 + 'content-length' => '0',
  781 + 'connection' => 'keep-alive',
  782 + 'accept-encoding' => 'gzip, deflate, br',
  783 + 'host' => 'netcar.com',
  784 + 'accept' => '*/*',
  785 + 'user-agent' => 'Apifox/1.0.0 (https://apifox.com)',
  786 + 'content-type' => '',
  787 +)
  788 +[ info ] [ PARAM ] array (
  789 + 'route_id' => '1',
  790 + 'time' => '1710299016',
  791 +)
  792 +[ info ] [ LANG ] D:\tyobject\wyc.tenyes.cn\public/../application/api\lang\zh-cn.php
  793 +[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @module_init [ RunTime:0.000951s ]
  794 +[ info ] [ BEHAVIOR ] Run \addons\epay\Epay @action_begin [ RunTime:0.002841s ]
  795 +[ info ] [ RUN ] app\api\controller\Car->selectcarbyroute[ D:\tyobject\wyc.tenyes.cn\application\api\controller\Car.php ]
  796 +[ info ] [ DB ] INIT mysql
  797 +[ info ] [ LOG ] INIT File
  798 +---------------------------------------------------------------
  799 +[ 2024-03-13T18:54:36+08:00 ] 127.0.0.1 POST netcar.com/index.php/api/car/selectcarbyroute?route_id=1&time=1710299016
  800 +[运行时间:0.561695s] [吞吐率:1.78req/s] [内存消耗:3,766.76kb] [文件加载:78]
  801 +[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000012s ]
  802 +[ info ] [ CACHE ] INIT File
  803 +[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.001408s ]
  804 +[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_init [ RunTime:0.000419s ]
  805 +[ info ] [ LANG ] D:\tyobject\wyc.tenyes.cn\thinkphp\lang\zh-cn.php
  806 +[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_dispatch [ RunTime:0.000012s ]
  807 +[ info ] [ ROUTE ] array (
  808 + 'type' => 'module',
  809 + 'module' =>
  810 + array (
  811 + 0 => 'api',
  812 + 1 => 'car',
  813 + 2 => 'selectcarbyroute',
  814 + ),
  815 +)
  816 +[ info ] [ HEADER ] array (
  817 + 'content-length' => '0',
  818 + 'connection' => 'keep-alive',
  819 + 'accept-encoding' => 'gzip, deflate, br',
  820 + 'host' => 'netcar.com',
  821 + 'accept' => '*/*',
  822 + 'user-agent' => 'Apifox/1.0.0 (https://apifox.com)',
  823 + 'content-type' => '',
  824 +)
  825 +[ info ] [ PARAM ] array (
  826 + 'route_id' => '1',
  827 + 'time' => '1710299016',
  828 +)
  829 +[ info ] [ LANG ] D:\tyobject\wyc.tenyes.cn\public/../application/api\lang\zh-cn.php
  830 +[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @module_init [ RunTime:0.000736s ]
  831 +[ info ] [ BEHAVIOR ] Run \addons\epay\Epay @action_begin [ RunTime:0.002264s ]
  832 +[ info ] [ RUN ] app\api\controller\Car->selectcarbyroute[ D:\tyobject\wyc.tenyes.cn\application\api\controller\Car.php ]
  833 +[ info ] [ DB ] INIT mysql
  834 +[ info ] [ LOG ] INIT File
  835 +---------------------------------------------------------------
  836 +[ 2024-03-13T19:00:06+08:00 ] 127.0.0.1 GET netcar.com/IkpLwqxfKQ.php/car?ref=addtabs
  837 +[运行时间:0.395060s] [吞吐率:2.53req/s] [内存消耗:4,033.28kb] [文件加载:80]
  838 +[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000014s ]
  839 +[ info ] [ CACHE ] INIT File
  840 +[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.001770s ]
  841 +[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_init [ RunTime:0.000522s ]
  842 +[ info ] [ LANG ] D:\tyobject\wyc.tenyes.cn\thinkphp\lang\zh-cn.php
  843 +[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_dispatch [ RunTime:0.000013s ]
  844 +[ info ] [ ROUTE ] array (
  845 + 'type' => 'module',
  846 + 'module' =>
  847 + array (
  848 + 0 => 'admin',
  849 + 1 => 'car',
  850 + 2 => NULL,
  851 + ),
  852 +)
  853 +[ info ] [ HEADER ] array (
  854 + 'cookie' => 'fastadmin_sid=3ba13agd75c1; PHPSESSID=op70cain09tq5krjej4tifqcha',
  855 + 'accept-language' => 'zh-CN,zh;q=0.9',
  856 + 'accept-encoding' => 'gzip, deflate',
  857 + 'accept' => 'text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7',
  858 + 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.5735.289 Safari/537.36',
  859 + 'upgrade-insecure-requests' => '1',
  860 + 'connection' => 'keep-alive',
  861 + 'host' => 'netcar.com',
  862 + 'content-length' => '',
  863 + 'content-type' => '',
  864 +)
  865 +[ info ] [ PARAM ] array (
  866 + 'ref' => 'addtabs',
  867 +)
  868 +[ info ] [ LANG ] D:\tyobject\wyc.tenyes.cn\public/../application/admin\lang\zh-cn.php
  869 +[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @module_init [ RunTime:0.001085s ]
  870 +[ info ] [ SESSION ] INIT array (
  871 + 'id' => '',
  872 + 'var_session_id' => '',
  873 + 'prefix' => 'think',
  874 + 'type' => '',
  875 + 'auto_start' => true,
  876 +)
  877 +[ info ] [ DB ] INIT mysql
  878 +[ info ] [ BEHAVIOR ] Run app\admin\behavior\AdminLog @app_end [ RunTime:0.000275s ]
  879 +[ info ] [ LOG ] INIT File
  880 +---------------------------------------------------------------
  881 +[ 2024-03-13T19:00:06+08:00 ] 127.0.0.1 GET netcar.com/IkpLwqxfKQ.php/index/index
  882 +[运行时间:0.498248s] [吞吐率:2.01req/s] [内存消耗:4,609.85kb] [文件加载:91]
  883 +[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000011s ]
  884 +[ info ] [ CACHE ] INIT File
  885 +[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.001326s ]
  886 +[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_init [ RunTime:0.000393s ]
  887 +[ info ] [ LANG ] D:\tyobject\wyc.tenyes.cn\thinkphp\lang\zh-cn.php
  888 +[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_dispatch [ RunTime:0.000010s ]
  889 +[ info ] [ ROUTE ] array (
  890 + 'type' => 'module',
  891 + 'module' =>
  892 + array (
  893 + 0 => 'admin',
  894 + 1 => 'index',
  895 + 2 => 'index',
  896 + ),
  897 +)
  898 +[ info ] [ HEADER ] array (
  899 + 'cookie' => 'fastadmin_sid=3ba13agd75c1; PHPSESSID=op70cain09tq5krjej4tifqcha',
  900 + 'accept-language' => 'zh-CN,zh;q=0.9',
  901 + 'accept-encoding' => 'gzip, deflate',
  902 + 'accept' => 'text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7',
  903 + 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.5735.289 Safari/537.36',
  904 + 'upgrade-insecure-requests' => '1',
  905 + 'connection' => 'keep-alive',
  906 + 'host' => 'netcar.com',
  907 + 'content-length' => '',
  908 + 'content-type' => '',
  909 +)
  910 +[ info ] [ PARAM ] array (
  911 +)
  912 +[ info ] [ LANG ] D:\tyobject\wyc.tenyes.cn\public/../application/admin\lang\zh-cn.php
  913 +[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @module_init [ RunTime:0.000720s ]
  914 +[ info ] [ SESSION ] INIT array (
  915 + 'id' => '',
  916 + 'var_session_id' => '',
  917 + 'prefix' => 'think',
  918 + 'type' => '',
  919 + 'auto_start' => true,
  920 +)
  921 +[ info ] [ DB ] INIT mysql
  922 +[ info ] [ LANG ] D:\tyobject\wyc.tenyes.cn\public/../application/admin/lang/zh-cn/index.php
  923 +[ info ] [ BEHAVIOR ] Run \addons\epay\Epay @action_begin [ RunTime:0.001125s ]
  924 +[ info ] [ RUN ] app\admin\controller\Index->index[ D:\tyobject\wyc.tenyes.cn\application\admin\controller\Index.php ]
  925 +[ info ] [ VIEW ] D:\tyobject\wyc.tenyes.cn\public/../application/admin\view\index\index.html [ array (
  926 + 0 => 'breadcrumb',
  927 + 1 => 'site',
  928 + 2 => 'config',
  929 + 3 => 'auth',
  930 + 4 => 'admin',
  931 + 5 => 'menulist',
  932 + 6 => 'navlist',
  933 + 7 => 'fixedmenu',
  934 + 8 => 'referermenu',
  935 + 9 => 'title',
  936 +) ]
  937 +[ info ] [ BEHAVIOR ] Run app\admin\behavior\AdminLog @app_end [ RunTime:0.000124s ]
  938 +[ info ] [ LOG ] INIT File
  939 +---------------------------------------------------------------
  940 +[ 2024-03-13T19:00:08+08:00 ] 127.0.0.1 GET netcar.com/IkpLwqxfKQ.php/dashboard?addtabs=1
  941 +[运行时间:1.633724s] [吞吐率:0.61req/s] [内存消耗:4,510.76kb] [文件加载:90]
  942 +[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000014s ]
  943 +[ info ] [ CACHE ] INIT File
  944 +[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.001359s ]
  945 +[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_init [ RunTime:0.000386s ]
  946 +[ info ] [ LANG ] D:\tyobject\wyc.tenyes.cn\thinkphp\lang\zh-cn.php
  947 +[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_dispatch [ RunTime:0.000013s ]
  948 +[ info ] [ ROUTE ] array (
  949 + 'type' => 'module',
  950 + 'module' =>
  951 + array (
  952 + 0 => 'admin',
  953 + 1 => 'dashboard',
  954 + 2 => NULL,
  955 + ),
  956 +)
  957 +[ info ] [ HEADER ] array (
  958 + 'cookie' => 'fastadmin_sid=3ba13agd75c1; PHPSESSID=op70cain09tq5krjej4tifqcha',
  959 + 'accept-language' => 'zh-CN,zh;q=0.9',
  960 + 'accept-encoding' => 'gzip, deflate',
  961 + 'accept' => 'text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7',
  962 + 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.5735.289 Safari/537.36',
  963 + 'upgrade-insecure-requests' => '1',
  964 + 'connection' => 'keep-alive',
  965 + 'host' => 'netcar.com',
  966 + 'content-length' => '',
  967 + 'content-type' => '',
  968 +)
  969 +[ info ] [ PARAM ] array (
  970 + 'addtabs' => '1',
  971 +)
  972 +[ info ] [ LANG ] D:\tyobject\wyc.tenyes.cn\public/../application/admin\lang\zh-cn.php
  973 +[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @module_init [ RunTime:0.000742s ]
  974 +[ info ] [ SESSION ] INIT array (
  975 + 'id' => '',
  976 + 'var_session_id' => '',
  977 + 'prefix' => 'think',
  978 + 'type' => '',
  979 + 'auto_start' => true,
  980 +)
  981 +[ info ] [ DB ] INIT mysql
  982 +[ info ] [ LANG ] D:\tyobject\wyc.tenyes.cn\public/../application/admin/lang/zh-cn/dashboard.php
  983 +[ info ] [ BEHAVIOR ] Run \addons\epay\Epay @action_begin [ RunTime:0.001012s ]
  984 +[ info ] [ RUN ] app\admin\controller\Dashboard->index[ D:\tyobject\wyc.tenyes.cn\application\admin\controller\Dashboard.php ]
  985 +[ info ] [ VIEW ] D:\tyobject\wyc.tenyes.cn\public/../application/admin\view\dashboard\index.html [ array (
  986 + 0 => 'breadcrumb',
  987 + 1 => 'site',
  988 + 2 => 'config',
  989 + 3 => 'auth',
  990 + 4 => 'admin',
  991 + 5 => 'totaluser',
  992 + 6 => 'totaladdon',
  993 + 7 => 'totaladmin',
  994 + 8 => 'totalcategory',
  995 + 9 => 'todayusersignup',
  996 + 10 => 'todayuserlogin',
  997 + 11 => 'sevendau',
  998 + 12 => 'thirtydau',
  999 + 13 => 'threednu',
  1000 + 14 => 'sevendnu',
  1001 + 15 => 'dbtablenums',
  1002 + 16 => 'dbsize',
  1003 + 17 => 'totalworkingaddon',
  1004 + 18 => 'attachmentnums',
  1005 + 19 => 'attachmentsize',
  1006 + 20 => 'picturenums',
  1007 + 21 => 'picturesize',
  1008 +) ]
  1009 +[ info ] [ BEHAVIOR ] Run app\admin\behavior\AdminLog @app_end [ RunTime:0.000159s ]
  1010 +[ info ] [ LOG ] INIT File
  1011 +---------------------------------------------------------------
  1012 +[ 2024-03-13T19:00:09+08:00 ] 127.0.0.1 GET netcar.com/IkpLwqxfKQ.php/car?addtabs=1
  1013 +[运行时间:2.110805s] [吞吐率:0.47req/s] [内存消耗:4,297.14kb] [文件加载:86]
  1014 +[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000100s ]
  1015 +[ info ] [ CACHE ] INIT File
  1016 +[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.001890s ]
  1017 +[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_init [ RunTime:0.000551s ]
  1018 +[ info ] [ LANG ] D:\tyobject\wyc.tenyes.cn\thinkphp\lang\zh-cn.php
  1019 +[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_dispatch [ RunTime:0.000018s ]
  1020 +[ info ] [ ROUTE ] array (
  1021 + 'type' => 'module',
  1022 + 'module' =>
  1023 + array (
  1024 + 0 => 'admin',
  1025 + 1 => 'car',
  1026 + 2 => NULL,
  1027 + ),
  1028 +)
  1029 +[ info ] [ HEADER ] array (
  1030 + 'cookie' => 'fastadmin_sid=3ba13agd75c1; PHPSESSID=op70cain09tq5krjej4tifqcha',
  1031 + 'accept-language' => 'zh-CN,zh;q=0.9',
  1032 + 'accept-encoding' => 'gzip, deflate',
  1033 + 'accept' => 'text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7',
  1034 + 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.5735.289 Safari/537.36',
  1035 + 'upgrade-insecure-requests' => '1',
  1036 + 'connection' => 'keep-alive',
  1037 + 'host' => 'netcar.com',
  1038 + 'content-length' => '',
  1039 + 'content-type' => '',
  1040 +)
  1041 +[ info ] [ PARAM ] array (
  1042 + 'addtabs' => '1',
  1043 +)
  1044 +[ info ] [ LANG ] D:\tyobject\wyc.tenyes.cn\public/../application/admin\lang\zh-cn.php
  1045 +[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @module_init [ RunTime:0.001005s ]
  1046 +[ info ] [ SESSION ] INIT array (
  1047 + 'id' => '',
  1048 + 'var_session_id' => '',
  1049 + 'prefix' => 'think',
  1050 + 'type' => '',
  1051 + 'auto_start' => true,
  1052 +)
  1053 +[ info ] [ DB ] INIT mysql
  1054 +[ info ] [ LANG ] D:\tyobject\wyc.tenyes.cn\public/../application/admin/lang/zh-cn/car.php
  1055 +[ info ] [ BEHAVIOR ] Run \addons\epay\Epay @action_begin [ RunTime:0.001129s ]
  1056 +[ info ] [ RUN ] app\admin\controller\Car->index[ D:\tyobject\wyc.tenyes.cn\application\admin\controller\Car.php ]
  1057 +[ info ] [ VIEW ] D:\tyobject\wyc.tenyes.cn\public/../application/admin\view\car\index.html [ array (
  1058 + 0 => 'breadcrumb',
  1059 + 1 => 'site',
  1060 + 2 => 'config',
  1061 + 3 => 'auth',
  1062 + 4 => 'admin',
  1063 +) ]
  1064 +[ info ] [ BEHAVIOR ] Run app\admin\behavior\AdminLog @app_end [ RunTime:0.000207s ]
  1065 +[ info ] [ LOG ] INIT File
  1066 +---------------------------------------------------------------
  1067 +[ 2024-03-13T19:00:09+08:00 ] 127.0.0.1 GET netcar.com/IkpLwqxfKQ.php/ajax/lang?callback=define&controllername=index&lang=zh-cn&v=1710327606&v=1710327606
  1068 +[运行时间:1.939028s] [吞吐率:0.52req/s] [内存消耗:3,198.99kb] [文件加载:76]
  1069 +[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000096s ]
  1070 +[ info ] [ CACHE ] INIT File
  1071 +[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.001865s ]
  1072 +[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_init [ RunTime:0.000551s ]
  1073 +[ info ] [ LANG ] D:\tyobject\wyc.tenyes.cn\thinkphp\lang\zh-cn.php
  1074 +[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_dispatch [ RunTime:0.000016s ]
  1075 +[ info ] [ ROUTE ] array (
  1076 + 'type' => 'module',
  1077 + 'module' =>
  1078 + array (
  1079 + 0 => 'admin',
  1080 + 1 => 'ajax',
  1081 + 2 => 'lang',
  1082 + ),
  1083 +)
  1084 +[ info ] [ HEADER ] array (
  1085 + 'cookie' => 'fastadmin_sid=3ba13agd75c1; PHPSESSID=op70cain09tq5krjej4tifqcha',
  1086 + 'accept-language' => 'zh-CN,zh;q=0.9',
  1087 + 'accept-encoding' => 'gzip, deflate',
  1088 + 'accept' => '*/*',
  1089 + 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.5735.289 Safari/537.36',
  1090 + 'connection' => 'keep-alive',
  1091 + 'host' => 'netcar.com',
  1092 + 'content-length' => '',
  1093 + 'content-type' => '',
  1094 +)
  1095 +[ info ] [ PARAM ] array (
  1096 + 'callback' => 'define',
  1097 + 'controllername' => 'index',
  1098 + 'lang' => 'zh-cn',
  1099 + 'v' => '1710327606',
  1100 +)
  1101 +[ info ] [ LANG ] D:\tyobject\wyc.tenyes.cn\public/../application/admin\lang\zh-cn.php
  1102 +[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @module_init [ RunTime:0.000983s ]
  1103 +[ info ] [ SESSION ] INIT array (
  1104 + 'id' => '',
  1105 + 'var_session_id' => '',
  1106 + 'prefix' => 'think',
  1107 + 'type' => '',
  1108 + 'auto_start' => true,
  1109 +)
  1110 +[ info ] [ LANG ] D:\tyobject\wyc.tenyes.cn\public/../application/admin/lang/zh-cn/ajax.php
  1111 +[ info ] [ BEHAVIOR ] Run \addons\epay\Epay @action_begin [ RunTime:0.001182s ]
  1112 +[ info ] [ RUN ] app\admin\controller\Ajax->lang[ D:\tyobject\wyc.tenyes.cn\application\admin\controller\Ajax.php ]
  1113 +[ info ] [ LANG ] D:\tyobject\wyc.tenyes.cn\public/../application/admin/lang/zh-cn/index.php
  1114 +[ info ] [ BEHAVIOR ] Run app\admin\behavior\AdminLog @app_end [ RunTime:0.000187s ]
  1115 +[ info ] [ LOG ] INIT File
  1116 +---------------------------------------------------------------
  1117 +[ 2024-03-13T19:00:09+08:00 ] 127.0.0.1 GET netcar.com/IkpLwqxfKQ.php/ajax/lang?callback=define&controllername=dashboard&lang=zh-cn&v=1710327606&v=1710327606
  1118 +[运行时间:0.471521s] [吞吐率:2.12req/s] [内存消耗:3,179.93kb] [文件加载:76]
  1119 +[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000011s ]
  1120 +[ info ] [ CACHE ] INIT File
  1121 +[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.001290s ]
  1122 +[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_init [ RunTime:0.000401s ]
  1123 +[ info ] [ LANG ] D:\tyobject\wyc.tenyes.cn\thinkphp\lang\zh-cn.php
  1124 +[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_dispatch [ RunTime:0.000010s ]
  1125 +[ info ] [ ROUTE ] array (
  1126 + 'type' => 'module',
  1127 + 'module' =>
  1128 + array (
  1129 + 0 => 'admin',
  1130 + 1 => 'ajax',
  1131 + 2 => 'lang',
  1132 + ),
  1133 +)
  1134 +[ info ] [ HEADER ] array (
  1135 + 'cookie' => 'fastadmin_sid=3ba13agd75c1; PHPSESSID=op70cain09tq5krjej4tifqcha',
  1136 + 'accept-language' => 'zh-CN,zh;q=0.9',
  1137 + 'accept-encoding' => 'gzip, deflate',
  1138 + 'accept' => '*/*',
  1139 + 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.5735.289 Safari/537.36',
  1140 + 'connection' => 'keep-alive',
  1141 + 'host' => 'netcar.com',
  1142 + 'content-length' => '',
  1143 + 'content-type' => '',
  1144 +)
  1145 +[ info ] [ PARAM ] array (
  1146 + 'callback' => 'define',
  1147 + 'controllername' => 'dashboard',
  1148 + 'lang' => 'zh-cn',
  1149 + 'v' => '1710327606',
  1150 +)
  1151 +[ info ] [ LANG ] D:\tyobject\wyc.tenyes.cn\public/../application/admin\lang\zh-cn.php
  1152 +[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @module_init [ RunTime:0.000731s ]
  1153 +[ info ] [ SESSION ] INIT array (
  1154 + 'id' => '',
  1155 + 'var_session_id' => '',
  1156 + 'prefix' => 'think',
  1157 + 'type' => '',
  1158 + 'auto_start' => true,
  1159 +)
  1160 +[ info ] [ LANG ] D:\tyobject\wyc.tenyes.cn\public/../application/admin/lang/zh-cn/ajax.php
  1161 +[ info ] [ BEHAVIOR ] Run \addons\epay\Epay @action_begin [ RunTime:0.001175s ]
  1162 +[ info ] [ RUN ] app\admin\controller\Ajax->lang[ D:\tyobject\wyc.tenyes.cn\application\admin\controller\Ajax.php ]
  1163 +[ info ] [ LANG ] D:\tyobject\wyc.tenyes.cn\public/../application/admin/lang/zh-cn/dashboard.php
  1164 +[ info ] [ BEHAVIOR ] Run app\admin\behavior\AdminLog @app_end [ RunTime:0.000124s ]
  1165 +[ info ] [ LOG ] INIT File
  1166 +---------------------------------------------------------------
  1167 +[ 2024-03-13T19:00:09+08:00 ] 127.0.0.1 GET netcar.com/IkpLwqxfKQ.php/ajax/lang?callback=define&controllername=car&lang=zh-cn&v=1710327607&v=1710327607
  1168 +[运行时间:0.022740s] [吞吐率:43.98req/s] [内存消耗:3,177.37kb] [文件加载:76]
  1169 +[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000012s ]
  1170 +[ info ] [ CACHE ] INIT File
  1171 +[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.001316s ]
  1172 +[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_init [ RunTime:0.000385s ]
  1173 +[ info ] [ LANG ] D:\tyobject\wyc.tenyes.cn\thinkphp\lang\zh-cn.php
  1174 +[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_dispatch [ RunTime:0.000013s ]
  1175 +[ info ] [ ROUTE ] array (
  1176 + 'type' => 'module',
  1177 + 'module' =>
  1178 + array (
  1179 + 0 => 'admin',
  1180 + 1 => 'ajax',
  1181 + 2 => 'lang',
  1182 + ),
  1183 +)
  1184 +[ info ] [ HEADER ] array (
  1185 + 'cookie' => 'fastadmin_sid=3ba13agd75c1; PHPSESSID=op70cain09tq5krjej4tifqcha',
  1186 + 'accept-language' => 'zh-CN,zh;q=0.9',
  1187 + 'accept-encoding' => 'gzip, deflate',
  1188 + 'accept' => '*/*',
  1189 + 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.5735.289 Safari/537.36',
  1190 + 'connection' => 'keep-alive',
  1191 + 'host' => 'netcar.com',
  1192 + 'content-length' => '',
  1193 + 'content-type' => '',
  1194 +)
  1195 +[ info ] [ PARAM ] array (
  1196 + 'callback' => 'define',
  1197 + 'controllername' => 'car',
  1198 + 'lang' => 'zh-cn',
  1199 + 'v' => '1710327607',
  1200 +)
  1201 +[ info ] [ LANG ] D:\tyobject\wyc.tenyes.cn\public/../application/admin\lang\zh-cn.php
  1202 +[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @module_init [ RunTime:0.000732s ]
  1203 +[ info ] [ SESSION ] INIT array (
  1204 + 'id' => '',
  1205 + 'var_session_id' => '',
  1206 + 'prefix' => 'think',
  1207 + 'type' => '',
  1208 + 'auto_start' => true,
  1209 +)
  1210 +[ info ] [ LANG ] D:\tyobject\wyc.tenyes.cn\public/../application/admin/lang/zh-cn/ajax.php
  1211 +[ info ] [ BEHAVIOR ] Run \addons\epay\Epay @action_begin [ RunTime:0.000941s ]
  1212 +[ info ] [ RUN ] app\admin\controller\Ajax->lang[ D:\tyobject\wyc.tenyes.cn\application\admin\controller\Ajax.php ]
  1213 +[ info ] [ LANG ] D:\tyobject\wyc.tenyes.cn\public/../application/admin/lang/zh-cn/car.php
  1214 +[ info ] [ BEHAVIOR ] Run app\admin\behavior\AdminLog @app_end [ RunTime:0.000119s ]
  1215 +[ info ] [ LOG ] INIT File
  1216 +---------------------------------------------------------------
  1217 +[ 2024-03-13T19:00:10+08:00 ] 127.0.0.1 GET netcar.com/IkpLwqxfKQ.php/car/index?addtabs=1&sort=id&order=desc&offset=0&limit=10&filter=%7B%7D&op=%7B%7D&_=1710327609169
  1218 +[运行时间:0.723581s] [吞吐率:1.38req/s] [内存消耗:4,362.05kb] [文件加载:92]
  1219 +[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000013s ]
  1220 +[ info ] [ CACHE ] INIT File
  1221 +[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.001472s ]
  1222 +[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_init [ RunTime:0.000402s ]
  1223 +[ info ] [ LANG ] D:\tyobject\wyc.tenyes.cn\thinkphp\lang\zh-cn.php
  1224 +[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_dispatch [ RunTime:0.000013s ]
  1225 +[ info ] [ ROUTE ] array (
  1226 + 'type' => 'module',
  1227 + 'module' =>
  1228 + array (
  1229 + 0 => 'admin',
  1230 + 1 => 'car',
  1231 + 2 => 'index',
  1232 + ),
  1233 +)
  1234 +[ info ] [ HEADER ] array (
  1235 + 'cookie' => 'fastadmin_sid=3ba13agd75c1; PHPSESSID=op70cain09tq5krjej4tifqcha',
  1236 + 'accept-language' => 'zh-CN,zh;q=0.9',
  1237 + 'accept-encoding' => 'gzip, deflate',
  1238 + 'content-type' => 'application/json',
  1239 + 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.5735.289 Safari/537.36',
  1240 + 'x-requested-with' => 'XMLHttpRequest',
  1241 + 'accept' => 'application/json, text/javascript, */*; q=0.01',
  1242 + 'connection' => 'keep-alive',
  1243 + 'host' => 'netcar.com',
  1244 + 'content-length' => '',
  1245 +)
  1246 +[ info ] [ PARAM ] array (
  1247 + 'addtabs' => '1',
  1248 + 'sort' => 'id',
  1249 + 'order' => 'desc',
  1250 + 'offset' => '0',
  1251 + 'limit' => '10',
  1252 + 'filter' => '{}',
  1253 + 'op' => '{}',
  1254 + '_' => '1710327609169',
  1255 +)
  1256 +[ info ] [ LANG ] D:\tyobject\wyc.tenyes.cn\public/../application/admin\lang\zh-cn.php
  1257 +[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @module_init [ RunTime:0.000891s ]
  1258 +[ info ] [ SESSION ] INIT array (
  1259 + 'id' => '',
  1260 + 'var_session_id' => '',
  1261 + 'prefix' => 'think',
  1262 + 'type' => '',
  1263 + 'auto_start' => true,
  1264 +)
  1265 +[ info ] [ DB ] INIT mysql
  1266 +[ info ] [ LANG ] D:\tyobject\wyc.tenyes.cn\public/../application/admin/lang/zh-cn/car.php
  1267 +[ info ] [ BEHAVIOR ] Run \addons\epay\Epay @action_begin [ RunTime:0.001002s ]
  1268 +[ info ] [ RUN ] app\admin\controller\Car->index[ D:\tyobject\wyc.tenyes.cn\application\admin\controller\Car.php ]
  1269 +[ info ] [ BEHAVIOR ] Run app\admin\behavior\AdminLog @app_end [ RunTime:0.000130s ]
  1270 +[ info ] [ LOG ] INIT File
  1271 +---------------------------------------------------------------
  1272 +[ 2024-03-13T19:00:11+08:00 ] 127.0.0.1 GET netcar.com/IkpLwqxfKQ.php/car/edit/ids/6?dialog=1
  1273 +[运行时间:0.498438s] [吞吐率:2.01req/s] [内存消耗:4,333.46kb] [文件加载:86]
  1274 +[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000013s ]
  1275 +[ info ] [ CACHE ] INIT File
  1276 +[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.001364s ]
  1277 +[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_init [ RunTime:0.000384s ]
  1278 +[ info ] [ LANG ] D:\tyobject\wyc.tenyes.cn\thinkphp\lang\zh-cn.php
  1279 +[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_dispatch [ RunTime:0.000012s ]
  1280 +[ info ] [ ROUTE ] array (
  1281 + 'type' => 'module',
  1282 + 'module' =>
  1283 + array (
  1284 + 0 => 'admin',
  1285 + 1 => 'car',
  1286 + 2 => 'edit',
  1287 + ),
  1288 +)
  1289 +[ info ] [ HEADER ] array (
  1290 + 'cookie' => 'fastadmin_sid=3ba13agd75c1; PHPSESSID=op70cain09tq5krjej4tifqcha',
  1291 + 'accept-language' => 'zh-CN,zh;q=0.9',
  1292 + 'accept-encoding' => 'gzip, deflate',
  1293 + 'accept' => 'text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7',
  1294 + 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.5735.289 Safari/537.36',
  1295 + 'upgrade-insecure-requests' => '1',
  1296 + 'connection' => 'keep-alive',
  1297 + 'host' => 'netcar.com',
  1298 + 'content-length' => '',
  1299 + 'content-type' => '',
  1300 +)
  1301 +[ info ] [ PARAM ] array (
  1302 + 'dialog' => '1',
  1303 + 'ids' => '6',
  1304 +)
  1305 +[ info ] [ LANG ] D:\tyobject\wyc.tenyes.cn\public/../application/admin\lang\zh-cn.php
  1306 +[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @module_init [ RunTime:0.000732s ]
  1307 +[ info ] [ SESSION ] INIT array (
  1308 + 'id' => '',
  1309 + 'var_session_id' => '',
  1310 + 'prefix' => 'think',
  1311 + 'type' => '',
  1312 + 'auto_start' => true,
  1313 +)
  1314 +[ info ] [ DB ] INIT mysql
  1315 +[ info ] [ LANG ] D:\tyobject\wyc.tenyes.cn\public/../application/admin/lang/zh-cn/car.php
  1316 +[ info ] [ BEHAVIOR ] Run \addons\epay\Epay @action_begin [ RunTime:0.001727s ]
  1317 +[ info ] [ RUN ] app\common\controller\Backend->edit[ D:\tyobject\wyc.tenyes.cn\application\admin\library\traits\Backend.php ]
  1318 +[ info ] [ VIEW ] D:\tyobject\wyc.tenyes.cn\public/../application/admin\view\car\edit.html [ array (
  1319 + 0 => 'breadcrumb',
  1320 + 1 => 'site',
  1321 + 2 => 'config',
  1322 + 3 => 'auth',
  1323 + 4 => 'admin',
  1324 + 5 => 'row',
  1325 +) ]
  1326 +[ info ] [ BEHAVIOR ] Run app\admin\behavior\AdminLog @app_end [ RunTime:0.000126s ]
  1327 +[ info ] [ LOG ] INIT File
  1328 +---------------------------------------------------------------
  1329 +[ 2024-03-13T19:00:11+08:00 ] 127.0.0.1 GET netcar.com/IkpLwqxfKQ.php/ajax/lang?callback=define&controllername=car&lang=zh-cn&v=1710327611&v=1710327611
  1330 +[运行时间:0.022116s] [吞吐率:45.22req/s] [内存消耗:3,177.37kb] [文件加载:76]
  1331 +[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000011s ]
  1332 +[ info ] [ CACHE ] INIT File
  1333 +[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.001345s ]
  1334 +[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_init [ RunTime:0.000399s ]
  1335 +[ info ] [ LANG ] D:\tyobject\wyc.tenyes.cn\thinkphp\lang\zh-cn.php
  1336 +[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_dispatch [ RunTime:0.000011s ]
  1337 +[ info ] [ ROUTE ] array (
  1338 + 'type' => 'module',
  1339 + 'module' =>
  1340 + array (
  1341 + 0 => 'admin',
  1342 + 1 => 'ajax',
  1343 + 2 => 'lang',
  1344 + ),
  1345 +)
  1346 +[ info ] [ HEADER ] array (
  1347 + 'cookie' => 'fastadmin_sid=3ba13agd75c1; PHPSESSID=op70cain09tq5krjej4tifqcha',
  1348 + 'accept-language' => 'zh-CN,zh;q=0.9',
  1349 + 'accept-encoding' => 'gzip, deflate',
  1350 + 'accept' => '*/*',
  1351 + 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.5735.289 Safari/537.36',
  1352 + 'connection' => 'keep-alive',
  1353 + 'host' => 'netcar.com',
  1354 + 'content-length' => '',
  1355 + 'content-type' => '',
  1356 +)
  1357 +[ info ] [ PARAM ] array (
  1358 + 'callback' => 'define',
  1359 + 'controllername' => 'car',
  1360 + 'lang' => 'zh-cn',
  1361 + 'v' => '1710327611',
  1362 +)
  1363 +[ info ] [ LANG ] D:\tyobject\wyc.tenyes.cn\public/../application/admin\lang\zh-cn.php
  1364 +[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @module_init [ RunTime:0.000723s ]
  1365 +[ info ] [ SESSION ] INIT array (
  1366 + 'id' => '',
  1367 + 'var_session_id' => '',
  1368 + 'prefix' => 'think',
  1369 + 'type' => '',
  1370 + 'auto_start' => true,
  1371 +)
  1372 +[ info ] [ LANG ] D:\tyobject\wyc.tenyes.cn\public/../application/admin/lang/zh-cn/ajax.php
  1373 +[ info ] [ BEHAVIOR ] Run \addons\epay\Epay @action_begin [ RunTime:0.000872s ]
  1374 +[ info ] [ RUN ] app\admin\controller\Ajax->lang[ D:\tyobject\wyc.tenyes.cn\application\admin\controller\Ajax.php ]
  1375 +[ info ] [ LANG ] D:\tyobject\wyc.tenyes.cn\public/../application/admin/lang/zh-cn/car.php
  1376 +[ info ] [ BEHAVIOR ] Run app\admin\behavior\AdminLog @app_end [ RunTime:0.000114s ]
  1377 +[ info ] [ LOG ] INIT File
  1378 +---------------------------------------------------------------
  1379 +[ 2024-03-13T19:00:12+08:00 ] 127.0.0.1 POST netcar.com/IkpLwqxfKQ.php/route/index
  1380 +[运行时间:0.564841s] [吞吐率:1.77req/s] [内存消耗:4,172.16kb] [文件加载:85]
  1381 +[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000012s ]
  1382 +[ info ] [ CACHE ] INIT File
  1383 +[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.001353s ]
  1384 +[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_init [ RunTime:0.000386s ]
  1385 +[ info ] [ LANG ] D:\tyobject\wyc.tenyes.cn\thinkphp\lang\zh-cn.php
  1386 +[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_dispatch [ RunTime:0.000011s ]
  1387 +[ info ] [ ROUTE ] array (
  1388 + 'type' => 'module',
  1389 + 'module' =>
  1390 + array (
  1391 + 0 => 'admin',
  1392 + 1 => 'route',
  1393 + 2 => 'index',
  1394 + ),
  1395 +)
  1396 +[ info ] [ HEADER ] array (
  1397 + 'cookie' => 'fastadmin_sid=3ba13agd75c1; PHPSESSID=op70cain09tq5krjej4tifqcha',
  1398 + 'accept-language' => 'zh-CN,zh;q=0.9',
  1399 + 'accept-encoding' => 'gzip, deflate',
  1400 + 'origin' => 'http://netcar.com',
  1401 + 'content-type' => 'application/x-www-form-urlencoded; charset=UTF-8',
  1402 + 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.5735.289 Safari/537.36',
  1403 + 'x-requested-with' => 'XMLHttpRequest',
  1404 + 'accept' => 'application/json, text/javascript, */*; q=0.01',
  1405 + 'content-length' => '154',
  1406 + 'connection' => 'keep-alive',
  1407 + 'host' => 'netcar.com',
  1408 +)
  1409 +[ info ] [ PARAM ] array (
  1410 + 'searchTable' => 'tbl',
  1411 + 'searchKey' => 'id',
  1412 + 'searchValue' => '1',
  1413 + 'orderBy' =>
  1414 + array (
  1415 + 0 =>
  1416 + array (
  1417 + 0 => 'name',
  1418 + 1 => 'ASC',
  1419 + ),
  1420 + ),
  1421 + 'showField' => 'name',
  1422 + 'keyField' => 'id',
  1423 + 'keyValue' => '1',
  1424 + 'searchField' =>
  1425 + array (
  1426 + 0 => 'name',
  1427 + ),
  1428 +)
  1429 +[ info ] [ LANG ] D:\tyobject\wyc.tenyes.cn\public/../application/admin\lang\zh-cn.php
  1430 +[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @module_init [ RunTime:0.000816s ]
  1431 +[ info ] [ SESSION ] INIT array (
  1432 + 'id' => '',
  1433 + 'var_session_id' => '',
  1434 + 'prefix' => 'think',
  1435 + 'type' => '',
  1436 + 'auto_start' => true,
  1437 +)
  1438 +[ info ] [ DB ] INIT mysql
  1439 +[ info ] [ LANG ] D:\tyobject\wyc.tenyes.cn\public/../application/admin/lang/zh-cn/route.php
  1440 +[ info ] [ BEHAVIOR ] Run \addons\epay\Epay @action_begin [ RunTime:0.000988s ]
  1441 +[ info ] [ RUN ] app\common\controller\Backend->index[ D:\tyobject\wyc.tenyes.cn\application\admin\library\traits\Backend.php ]
  1442 +[ info ] [ BEHAVIOR ] Run app\admin\behavior\AdminLog @app_end [ RunTime:0.000490s ]
  1443 +[ info ] [ LOG ] INIT File
  1444 +---------------------------------------------------------------
  1445 +[ 2024-03-13T19:00:12+08:00 ] 127.0.0.1 POST netcar.com/IkpLwqxfKQ.php/driver/index
  1446 +[运行时间:1.149645s] [吞吐率:0.87req/s] [内存消耗:4,185.10kb] [文件加载:85]
  1447 +[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000010s ]
  1448 +[ info ] [ CACHE ] INIT File
  1449 +[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.001302s ]
  1450 +[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_init [ RunTime:0.000388s ]
  1451 +[ info ] [ LANG ] D:\tyobject\wyc.tenyes.cn\thinkphp\lang\zh-cn.php
  1452 +[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_dispatch [ RunTime:0.000012s ]
  1453 +[ info ] [ ROUTE ] array (
  1454 + 'type' => 'module',
  1455 + 'module' =>
  1456 + array (
  1457 + 0 => 'admin',
  1458 + 1 => 'driver',
  1459 + 2 => 'index',
  1460 + ),
  1461 +)
  1462 +[ info ] [ HEADER ] array (
  1463 + 'cookie' => 'fastadmin_sid=3ba13agd75c1; PHPSESSID=op70cain09tq5krjej4tifqcha',
  1464 + 'accept-language' => 'zh-CN,zh;q=0.9',
  1465 + 'accept-encoding' => 'gzip, deflate',
  1466 + 'origin' => 'http://netcar.com',
  1467 + 'content-type' => 'application/x-www-form-urlencoded; charset=UTF-8',
  1468 + 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.5735.289 Safari/537.36',
  1469 + 'x-requested-with' => 'XMLHttpRequest',
  1470 + 'accept' => 'application/json, text/javascript, */*; q=0.01',
  1471 + 'content-length' => '154',
  1472 + 'connection' => 'keep-alive',
  1473 + 'host' => 'netcar.com',
  1474 +)
  1475 +[ info ] [ PARAM ] array (
  1476 + 'searchTable' => 'tbl',
  1477 + 'searchKey' => 'id',
  1478 + 'searchValue' => '1',
  1479 + 'orderBy' =>
  1480 + array (
  1481 + 0 =>
  1482 + array (
  1483 + 0 => 'name',
  1484 + 1 => 'ASC',
  1485 + ),
  1486 + ),
  1487 + 'showField' => 'name',
  1488 + 'keyField' => 'id',
  1489 + 'keyValue' => '1',
  1490 + 'searchField' =>
  1491 + array (
  1492 + 0 => 'name',
  1493 + ),
  1494 +)
  1495 +[ info ] [ LANG ] D:\tyobject\wyc.tenyes.cn\public/../application/admin\lang\zh-cn.php
  1496 +[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @module_init [ RunTime:0.000775s ]
  1497 +[ info ] [ SESSION ] INIT array (
  1498 + 'id' => '',
  1499 + 'var_session_id' => '',
  1500 + 'prefix' => 'think',
  1501 + 'type' => '',
  1502 + 'auto_start' => true,
  1503 +)
  1504 +[ info ] [ DB ] INIT mysql
  1505 +[ info ] [ LANG ] D:\tyobject\wyc.tenyes.cn\public/../application/admin/lang/zh-cn/driver.php
  1506 +[ info ] [ BEHAVIOR ] Run \addons\epay\Epay @action_begin [ RunTime:0.000974s ]
  1507 +[ info ] [ RUN ] app\admin\controller\Driver->index[ D:\tyobject\wyc.tenyes.cn\application\admin\controller\Driver.php ]
  1508 +[ info ] [ BEHAVIOR ] Run app\admin\behavior\AdminLog @app_end [ RunTime:0.000445s ]
  1509 +[ info ] [ LOG ] INIT File
  1510 +---------------------------------------------------------------
  1511 +[ 2024-03-13T19:00:14+08:00 ] 127.0.0.1 GET netcar.com/IkpLwqxfKQ.php/car/index?addtabs=1&sort=id&order=desc&offset=0&limit=10&filter=%7B%7D&op=%7B%7D&_=1710327609170
  1512 +[运行时间:0.831661s] [吞吐率:1.20req/s] [内存消耗:4,362.05kb] [文件加载:92]
  1513 +[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.000011s ]
  1514 +[ info ] [ CACHE ] INIT File
  1515 +[ info ] [ BEHAVIOR ] Run Closure @app_init [ RunTime:0.001338s ]
  1516 +[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_init [ RunTime:0.000395s ]
  1517 +[ info ] [ LANG ] D:\tyobject\wyc.tenyes.cn\thinkphp\lang\zh-cn.php
  1518 +[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @app_dispatch [ RunTime:0.000011s ]
  1519 +[ info ] [ ROUTE ] array (
  1520 + 'type' => 'module',
  1521 + 'module' =>
  1522 + array (
  1523 + 0 => 'admin',
  1524 + 1 => 'car',
  1525 + 2 => 'index',
  1526 + ),
  1527 +)
  1528 +[ info ] [ HEADER ] array (
  1529 + 'cookie' => 'fastadmin_sid=3ba13agd75c1; PHPSESSID=op70cain09tq5krjej4tifqcha',
  1530 + 'accept-language' => 'zh-CN,zh;q=0.9',
  1531 + 'accept-encoding' => 'gzip, deflate',
  1532 + 'content-type' => 'application/json',
  1533 + 'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.5735.289 Safari/537.36',
  1534 + 'x-requested-with' => 'XMLHttpRequest',
  1535 + 'accept' => 'application/json, text/javascript, */*; q=0.01',
  1536 + 'connection' => 'keep-alive',
  1537 + 'host' => 'netcar.com',
  1538 + 'content-length' => '',
  1539 +)
  1540 +[ info ] [ PARAM ] array (
  1541 + 'addtabs' => '1',
  1542 + 'sort' => 'id',
  1543 + 'order' => 'desc',
  1544 + 'offset' => '0',
  1545 + 'limit' => '10',
  1546 + 'filter' => '{}',
  1547 + 'op' => '{}',
  1548 + '_' => '1710327609170',
  1549 +)
  1550 +[ info ] [ LANG ] D:\tyobject\wyc.tenyes.cn\public/../application/admin\lang\zh-cn.php
  1551 +[ info ] [ BEHAVIOR ] Run app\common\behavior\Common @module_init [ RunTime:0.000773s ]
  1552 +[ info ] [ SESSION ] INIT array (
  1553 + 'id' => '',
  1554 + 'var_session_id' => '',
  1555 + 'prefix' => 'think',
  1556 + 'type' => '',
  1557 + 'auto_start' => true,
  1558 +)
  1559 +[ info ] [ DB ] INIT mysql
  1560 +[ info ] [ LANG ] D:\tyobject\wyc.tenyes.cn\public/../application/admin/lang/zh-cn/car.php
  1561 +[ info ] [ BEHAVIOR ] Run \addons\epay\Epay @action_begin [ RunTime:0.000991s ]
  1562 +[ info ] [ RUN ] app\admin\controller\Car->index[ D:\tyobject\wyc.tenyes.cn\application\admin\controller\Car.php ]
  1563 +[ info ] [ BEHAVIOR ] Run app\admin\behavior\AdminLog @app_end [ RunTime:0.000128s ]
  1564 +[ info ] [ LOG ] INIT File
  1 +<?php if (!defined('THINK_PATH')) exit(); /*a:6:{s:75:"D:\tyobject\wyc.tenyes.cn\public/../application/admin\view\index\index.html";i:1689043529;s:65:"D:\tyobject\wyc.tenyes.cn\application\admin\view\common\meta.html";i:1689043529;s:67:"D:\tyobject\wyc.tenyes.cn\application\admin\view\common\header.html";i:1689043529;s:65:"D:\tyobject\wyc.tenyes.cn\application\admin\view\common\menu.html";i:1689043529;s:68:"D:\tyobject\wyc.tenyes.cn\application\admin\view\common\control.html";i:1689043529;s:67:"D:\tyobject\wyc.tenyes.cn\application\admin\view\common\script.html";i:1689043529;}*/ ?>
  2 +<!DOCTYPE html>
  3 +<html>
  4 + <head>
  5 + <!-- 加载样式及META信息 -->
  6 + <meta charset="utf-8">
  7 +<title><?php echo (isset($title) && ($title !== '')?$title:''); ?></title>
  8 +<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
  9 +<meta name="renderer" content="webkit">
  10 +<meta name="referrer" content="never">
  11 +<meta name="robots" content="noindex, nofollow">
  12 +
  13 +<link rel="shortcut icon" href="/assets/img/favicon.ico" />
  14 +<!-- Loading Bootstrap -->
  15 +<link href="/assets/css/backend<?php echo \think\Config::get('app_debug')?'':'.min'; ?>.css?v=<?php echo \think\Config::get('site.version'); ?>" rel="stylesheet">
  16 +
  17 +<?php if(\think\Config::get('fastadmin.adminskin')): ?>
  18 +<link href="/assets/css/skins/<?php echo \think\Config::get('fastadmin.adminskin'); ?>.css?v=<?php echo \think\Config::get('site.version'); ?>" rel="stylesheet">
  19 +<?php endif; ?>
  20 +
  21 +<!-- HTML5 shim, for IE6-8 support of HTML5 elements. All other JS at the end of file. -->
  22 +<!--[if lt IE 9]>
  23 + <script src="/assets/js/html5shiv.js"></script>
  24 + <script src="/assets/js/respond.min.js"></script>
  25 +<![endif]-->
  26 +<script type="text/javascript">
  27 + var require = {
  28 + config: <?php echo json_encode($config); ?>
  29 + };
  30 +</script>
  31 +
  32 + </head>
  33 + <body class="hold-transition <?php echo (\think\Config::get('fastadmin.adminskin') ?: 'skin-black-blue'); ?> sidebar-mini <?php echo \think\Cookie::get('sidebar_collapse')?'sidebar-collapse':''; ?> fixed <?php echo \think\Config::get('fastadmin.multipletab')?'multipletab':''; ?> <?php echo \think\Config::get('fastadmin.multiplenav')?'multiplenav':''; ?>" id="tabs">
  34 +
  35 + <div class="wrapper">
  36 +
  37 + <!-- 头部区域 -->
  38 + <header id="header" class="main-header">
  39 + <?php if(preg_match('/\/admin\/|\/admin\.php|\/admin_d75KABNWt\.php/i', url())): ?>
  40 + <div class="alert alert-danger-light text-center" style="margin-bottom:0;border:none;">
  41 + <?php echo __('Security tips'); ?>
  42 + </div>
  43 + <?php endif; ?>
  44 +
  45 + <!-- Logo -->
  46 +<a href="javascript:;" class="logo">
  47 + <!-- 迷你模式下Logo的大小为50X50 -->
  48 + <span class="logo-mini"><?php echo htmlentities(mb_strtoupper(mb_substr($site['name'],0,4,'utf-8'),'utf-8')); ?></span>
  49 + <!-- 普通模式下Logo -->
  50 + <span class="logo-lg"><?php echo htmlentities($site['name']); ?></span>
  51 +</a>
  52 +
  53 +<!-- 顶部通栏样式 -->
  54 +<nav class="navbar navbar-static-top">
  55 +
  56 + <!--第一级菜单-->
  57 + <div id="firstnav">
  58 + <!-- 边栏切换按钮-->
  59 + <a href="#" class="sidebar-toggle" data-toggle="offcanvas" role="button">
  60 + <span class="sr-only"><?php echo __('Toggle navigation'); ?></span>
  61 + </a>
  62 +
  63 + <!--如果不想在顶部显示角标,则给ul加上disable-top-badge类即可-->
  64 + <ul class="nav nav-tabs nav-addtabs disable-top-badge hidden-xs" role="tablist">
  65 + <?php echo $navlist; ?>
  66 + </ul>
  67 +
  68 + <div class="navbar-custom-menu">
  69 + <ul class="nav navbar-nav">
  70 +
  71 + <li class="hidden-xs">
  72 + <a href="/" target="_blank"><i class="fa fa-home" style="font-size:14px;"></i> <?php echo __('Home'); ?></a>
  73 + </li>
  74 +
  75 + <!-- 清除缓存 -->
  76 + <li class="hidden-xs">
  77 + <a href="javascript:;" data-toggle="dropdown" title="<?php echo __('Wipe cache'); ?>">
  78 + <i class="fa fa-trash"></i> <?php echo __('Wipe cache'); ?>
  79 + </a>
  80 + <ul class="dropdown-menu wipecache">
  81 + <li><a href="javascript:;" data-type="all"><i class="fa fa-trash fa-fw"></i> <?php echo __('Wipe all cache'); ?></a></li>
  82 + <li class="divider"></li>
  83 + <li><a href="javascript:;" data-type="content"><i class="fa fa-file-text fa-fw"></i> <?php echo __('Wipe content cache'); ?></a></li>
  84 + <li><a href="javascript:;" data-type="template"><i class="fa fa-file-image-o fa-fw"></i> <?php echo __('Wipe template cache'); ?></a></li>
  85 + <li><a href="javascript:;" data-type="addons"><i class="fa fa-rocket fa-fw"></i> <?php echo __('Wipe addons cache'); ?></a></li>
  86 + <li><a href="javascript:;" data-type="browser"><i class="fa fa-chrome fa-fw"></i> <?php echo __('Wipe browser cache'); ?>
  87 + <span data-toggle="tooltip" data-title="<?php echo __('Wipe browser cache tips'); ?>"><i class="fa fa-info-circle"></i></span>
  88 + </a></li>
  89 + </ul>
  90 + </li>
  91 +
  92 + <!-- 多语言列表 -->
  93 + <?php if(\think\Config::get('lang_switch_on')): ?>
  94 + <li class="hidden-xs">
  95 + <a href="javascript:;" class="dropdown-toggle" data-toggle="dropdown"><i class="fa fa-language"></i></a>
  96 + <ul class="dropdown-menu">
  97 + <li class="<?php echo $config['language']=='zh-cn'?'active':''; ?>">
  98 + <a href="?ref=addtabs&lang=zh-cn">简体中文</a>
  99 + </li>
  100 + <li class="<?php echo $config['language']=='en'?'active':''; ?>">
  101 + <a href="?ref=addtabs&lang=en">English</a>
  102 + </li>
  103 + </ul>
  104 + </li>
  105 + <?php endif; ?>
  106 +
  107 + <!-- 全屏按钮 -->
  108 + <li class="hidden-xs">
  109 + <a href="#" data-toggle="fullscreen"><i class="fa fa-arrows-alt"></i></a>
  110 + </li>
  111 +
  112 + <!-- 账号信息下拉框 -->
  113 + <li class="dropdown user user-menu">
  114 + <a href="#" class="dropdown-toggle" data-toggle="dropdown">
  115 + <img src="<?php echo htmlentities(cdnurl($admin['avatar'])); ?>" class="user-image" alt="">
  116 + <span class="hidden-xs"><?php echo htmlentities($admin['nickname']); ?></span>
  117 + </a>
  118 + <ul class="dropdown-menu">
  119 + <!-- User image -->
  120 + <li class="user-header">
  121 + <img src="<?php echo htmlentities(cdnurl($admin['avatar'])); ?>" class="img-circle" alt="">
  122 +
  123 + <p>
  124 + <?php echo htmlentities($admin['nickname']); ?>
  125 + <small><?php echo date("Y-m-d H:i:s",$admin['logintime']); ?></small>
  126 + </p>
  127 + </li>
  128 + <li class="user-body">
  129 + <div class="visible-xs">
  130 + <div class="pull-left">
  131 + <a href="/" target="_blank"><i class="fa fa-home" style="font-size:14px;"></i> <?php echo __('Home'); ?></a>
  132 + </div>
  133 + <div class="pull-right">
  134 + <a href="javascript:;" data-type="all" class="wipecache"><i class="fa fa-trash fa-fw"></i> <?php echo __('Wipe all cache'); ?></a>
  135 + </div>
  136 + </div>
  137 + </li>
  138 + <!-- Menu Footer-->
  139 + <li class="user-footer">
  140 + <div class="pull-left">
  141 + <a href="general/profile" class="btn btn-primary addtabsit"><i class="fa fa-user"></i>
  142 + <?php echo __('Profile'); ?></a>
  143 + </div>
  144 + <div class="pull-right">
  145 + <a href="<?php echo url('index/logout'); ?>" class="btn btn-danger"><i class="fa fa-sign-out"></i>
  146 + <?php echo __('Logout'); ?></a>
  147 + </div>
  148 + </li>
  149 + </ul>
  150 + </li>
  151 + <!-- 控制栏切换按钮 -->
  152 + <li class="hidden-xs">
  153 + <a href="javascript:;" data-toggle="control-sidebar"><i class="fa fa-gears"></i></a>
  154 + </li>
  155 + </ul>
  156 + </div>
  157 + </div>
  158 +
  159 + <?php if(\think\Config::get('fastadmin.multiplenav')): ?>
  160 + <!--第二级菜单,只有在multiplenav开启时才显示-->
  161 + <div id="secondnav">
  162 + <ul class="nav nav-tabs nav-addtabs disable-top-badge" role="tablist">
  163 + <?php if($fixedmenu): ?>
  164 + <li role="presentation" id="tab_<?php echo $fixedmenu['id']; ?>" class="<?php echo $referermenu?'':'active'; ?>"><a href="#con_<?php echo $fixedmenu['id']; ?>" node-id="<?php echo $fixedmenu['id']; ?>" aria-controls="<?php echo $fixedmenu['id']; ?>" role="tab" data-toggle="tab"><i class="fa fa-dashboard fa-fw"></i> <span><?php echo $fixedmenu['title']; ?></span> <span class="pull-right-container"> </span></a></li>
  165 + <?php endif; if($referermenu): ?>
  166 + <li role="presentation" id="tab_<?php echo $referermenu['id']; ?>" class="active"><a href="#con_<?php echo $referermenu['id']; ?>" node-id="<?php echo $referermenu['id']; ?>" aria-controls="<?php echo $referermenu['id']; ?>" role="tab" data-toggle="tab"><i class="fa fa-list fa-fw"></i> <span><?php echo $referermenu['title']; ?></span> <span class="pull-right-container"> </span></a> <i class="close-tab fa fa-remove"></i></li>
  167 + <?php endif; ?>
  168 + </ul>
  169 + </div>
  170 + <?php endif; ?>
  171 +</nav>
  172 +
  173 + </header>
  174 +
  175 + <!-- 左侧菜单栏 -->
  176 + <aside class="main-sidebar">
  177 + <!-- 左侧菜单栏 -->
  178 +<section class="sidebar">
  179 + <!-- 管理员信息 -->
  180 + <div class="user-panel hidden-xs">
  181 + <div class="pull-left image">
  182 + <a href="general/profile" class="addtabsit"><img src="<?php echo htmlentities(cdnurl($admin['avatar'])); ?>" class="img-circle" /></a>
  183 + </div>
  184 + <div class="pull-left info">
  185 + <p><?php echo htmlentities($admin['nickname']); ?></p>
  186 + <i class="fa fa-circle text-success"></i> <?php echo __('Online'); ?>
  187 + </div>
  188 + </div>
  189 +
  190 + <!-- 菜单搜索 -->
  191 + <form action="" method="get" class="sidebar-form" onsubmit="return false;">
  192 + <div class="input-group">
  193 + <input type="text" name="q" class="form-control" placeholder="<?php echo __('Search menu'); ?>">
  194 + <span class="input-group-btn">
  195 + <button type="submit" name="search" id="search-btn" class="btn btn-flat"><i class="fa fa-search"></i>
  196 + </button>
  197 + </span>
  198 + <div class="menuresult list-group sidebar-form hide">
  199 + </div>
  200 + </div>
  201 + </form>
  202 +
  203 + <!-- 移动端一级菜单 -->
  204 + <div class="mobilenav visible-xs">
  205 +
  206 + </div>
  207 +
  208 + <!-- 左侧菜单栏 -->
  209 + <ul class="sidebar-menu <?php if(\think\Config::get('fastadmin.show_submenu')): ?>show-submenu<?php endif; ?>">
  210 +
  211 + <!-- 菜单可以在 后台管理->权限管理->菜单规则 中进行增删改排序 -->
  212 + <?php echo $menulist; ?>
  213 +
  214 + </ul>
  215 +</section>
  216 +
  217 + </aside>
  218 +
  219 + <!-- 主体内容区域 -->
  220 + <div class="content-wrapper tab-content tab-addtabs">
  221 + <?php if($fixedmenu): ?>
  222 + <div role="tabpanel" class="tab-pane <?php echo $referermenu?'':'active'; ?>" id="con_<?php echo $fixedmenu['id']; ?>">
  223 + <iframe src="<?php echo $fixedmenu['url']; ?>?addtabs=1" width="100%" height="100%" frameborder="no" border="0" marginwidth="0" marginheight="0" scrolling-x="no" scrolling-y="auto" allowtransparency="yes"></iframe>
  224 + </div>
  225 + <?php endif; if($referermenu): ?>
  226 + <div role="tabpanel" class="tab-pane active" id="con_<?php echo $referermenu['id']; ?>">
  227 + <iframe src="<?php echo $referermenu['url']; ?>?addtabs=1" width="100%" height="100%" frameborder="no" border="0" marginwidth="0" marginheight="0" scrolling-x="no" scrolling-y="auto" allowtransparency="yes"></iframe>
  228 + </div>
  229 + <?php endif; ?>
  230 + </div>
  231 +
  232 + <!-- 底部链接,默认隐藏 -->
  233 + <footer class="main-footer hide">
  234 + <div class="pull-right hidden-xs">
  235 + </div>
  236 + <strong>Copyright &copy; 2017-<?php echo date("Y"); ?> <a href="/"><?php echo $site['name']; ?></a>.</strong> All rights reserved.
  237 + </footer>
  238 +
  239 + <!-- 右侧控制栏 -->
  240 + <div class="control-sidebar-bg"></div>
  241 + <style>
  242 + .skin-list li{
  243 + float:left; width: 33.33333%; padding: 5px;
  244 + }
  245 + .skin-list li a{
  246 + display: block; box-shadow: 0 0 3px rgba(0,0,0,0.4);
  247 + }
  248 + .skin-list li a span{
  249 + display: block;
  250 + float:left;
  251 + }
  252 + .skin-list li.active a {
  253 + opacity: 1;
  254 + filter: alpha(opacity=100);
  255 + }
  256 + .skin-list li.active p {
  257 + color: #fff;
  258 + }
  259 +</style>
  260 +<!-- Control Sidebar -->
  261 +<aside class="control-sidebar control-sidebar-dark">
  262 + <!-- Create the tabs -->
  263 + <ul class="nav nav-tabs nav-justified control-sidebar-tabs">
  264 + <li class="active"><a href="#control-sidebar-setting-tab" data-toggle="tab" aria-expanded="true"><i class="fa fa-wrench"></i></a></li>
  265 + <li><a href="#control-sidebar-home-tab" data-toggle="tab"><i class="fa fa-home"></i></a></li>
  266 + <li><a href="#control-sidebar-settings-tab" data-toggle="tab"><i class="fa fa-gears"></i></a></li>
  267 + </ul>
  268 + <!-- Tab panes -->
  269 + <div class="tab-content">
  270 + <!-- Home tab content -->
  271 + <div class="tab-pane active" id="control-sidebar-setting-tab">
  272 + <h4 class="control-sidebar-heading"><?php echo __('Layout Options'); ?></h4>
  273 + <div class="form-group"><label class="control-sidebar-subheading"><input type="checkbox" data-config="multiplenav" <?php if(\think\Config::get('fastadmin.multiplenav')): ?>checked<?php endif; ?> class="pull-right"> <?php echo __('Multiple Nav'); ?></label><p><?php echo __("Toggle the top menu state (multiple or single)"); ?></p></div>
  274 + <div class="form-group"><label class="control-sidebar-subheading"><input type="checkbox" data-config="multipletab" <?php if(\think\Config::get('fastadmin.multipletab')): ?>checked<?php endif; ?> class="pull-right"> <?php echo __('Multiple Tab'); ?></label><p><?php echo __("Always show multiple tab when multiple nav is set"); ?></p></div>
  275 + <div class="form-group"><label class="control-sidebar-subheading"><input type="checkbox" data-layout="sidebar-collapse" class="pull-right"> <?php echo __('Toggle Sidebar'); ?></label><p><?php echo __("Toggle the left sidebar's state (open or collapse)"); ?></p></div>
  276 + <div class="form-group"><label class="control-sidebar-subheading"><input type="checkbox" data-enable="expandOnHover" class="pull-right"> <?php echo __('Sidebar Expand on Hover'); ?></label><p><?php echo __('Let the sidebar mini expand on hover'); ?></p></div>
  277 + <div class="form-group"><label class="control-sidebar-subheading"><input type="checkbox" data-menu="show-submenu" class="pull-right"> <?php echo __('Show sub menu'); ?></label><p><?php echo __('Always show sub menu'); ?></p></div>
  278 + <div class="form-group"><label class="control-sidebar-subheading"><input type="checkbox" data-controlsidebar="control-sidebar-open" class="pull-right"> <?php echo __('Toggle Right Sidebar Slide'); ?></label><p><?php echo __('Toggle between slide over content and push content effects'); ?></p></div>
  279 + <div class="form-group"><label class="control-sidebar-subheading"><input type="checkbox" data-sidebarskin="toggle" class="pull-right"> <?php echo __('Toggle Right Sidebar Skin'); ?></label><p><?php echo __('Toggle between dark and light skins for the right sidebar'); ?></p></div>
  280 + <h4 class="control-sidebar-heading"><?php echo __('Skins'); ?></h4>
  281 + <ul class="list-unstyled clearfix skin-list">
  282 + <li><a href="javascript:;" data-skin="skin-blue" class="clearfix full-opacity-hover"><div><span style="width: 20%; height: 27px; background: #4e73df;"></span><span style="width: 80%; height: 27px; background: #f4f5f7;"></span></div></a><p class="text-center no-margin">Blue</p></li>
  283 + <li><a href="javascript:;" data-skin="skin-black" class="clearfix full-opacity-hover"><div><span style="width: 20%; height: 27px; background: #000;"></span><span style="width: 80%; height: 27px; background: #f4f5f7;"></span></div></a><p class="text-center no-margin">Black</p></li>
  284 + <li><a href="javascript:;" data-skin="skin-purple" class="clearfix full-opacity-hover"><div><span style="width: 20%; height: 27px; background: #605ca8;"></span><span style="width: 80%; height: 27px; background: #f4f5f7;"></span></div></a><p class="text-center no-margin">Purple</p></li>
  285 + <li><a href="javascript:;" data-skin="skin-green" class="clearfix full-opacity-hover"><div><span style="width: 20%; height: 7px;" class="bg-green-active"></span><span class="bg-green" style="width: 80%; height: 7px;"></span></div><div><span style="width: 20%; height: 20px; background: #000;"></span><span style="width: 80%; height: 20px; background: #f4f5f7;"></span></div></a><p class="text-center no-margin">Green</p></li>
  286 + <li><a href="javascript:;" data-skin="skin-red" class="clearfix full-opacity-hover"><div><span style="width: 20%; height: 7px;" class="bg-red-active"></span><span class="bg-red" style="width: 80%; height: 7px;"></span></div><div><span style="width: 20%; height: 20px; background: #000;"></span><span style="width: 80%; height: 20px; background: #f4f5f7;"></span></div></a><p class="text-center no-margin">Red</p></li>
  287 + <li><a href="javascript:;" data-skin="skin-yellow" class="clearfix full-opacity-hover"><div><span style="width: 20%; height: 7px;" class="bg-yellow-active"></span><span class="bg-yellow" style="width: 80%; height: 7px;"></span></div><div><span style="width: 20%; height: 20px; background: #000;"></span><span style="width: 80%; height: 20px; background: #f4f5f7;"></span></div></a><p class="text-center no-margin">Yellow</p></li>
  288 +
  289 + <li><a href="javascript:;" data-skin="skin-blue-light" class="clearfix full-opacity-hover"><div><span style="width: 100%; height: 7px; background: #4e73df;"></span></div><div><span style="width: 100%; height: 20px; background: #f9fafc;"></span></div></a><p class="text-center no-margin" style="font-size: 12px">Blue Light</p></li>
  290 + <li><a href="javascript:;" data-skin="skin-black-light" class="clearfix full-opacity-hover"><div><span style="width: 100%; height: 7px; background: #000;"></span></div><div><span style="width: 100%; height: 20px; background: #f9fafc;"></span></div></a><p class="text-center no-margin" style="font-size: 12px">Black Light</p></li>
  291 + <li><a href="javascript:;" data-skin="skin-purple-light" class="clearfix full-opacity-hover"><div><span style="width: 100%; height: 7px; background: #605ca8;"></span></div><div><span style="width: 100%; height: 20px; background: #f9fafc;"></span></div></a><p class="text-center no-margin" style="font-size: 12px">Purple Light</p></li>
  292 + <li><a href="javascript:;" data-skin="skin-green-light" class="clearfix full-opacity-hover"><div><span style="width: 100%; height: 7px;" class="bg-green"></span></div><div><span style="width: 100%; height: 20px; background: #f9fafc;"></span></div></a><p class="text-center no-margin" style="font-size: 12px">Green Light</p></li>
  293 + <li><a href="javascript:;" data-skin="skin-red-light" class="clearfix full-opacity-hover"><div><span style="width: 100%; height: 7px;" class="bg-red"></span></div><div><span style="width: 100%; height: 20px; background: #f9fafc;"></span></div></a><p class="text-center no-margin" style="font-size: 12px">Red Light</p></li>
  294 + <li><a href="javascript:;" data-skin="skin-yellow-light" class="clearfix full-opacity-hover"><div><span style="width: 100%; height: 7px;" class="bg-yellow"></span></div><div><span style="width: 100%; height: 20px; background: #f9fafc;"></span></div></a><p class="text-center no-margin" style="font-size: 12px">Yellow Light</p></li>
  295 +
  296 + <li><a href="javascript:;" data-skin="skin-black-blue" class="clearfix full-opacity-hover"><div><span style="width: 20%; height: 27px; background: #000;"><span style="width: 100%; height: 3px; margin-top:10px; background: #4e73df;"></span></span><span style="width: 80%; height: 27px; background: #f4f5f7;"></span></div></a><p class="text-center no-margin">Black Blue</p></li>
  297 + <li><a href="javascript:;" data-skin="skin-black-purple" class="clearfix full-opacity-hover"><div><span style="width: 20%; height: 27px; background: #000;"><span style="width: 100%; height: 3px; margin-top:10px; background: #605ca8;"></span></span><span style="width: 80%; height: 27px; background: #f4f5f7;"></span></div></a><p class="text-center no-margin">Black Purple</p></li>
  298 + <li><a href="javascript:;" data-skin="skin-black-green" class="clearfix full-opacity-hover"><div><span style="width: 20%; height: 27px; background: #000;"><span style="width: 100%; height: 3px; margin-top:10px;" class="bg-green"></span></span><span style="width: 80%; height: 27px; background: #f4f5f7;"></span></div></a><p class="text-center no-margin">Black Green</p></li>
  299 + <li><a href="javascript:;" data-skin="skin-black-red" class="clearfix full-opacity-hover"><div><span style="width: 20%; height: 27px; background: #000;"><span style="width: 100%; height: 3px; margin-top:10px;" class="bg-red"></span></span><span style="width: 80%; height: 27px; background: #f4f5f7;"></span></div></a><p class="text-center no-margin">Black Red</p></li>
  300 + <li><a href="javascript:;" data-skin="skin-black-yellow" class="clearfix full-opacity-hover"><div><span style="width: 20%; height: 27px; background: #000;"><span style="width: 100%; height: 3px; margin-top:10px;" class="bg-yellow"></span></span><span style="width: 80%; height: 27px; background: #f4f5f7;"></span></div></a><p class="text-center no-margin">Black Yellow</p></li>
  301 + <li><a href="javascript:;" data-skin="skin-black-pink" class="clearfix full-opacity-hover"><div><span style="width: 20%; height: 27px; background: #000;"><span style="width: 100%; height: 3px; margin-top:10px; background: #f5549f;"></span></span><span style="width: 80%; height: 27px; background: #f4f5f7;"></span></div></a><p class="text-center no-margin">Black Pink</p></li>
  302 + </ul>
  303 + </div>
  304 + <!-- /.tab-pane -->
  305 + <!-- Home tab content -->
  306 + <div class="tab-pane" id="control-sidebar-home-tab">
  307 + <h4 class="control-sidebar-heading"><?php echo __('Home'); ?></h4>
  308 + </div>
  309 + <!-- /.tab-pane -->
  310 + <!-- Settings tab content -->
  311 + <div class="tab-pane" id="control-sidebar-settings-tab">
  312 + <h4 class="control-sidebar-heading"><?php echo __('Setting'); ?></h4>
  313 + </div>
  314 + <!-- /.tab-pane -->
  315 + </div>
  316 +</aside>
  317 +<!-- /.control-sidebar -->
  318 +
  319 + </div>
  320 +
  321 + <!-- 加载JS脚本 -->
  322 + <script src="/assets/js/require<?php echo \think\Config::get('app_debug')?'':'.min'; ?>.js" data-main="/assets/js/require-backend<?php echo \think\Config::get('app_debug')?'':'.min'; ?>.js?v=<?php echo htmlentities($site['version']); ?>"></script>
  323 + </body>
  324 +</html>
  1 +<?php if (!defined('THINK_PATH')) exit(); /*a:4:{s:72:"D:\tyobject\wyc.tenyes.cn\public/../application/admin\view\car\edit.html";i:1710327543;s:68:"D:\tyobject\wyc.tenyes.cn\application\admin\view\layout\default.html";i:1689043529;s:65:"D:\tyobject\wyc.tenyes.cn\application\admin\view\common\meta.html";i:1689043529;s:67:"D:\tyobject\wyc.tenyes.cn\application\admin\view\common\script.html";i:1689043529;}*/ ?>
  2 +<!DOCTYPE html>
  3 +<html>
  4 + <head>
  5 + <meta charset="utf-8">
  6 +<title><?php echo (isset($title) && ($title !== '')?$title:''); ?></title>
  7 +<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
  8 +<meta name="renderer" content="webkit">
  9 +<meta name="referrer" content="never">
  10 +<meta name="robots" content="noindex, nofollow">
  11 +
  12 +<link rel="shortcut icon" href="/assets/img/favicon.ico" />
  13 +<!-- Loading Bootstrap -->
  14 +<link href="/assets/css/backend<?php echo \think\Config::get('app_debug')?'':'.min'; ?>.css?v=<?php echo \think\Config::get('site.version'); ?>" rel="stylesheet">
  15 +
  16 +<?php if(\think\Config::get('fastadmin.adminskin')): ?>
  17 +<link href="/assets/css/skins/<?php echo \think\Config::get('fastadmin.adminskin'); ?>.css?v=<?php echo \think\Config::get('site.version'); ?>" rel="stylesheet">
  18 +<?php endif; ?>
  19 +
  20 +<!-- HTML5 shim, for IE6-8 support of HTML5 elements. All other JS at the end of file. -->
  21 +<!--[if lt IE 9]>
  22 + <script src="/assets/js/html5shiv.js"></script>
  23 + <script src="/assets/js/respond.min.js"></script>
  24 +<![endif]-->
  25 +<script type="text/javascript">
  26 + var require = {
  27 + config: <?php echo json_encode($config); ?>
  28 + };
  29 +</script>
  30 +
  31 + </head>
  32 +
  33 + <body class="inside-header inside-aside <?php echo defined('IS_DIALOG') && IS_DIALOG ? 'is-dialog' : ''; ?>">
  34 + <div id="main" role="main">
  35 + <div class="tab-content tab-addtabs">
  36 + <div id="content">
  37 + <div class="row">
  38 + <div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
  39 + <section class="content-header hide">
  40 + <h1>
  41 + <?php echo __('Dashboard'); ?>
  42 + <small><?php echo __('Control panel'); ?></small>
  43 + </h1>
  44 + </section>
  45 + <?php if(!IS_DIALOG && !\think\Config::get('fastadmin.multiplenav') && \think\Config::get('fastadmin.breadcrumb')): ?>
  46 + <!-- RIBBON -->
  47 + <div id="ribbon">
  48 + <ol class="breadcrumb pull-left">
  49 + <?php if($auth->check('dashboard')): ?>
  50 + <li><a href="dashboard" class="addtabsit"><i class="fa fa-dashboard"></i> <?php echo __('Dashboard'); ?></a></li>
  51 + <?php endif; ?>
  52 + </ol>
  53 + <ol class="breadcrumb pull-right">
  54 + <?php foreach($breadcrumb as $vo): ?>
  55 + <li><a href="javascript:;" data-url="<?php echo $vo['url']; ?>"><?php echo $vo['title']; ?></a></li>
  56 + <?php endforeach; ?>
  57 + </ol>
  58 + </div>
  59 + <!-- END RIBBON -->
  60 + <?php endif; ?>
  61 + <div class="content">
  62 + <form id="edit-form" class="form-horizontal" role="form" data-toggle="validator" method="POST" action="">
  63 +
  64 + <div class="form-group">
  65 + <label class="control-label col-xs-12 col-sm-2"><?php echo __('Car_model'); ?>:</label>
  66 + <div class="col-xs-12 col-sm-8">
  67 + <input id="c-car_model" class="form-control" name="row[car_model]" type="text" value="<?php echo htmlentities($row['car_model']); ?>">
  68 + </div>
  69 + </div>
  70 + <div class="form-group">
  71 + <label class="control-label col-xs-12 col-sm-2"><?php echo __('License_plate'); ?>:</label>
  72 + <div class="col-xs-12 col-sm-8">
  73 + <input id="c-license_plate" class="form-control" name="row[license_plate]" type="text" value="<?php echo htmlentities($row['license_plate']); ?>">
  74 + </div>
  75 + </div>
  76 + <div class="form-group">
  77 + <label class="control-label col-xs-12 col-sm-2"><?php echo __('Route_id'); ?>:</label>
  78 + <div class="col-xs-12 col-sm-8">
  79 + <input id="c-route_id" data-rule="required" data-source="route/index" class="form-control selectpage" name="row[route_id]" type="text" value="<?php echo htmlentities($row['route_id']); ?>">
  80 + </div>
  81 + </div>
  82 + <div class="form-group">
  83 + <label class="control-label col-xs-12 col-sm-2"><?php echo __('Driver_id'); ?>:</label>
  84 + <div class="col-xs-12 col-sm-8">
  85 + <input id="c-driver_id" data-rule="required" data-source="driver/index" class="form-control selectpage" name="row[driver_id]" type="text" value="<?php echo htmlentities($row['driver_id']); ?>">
  86 + </div>
  87 + </div>
  88 + <div class="form-group">
  89 + <label class="control-label col-xs-12 col-sm-2"><?php echo __('Seat'); ?>:</label>
  90 + <div class="col-xs-12 col-sm-8">
  91 + <input id="c-seat" class="form-control" name="row[seat]" type="number" value="<?php echo htmlentities($row['seat']); ?>">
  92 + </div>
  93 + </div>
  94 + <div class="form-group">
  95 + <label class="control-label col-xs-12 col-sm-2"><?php echo __('Colour'); ?>:</label>
  96 + <div class="col-xs-12 col-sm-8">
  97 + <input id="c-colour" class="form-control" name="row[colour]" type="text" value="<?php echo htmlentities($row['colour']); ?>">
  98 + </div>
  99 + </div>
  100 + <div class="form-group">
  101 + <label class="control-label col-xs-12 col-sm-2"><?php echo __('Driver_license_img'); ?>:</label>
  102 + <div class="col-xs-12 col-sm-8">
  103 + <div class="input-group">
  104 + <input id="c-driver_license_img" class="form-control" size="50" name="row[driver_license_img]" type="text" value="<?php echo htmlentities($row['driver_license_img']); ?>">
  105 + <div class="input-group-addon no-border no-padding">
  106 + <span><button type="button" id="faupload-driver_license_img" class="btn btn-danger faupload" data-input-id="c-driver_license_img" data-mimetype="image/gif,image/jpeg,image/png,image/jpg,image/bmp,image/webp" data-multiple="false" data-preview-id="p-driver_license_img"><i class="fa fa-upload"></i> <?php echo __('Upload'); ?></button></span>
  107 + <span><button type="button" id="fachoose-driver_license_img" class="btn btn-primary fachoose" data-input-id="c-driver_license_img" data-mimetype="image/*" data-multiple="false"><i class="fa fa-list"></i> <?php echo __('Choose'); ?></button></span>
  108 + </div>
  109 + <span class="msg-box n-right" for="c-driver_license_img"></span>
  110 + </div>
  111 + <ul class="row list-inline faupload-preview" id="p-driver_license_img"></ul>
  112 + </div>
  113 + </div>
  114 + <div class="form-group">
  115 + <label class="control-label col-xs-12 col-sm-2"><?php echo __('Driving_license_img'); ?>:</label>
  116 + <div class="col-xs-12 col-sm-8">
  117 + <div class="input-group">
  118 + <input id="c-driving_license_img" class="form-control" size="50" name="row[driving_license_img]" type="text" value="<?php echo htmlentities($row['driving_license_img']); ?>">
  119 + <div class="input-group-addon no-border no-padding">
  120 + <span><button type="button" id="faupload-driving_license_img" class="btn btn-danger faupload" data-input-id="c-driving_license_img" data-mimetype="image/gif,image/jpeg,image/png,image/jpg,image/bmp,image/webp" data-multiple="false" data-preview-id="p-driving_license_img"><i class="fa fa-upload"></i> <?php echo __('Upload'); ?></button></span>
  121 + <span><button type="button" id="fachoose-driving_license_img" class="btn btn-primary fachoose" data-input-id="c-driving_license_img" data-mimetype="image/*" data-multiple="false"><i class="fa fa-list"></i> <?php echo __('Choose'); ?></button></span>
  122 + </div>
  123 + <span class="msg-box n-right" for="c-driving_license_img"></span>
  124 + </div>
  125 + <ul class="row list-inline faupload-preview" id="p-driving_license_img"></ul>
  126 + </div>
  127 + </div>
  128 + <div class="form-group">
  129 + <label class="control-label col-xs-12 col-sm-2"><?php echo __('Reservation_time'); ?>:</label>
  130 + <div class="col-xs-12 col-sm-8">
  131 + <input id="c-reservation_time" class="form-control datetimepicker" data-date-format=" HH:mm" data-use-current="true" name="row[reservation_time]" type="text" value="<?php echo $row['reservation_time']?datetime($row['reservation_time']):''; ?>">
  132 + </div>
  133 + </div>
  134 + <div class="form-group">
  135 + <label class="control-label col-xs-12 col-sm-2"><?php echo __('Start_time'); ?>:</label>
  136 + <div class="col-xs-12 col-sm-8">
  137 + <input id="c-start_time" class="form-control datetimepicker" data-date-format=" HH:mm" data-use-current="true" name="row[start_time]" type="text" value="<?php echo $row['start_time']?datetime($row['start_time']):''; ?>">
  138 + </div>
  139 + </div>
  140 + <div class="form-group">
  141 + <label class="control-label col-xs-12 col-sm-2"><?php echo __('Create_time'); ?>:</label>
  142 + <div class="col-xs-12 col-sm-8">
  143 + <input id="c-create_time" class="form-control datetimepicker" data-date-format="YYYY-MM-DD HH:mm:ss" data-use-current="true" name="row[create_time]" type="text" value="<?php echo $row['create_time']?datetime($row['create_time']):''; ?>">
  144 + </div>
  145 + </div>
  146 + <div class="form-group layer-footer">
  147 + <label class="control-label col-xs-12 col-sm-2"></label>
  148 + <div class="col-xs-12 col-sm-8">
  149 + <button type="submit" class="btn btn-primary btn-embossed disabled"><?php echo __('OK'); ?></button>
  150 + </div>
  151 + </div>
  152 +</form>
  153 +
  154 + </div>
  155 + </div>
  156 + </div>
  157 + </div>
  158 + </div>
  159 + </div>
  160 + <script src="/assets/js/require<?php echo \think\Config::get('app_debug')?'':'.min'; ?>.js" data-main="/assets/js/require-backend<?php echo \think\Config::get('app_debug')?'':'.min'; ?>.js?v=<?php echo htmlentities($site['version']); ?>"></script>
  161 + </body>
  162 +</html>
  1 +<?php if (!defined('THINK_PATH')) exit(); /*a:4:{s:79:"D:\tyobject\wyc.tenyes.cn\public/../application/admin\view\dashboard\index.html";i:1689043529;s:68:"D:\tyobject\wyc.tenyes.cn\application\admin\view\layout\default.html";i:1689043529;s:65:"D:\tyobject\wyc.tenyes.cn\application\admin\view\common\meta.html";i:1689043529;s:67:"D:\tyobject\wyc.tenyes.cn\application\admin\view\common\script.html";i:1689043529;}*/ ?>
  2 +<!DOCTYPE html>
  3 +<html>
  4 + <head>
  5 + <meta charset="utf-8">
  6 +<title><?php echo (isset($title) && ($title !== '')?$title:''); ?></title>
  7 +<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
  8 +<meta name="renderer" content="webkit">
  9 +<meta name="referrer" content="never">
  10 +<meta name="robots" content="noindex, nofollow">
  11 +
  12 +<link rel="shortcut icon" href="/assets/img/favicon.ico" />
  13 +<!-- Loading Bootstrap -->
  14 +<link href="/assets/css/backend<?php echo \think\Config::get('app_debug')?'':'.min'; ?>.css?v=<?php echo \think\Config::get('site.version'); ?>" rel="stylesheet">
  15 +
  16 +<?php if(\think\Config::get('fastadmin.adminskin')): ?>
  17 +<link href="/assets/css/skins/<?php echo \think\Config::get('fastadmin.adminskin'); ?>.css?v=<?php echo \think\Config::get('site.version'); ?>" rel="stylesheet">
  18 +<?php endif; ?>
  19 +
  20 +<!-- HTML5 shim, for IE6-8 support of HTML5 elements. All other JS at the end of file. -->
  21 +<!--[if lt IE 9]>
  22 + <script src="/assets/js/html5shiv.js"></script>
  23 + <script src="/assets/js/respond.min.js"></script>
  24 +<![endif]-->
  25 +<script type="text/javascript">
  26 + var require = {
  27 + config: <?php echo json_encode($config); ?>
  28 + };
  29 +</script>
  30 +
  31 + </head>
  32 +
  33 + <body class="inside-header inside-aside <?php echo defined('IS_DIALOG') && IS_DIALOG ? 'is-dialog' : ''; ?>">
  34 + <div id="main" role="main">
  35 + <div class="tab-content tab-addtabs">
  36 + <div id="content">
  37 + <div class="row">
  38 + <div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
  39 + <section class="content-header hide">
  40 + <h1>
  41 + <?php echo __('Dashboard'); ?>
  42 + <small><?php echo __('Control panel'); ?></small>
  43 + </h1>
  44 + </section>
  45 + <?php if(!IS_DIALOG && !\think\Config::get('fastadmin.multiplenav') && \think\Config::get('fastadmin.breadcrumb')): ?>
  46 + <!-- RIBBON -->
  47 + <div id="ribbon">
  48 + <ol class="breadcrumb pull-left">
  49 + <?php if($auth->check('dashboard')): ?>
  50 + <li><a href="dashboard" class="addtabsit"><i class="fa fa-dashboard"></i> <?php echo __('Dashboard'); ?></a></li>
  51 + <?php endif; ?>
  52 + </ol>
  53 + <ol class="breadcrumb pull-right">
  54 + <?php foreach($breadcrumb as $vo): ?>
  55 + <li><a href="javascript:;" data-url="<?php echo $vo['url']; ?>"><?php echo $vo['title']; ?></a></li>
  56 + <?php endforeach; ?>
  57 + </ol>
  58 + </div>
  59 + <!-- END RIBBON -->
  60 + <?php endif; ?>
  61 + <div class="content">
  62 + <style type="text/css">
  63 + .sm-st {
  64 + background: #fff;
  65 + padding: 20px;
  66 + -webkit-border-radius: 3px;
  67 + -moz-border-radius: 3px;
  68 + border-radius: 3px;
  69 + margin-bottom: 20px;
  70 + }
  71 +
  72 + .sm-st-icon {
  73 + width: 60px;
  74 + height: 60px;
  75 + display: inline-block;
  76 + line-height: 60px;
  77 + text-align: center;
  78 + font-size: 30px;
  79 + background: #eee;
  80 + -webkit-border-radius: 5px;
  81 + -moz-border-radius: 5px;
  82 + border-radius: 5px;
  83 + float: left;
  84 + margin-right: 10px;
  85 + color: #fff;
  86 + }
  87 +
  88 + .sm-st-info {
  89 + padding-top: 2px;
  90 + }
  91 +
  92 + .sm-st-info span {
  93 + display: block;
  94 + font-size: 24px;
  95 + font-weight: 600;
  96 + }
  97 +
  98 + .orange {
  99 + background: #fa8564 !important;
  100 + }
  101 +
  102 + .tar {
  103 + background: #45cf95 !important;
  104 + }
  105 +
  106 + .sm-st .green {
  107 + background: #86ba41 !important;
  108 + }
  109 +
  110 + .pink {
  111 + background: #AC75F0 !important;
  112 + }
  113 +
  114 + .yellow-b {
  115 + background: #fdd752 !important;
  116 + }
  117 +
  118 + .stat-elem {
  119 +
  120 + background-color: #fff;
  121 + padding: 18px;
  122 + border-radius: 40px;
  123 +
  124 + }
  125 +
  126 + .stat-info {
  127 + text-align: center;
  128 + background-color: #fff;
  129 + border-radius: 5px;
  130 + margin-top: -5px;
  131 + padding: 8px;
  132 + -webkit-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.05);
  133 + box-shadow: 0 1px 0px rgba(0, 0, 0, 0.05);
  134 + font-style: italic;
  135 + }
  136 +
  137 + .stat-icon {
  138 + text-align: center;
  139 + margin-bottom: 5px;
  140 + }
  141 +
  142 + .st-red {
  143 + background-color: #F05050;
  144 + }
  145 +
  146 + .st-green {
  147 + background-color: #27C24C;
  148 + }
  149 +
  150 + .st-violet {
  151 + background-color: #7266ba;
  152 + }
  153 +
  154 + .st-blue {
  155 + background-color: #23b7e5;
  156 + }
  157 +
  158 + .stats .stat-icon {
  159 + color: #28bb9c;
  160 + display: inline-block;
  161 + font-size: 26px;
  162 + text-align: center;
  163 + vertical-align: middle;
  164 + width: 50px;
  165 + float: left;
  166 + }
  167 +
  168 + .stat {
  169 + white-space: nowrap;
  170 + overflow: hidden;
  171 + text-overflow: ellipsis;
  172 + display: inline-block;
  173 + }
  174 +
  175 + .stat .value {
  176 + font-size: 20px;
  177 + line-height: 24px;
  178 + overflow: hidden;
  179 + text-overflow: ellipsis;
  180 + font-weight: 500;
  181 + }
  182 +
  183 + .stat .name {
  184 + overflow: hidden;
  185 + text-overflow: ellipsis;
  186 + margin: 5px 0;
  187 + }
  188 +
  189 + .stat.lg .value {
  190 + font-size: 26px;
  191 + line-height: 28px;
  192 + }
  193 +
  194 + .stat-col {
  195 + margin:0 0 10px 0;
  196 + }
  197 + .stat.lg .name {
  198 + font-size: 16px;
  199 + }
  200 +
  201 + .stat-col .progress {
  202 + height: 2px;
  203 + }
  204 +
  205 + .stat-col .progress-bar {
  206 + line-height: 2px;
  207 + height: 2px;
  208 + }
  209 +
  210 + .item {
  211 + padding: 30px 0;
  212 + }
  213 +
  214 +
  215 + #statistics .panel {
  216 + min-height: 150px;
  217 + }
  218 +
  219 + #statistics .panel h5 {
  220 + font-size: 14px;
  221 + }
  222 +</style>
  223 +<div class="panel panel-default panel-intro">
  224 + <div class="panel-heading">
  225 + <?php echo build_heading(null, false); ?>
  226 + <ul class="nav nav-tabs">
  227 + <li class="active"><a href="#one" data-toggle="tab"><?php echo __('Dashboard'); ?></a></li>
  228 + <li><a href="#two" data-toggle="tab"><?php echo __('Custom'); ?></a></li>
  229 + </ul>
  230 + </div>
  231 + <div class="panel-body">
  232 + <div id="myTabContent" class="tab-content">
  233 + <div class="tab-pane fade active in" id="one">
  234 +
  235 + <div class="row">
  236 + <div class="col-sm-3 col-xs-6">
  237 + <div class="sm-st clearfix">
  238 + <span class="sm-st-icon st-red"><i class="fa fa-users"></i></span>
  239 + <div class="sm-st-info">
  240 + <span><?php echo $totaluser; ?></span>
  241 + <?php echo __('Total user'); ?>
  242 + </div>
  243 + </div>
  244 + </div>
  245 + <div class="col-sm-3 col-xs-6">
  246 + <div class="sm-st clearfix">
  247 + <span class="sm-st-icon st-violet"><i class="fa fa-magic"></i></span>
  248 + <div class="sm-st-info">
  249 + <span><?php echo $totaladdon; ?></span>
  250 + <?php echo __('Total addon'); ?>
  251 + </div>
  252 + </div>
  253 + </div>
  254 + <div class="col-sm-3 col-xs-6">
  255 + <div class="sm-st clearfix">
  256 + <span class="sm-st-icon st-blue"><i class="fa fa-leaf"></i></span>
  257 + <div class="sm-st-info">
  258 + <span><?php echo $attachmentnums; ?></span>
  259 + <?php echo __('Total attachment'); ?>
  260 + </div>
  261 + </div>
  262 + </div>
  263 + <div class="col-sm-3 col-xs-6">
  264 + <div class="sm-st clearfix">
  265 + <span class="sm-st-icon st-green"><i class="fa fa-user"></i></span>
  266 + <div class="sm-st-info">
  267 + <span><?php echo $totaladmin; ?></span>
  268 + <?php echo __('Total admin'); ?>
  269 + </div>
  270 + </div>
  271 + </div>
  272 + </div>
  273 +
  274 + <div class="row">
  275 + <div class="col-lg-8">
  276 + <div id="echart" class="btn-refresh" style="height:300px;width:100%;"></div>
  277 + </div>
  278 + <div class="col-lg-4">
  279 + <div class="card sameheight-item stats">
  280 + <div class="card-block">
  281 + <div class="row row-sm stats-container">
  282 + <div class="col-xs-6 stat-col">
  283 + <div class="stat-icon"><i class="fa fa-rocket"></i></div>
  284 + <div class="stat">
  285 + <div class="value"> <?php echo $todayusersignup; ?></div>
  286 + <div class="name"> <?php echo __('Today user signup'); ?></div>
  287 + </div>
  288 + <div class="progress">
  289 + <div class="progress-bar progress-bar-success" style="width: 20%"></div>
  290 + </div>
  291 + </div>
  292 + <div class="col-xs-6 stat-col">
  293 + <div class="stat-icon"><i class="fa fa-vcard"></i></div>
  294 + <div class="stat">
  295 + <div class="value"> <?php echo $todayuserlogin; ?></div>
  296 + <div class="name"> <?php echo __('Today user login'); ?></div>
  297 + </div>
  298 + <div class="progress">
  299 + <div class="progress-bar progress-bar-success" style="width: 20%"></div>
  300 + </div>
  301 + </div>
  302 + <div class="col-xs-6 stat-col">
  303 + <div class="stat-icon"><i class="fa fa-calendar"></i></div>
  304 + <div class="stat">
  305 + <div class="value"> <?php echo $threednu; ?></div>
  306 + <div class="name"> <?php echo __('Three dnu'); ?></div>
  307 + </div>
  308 + <div class="progress">
  309 + <div class="progress-bar progress-bar-success" style="width: 20%"></div>
  310 + </div>
  311 + </div>
  312 + <div class="col-xs-6 stat-col">
  313 + <div class="stat-icon"><i class="fa fa-calendar-plus-o"></i></div>
  314 + <div class="stat">
  315 + <div class="value"> <?php echo $sevendnu; ?></div>
  316 + <div class="name"> <?php echo __('Seven dnu'); ?></div>
  317 + </div>
  318 + <div class="progress">
  319 + <div class="progress-bar progress-bar-success" style="width: 20%"></div>
  320 + </div>
  321 + </div>
  322 + <div class="col-xs-6 stat-col">
  323 + <div class="stat-icon"><i class="fa fa-user-circle"></i></div>
  324 + <div class="stat">
  325 + <div class="value"> <?php echo $sevendau; ?></div>
  326 + <div class="name"> <?php echo __('Seven dau'); ?></div>
  327 + </div>
  328 + <div class="progress">
  329 + <div class="progress-bar progress-bar-success" style="width: 20%"></div>
  330 + </div>
  331 + </div>
  332 + <div class="col-xs-6 stat-col">
  333 + <div class="stat-icon"><i class="fa fa-user-circle-o"></i></div>
  334 + <div class="stat">
  335 + <div class="value"> <?php echo $thirtydau; ?></div>
  336 + <div class="name"> <?php echo __('Thirty dau'); ?></div>
  337 + </div>
  338 + <div class="progress">
  339 + <div class="progress-bar progress-bar-success" style="width: 20%"></div>
  340 + </div>
  341 + </div>
  342 + </div>
  343 + </div>
  344 + </div>
  345 + </div>
  346 + </div>
  347 +
  348 + <div class="row" style="margin-top:15px;" id="statistics">
  349 +
  350 + <div class="col-lg-12">
  351 + </div>
  352 + <div class="col-xs-6 col-md-3">
  353 + <div class="panel bg-blue-gradient no-border">
  354 + <div class="panel-body">
  355 + <div class="panel-title">
  356 + <span class="label label-primary pull-right"><?php echo __('Real time'); ?></span>
  357 + <h5><?php echo __('Working addon count'); ?></h5>
  358 + </div>
  359 + <div class="panel-content">
  360 + <div class="row">
  361 + <div class="col-md-12">
  362 + <h1 class="no-margins"><?php echo $totalworkingaddon; ?></h1>
  363 + <div class="font-bold"><i class="fa fa-magic"></i>
  364 + <small><?php echo __('Working addon count tips'); ?></small>
  365 + </div>
  366 + </div>
  367 + </div>
  368 + </div>
  369 + </div>
  370 + </div>
  371 + </div>
  372 + <div class="col-xs-6 col-md-3">
  373 + <div class="panel bg-teal-gradient no-border">
  374 + <div class="panel-body">
  375 + <div class="ibox-title">
  376 + <span class="label label-primary pull-right"><?php echo __('Real time'); ?></span>
  377 + <h5><?php echo __('Database count'); ?></h5>
  378 + </div>
  379 + <div class="ibox-content">
  380 + <div class="row">
  381 + <div class="col-md-6">
  382 + <h1 class="no-margins"><?php echo $dbtablenums; ?></h1>
  383 + <div class="font-bold"><i class="fa fa-database"></i>
  384 + <small><?php echo __('Database table nums'); ?></small>
  385 + </div>
  386 + </div>
  387 + <div class="col-md-6">
  388 + <h1 class="no-margins"><?php echo format_bytes($dbsize,'',0); ?></h1>
  389 + <div class="font-bold"><i class="fa fa-filter"></i>
  390 + <small><?php echo __('Database size'); ?></small>
  391 + </div>
  392 + </div>
  393 + </div>
  394 + </div>
  395 + </div>
  396 + </div>
  397 + </div>
  398 +
  399 + <div class="col-xs-6 col-md-3">
  400 + <div class="panel bg-purple-gradient no-border">
  401 + <div class="panel-body">
  402 + <div class="ibox-title">
  403 + <span class="label label-primary pull-right"><?php echo __('Real time'); ?></span>
  404 + <h5><?php echo __('Attachment count'); ?></h5>
  405 + </div>
  406 + <div class="ibox-content">
  407 +
  408 + <div class="row">
  409 + <div class="col-md-6">
  410 + <h1 class="no-margins"><?php echo $attachmentnums; ?></h1>
  411 + <div class="font-bold"><i class="fa fa-files-o"></i>
  412 + <small><?php echo __('Attachment nums'); ?></small>
  413 + </div>
  414 + </div>
  415 + <div class="col-md-6">
  416 + <h1 class="no-margins"><?php echo format_bytes($attachmentsize,'',0); ?></h1>
  417 + <div class="font-bold"><i class="fa fa-filter"></i>
  418 + <small><?php echo __('Attachment size'); ?></small>
  419 + </div>
  420 + </div>
  421 + </div>
  422 + </div>
  423 + </div>
  424 + </div>
  425 + </div>
  426 + <div class="col-xs-6 col-md-3">
  427 + <div class="panel bg-green-gradient no-border">
  428 + <div class="panel-body">
  429 + <div class="ibox-title">
  430 + <span class="label label-primary pull-right"><?php echo __('Real time'); ?></span>
  431 + <h5><?php echo __('Picture count'); ?></h5>
  432 + </div>
  433 + <div class="ibox-content">
  434 +
  435 + <div class="row">
  436 + <div class="col-md-6">
  437 + <h1 class="no-margins"><?php echo $picturenums; ?></h1>
  438 + <div class="font-bold"><i class="fa fa-picture-o"></i>
  439 + <small><?php echo __('Picture nums'); ?></small>
  440 + </div>
  441 + </div>
  442 + <div class="col-md-6">
  443 + <h1 class="no-margins"><?php echo format_bytes($picturesize,'',0); ?></h1>
  444 + <div class="font-bold"><i class="fa fa-filter"></i>
  445 + <small><?php echo __('Picture size'); ?></small>
  446 + </div>
  447 + </div>
  448 + </div>
  449 + </div>
  450 + </div>
  451 + </div>
  452 + </div>
  453 + </div>
  454 + </div>
  455 + <div class="tab-pane fade" id="two">
  456 + <div class="row">
  457 + <div class="col-xs-12">
  458 + <?php echo __('Custom zone'); ?>
  459 + </div>
  460 + </div>
  461 + </div>
  462 + </div>
  463 + </div>
  464 +</div>
  465 +
  466 + </div>
  467 + </div>
  468 + </div>
  469 + </div>
  470 + </div>
  471 + </div>
  472 + <script src="/assets/js/require<?php echo \think\Config::get('app_debug')?'':'.min'; ?>.js" data-main="/assets/js/require-backend<?php echo \think\Config::get('app_debug')?'':'.min'; ?>.js?v=<?php echo htmlentities($site['version']); ?>"></script>
  473 + </body>
  474 +</html>
  1 +<?php if (!defined('THINK_PATH')) exit(); /*a:4:{s:73:"D:\tyobject\wyc.tenyes.cn\public/../application/admin\view\car\index.html";i:1710228083;s:68:"D:\tyobject\wyc.tenyes.cn\application\admin\view\layout\default.html";i:1689043529;s:65:"D:\tyobject\wyc.tenyes.cn\application\admin\view\common\meta.html";i:1689043529;s:67:"D:\tyobject\wyc.tenyes.cn\application\admin\view\common\script.html";i:1689043529;}*/ ?>
  2 +<!DOCTYPE html>
  3 +<html>
  4 + <head>
  5 + <meta charset="utf-8">
  6 +<title><?php echo (isset($title) && ($title !== '')?$title:''); ?></title>
  7 +<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
  8 +<meta name="renderer" content="webkit">
  9 +<meta name="referrer" content="never">
  10 +<meta name="robots" content="noindex, nofollow">
  11 +
  12 +<link rel="shortcut icon" href="/assets/img/favicon.ico" />
  13 +<!-- Loading Bootstrap -->
  14 +<link href="/assets/css/backend<?php echo \think\Config::get('app_debug')?'':'.min'; ?>.css?v=<?php echo \think\Config::get('site.version'); ?>" rel="stylesheet">
  15 +
  16 +<?php if(\think\Config::get('fastadmin.adminskin')): ?>
  17 +<link href="/assets/css/skins/<?php echo \think\Config::get('fastadmin.adminskin'); ?>.css?v=<?php echo \think\Config::get('site.version'); ?>" rel="stylesheet">
  18 +<?php endif; ?>
  19 +
  20 +<!-- HTML5 shim, for IE6-8 support of HTML5 elements. All other JS at the end of file. -->
  21 +<!--[if lt IE 9]>
  22 + <script src="/assets/js/html5shiv.js"></script>
  23 + <script src="/assets/js/respond.min.js"></script>
  24 +<![endif]-->
  25 +<script type="text/javascript">
  26 + var require = {
  27 + config: <?php echo json_encode($config); ?>
  28 + };
  29 +</script>
  30 +
  31 + </head>
  32 +
  33 + <body class="inside-header inside-aside <?php echo defined('IS_DIALOG') && IS_DIALOG ? 'is-dialog' : ''; ?>">
  34 + <div id="main" role="main">
  35 + <div class="tab-content tab-addtabs">
  36 + <div id="content">
  37 + <div class="row">
  38 + <div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
  39 + <section class="content-header hide">
  40 + <h1>
  41 + <?php echo __('Dashboard'); ?>
  42 + <small><?php echo __('Control panel'); ?></small>
  43 + </h1>
  44 + </section>
  45 + <?php if(!IS_DIALOG && !\think\Config::get('fastadmin.multiplenav') && \think\Config::get('fastadmin.breadcrumb')): ?>
  46 + <!-- RIBBON -->
  47 + <div id="ribbon">
  48 + <ol class="breadcrumb pull-left">
  49 + <?php if($auth->check('dashboard')): ?>
  50 + <li><a href="dashboard" class="addtabsit"><i class="fa fa-dashboard"></i> <?php echo __('Dashboard'); ?></a></li>
  51 + <?php endif; ?>
  52 + </ol>
  53 + <ol class="breadcrumb pull-right">
  54 + <?php foreach($breadcrumb as $vo): ?>
  55 + <li><a href="javascript:;" data-url="<?php echo $vo['url']; ?>"><?php echo $vo['title']; ?></a></li>
  56 + <?php endforeach; ?>
  57 + </ol>
  58 + </div>
  59 + <!-- END RIBBON -->
  60 + <?php endif; ?>
  61 + <div class="content">
  62 + <div class="panel panel-default panel-intro">
  63 + <?php echo build_heading(); ?>
  64 +
  65 + <div class="panel-body">
  66 + <div id="myTabContent" class="tab-content">
  67 + <div class="tab-pane fade active in" id="one">
  68 + <div class="widget-body no-padding">
  69 + <div id="toolbar" class="toolbar">
  70 + <a href="javascript:;" class="btn btn-primary btn-refresh" title="<?php echo __('Refresh'); ?>" ><i class="fa fa-refresh"></i> </a>
  71 + <a href="javascript:;" class="btn btn-success btn-add <?php echo $auth->check('car/add')?'':'hide'; ?>" title="<?php echo __('Add'); ?>" ><i class="fa fa-plus"></i> <?php echo __('Add'); ?></a>
  72 + <a href="javascript:;" class="btn btn-success btn-edit btn-disabled disabled <?php echo $auth->check('car/edit')?'':'hide'; ?>" title="<?php echo __('Edit'); ?>" ><i class="fa fa-pencil"></i> <?php echo __('Edit'); ?></a>
  73 + <a href="javascript:;" class="btn btn-danger btn-del btn-disabled disabled <?php echo $auth->check('car/del')?'':'hide'; ?>" title="<?php echo __('Delete'); ?>" ><i class="fa fa-trash"></i> <?php echo __('Delete'); ?></a>
  74 +
  75 +
  76 +
  77 +
  78 +
  79 + </div>
  80 + <table id="table" class="table table-striped table-bordered table-hover table-nowrap"
  81 + data-operate-edit="<?php echo $auth->check('car/edit'); ?>"
  82 + data-operate-del="<?php echo $auth->check('car/del'); ?>"
  83 + width="100%">
  84 + </table>
  85 + </div>
  86 + </div>
  87 +
  88 + </div>
  89 + </div>
  90 +</div>
  91 +
  92 + </div>
  93 + </div>
  94 + </div>
  95 + </div>
  96 + </div>
  97 + </div>
  98 + <script src="/assets/js/require<?php echo \think\Config::get('app_debug')?'':'.min'; ?>.js" data-main="/assets/js/require-backend<?php echo \think\Config::get('app_debug')?'':'.min'; ?>.js?v=<?php echo htmlentities($site['version']); ?>"></script>
  99 + </body>
  100 +</html>