---------------------------------------------------------------
[2023-08-04T13:09:52+08:00] 58.212.234.96 POST 101.132.37.87:83/api/UserCase/userCaseAdd
[运行时间:0.243158s] [吞吐率:4.11req/s] [内存消耗:3,680.68kb] [文件加载:68]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '289',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'phone' => '15357531308',
  'condition' => '15',
  'userName' => '刘',
  'age' => '14',
  'illnessDays' => '120',
  'imgs' => 
  array (
    0 => '20230804/1691125790545.png',
    1 => '20230804/1691125791462.png',
    2 => '20230804/1691125791773.png',
  ),
  'seeEpartmeneId' => '3',
  'token' => '4|28c8a5545712781951881f96257281cd',
  'name' => '病例一',
  'measures' => 'æ— ',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000766s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user` [ RunTime:0.042517s ]
[ sql ] [ SQL ] SELECT `id`,`type` FROM `d_user` WHERE  `token` = '4|28c8a5545712781951881f96257281cd'  AND `status` = 0 LIMIT 1 [ RunTime:0.000607s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user_case` [ RunTime:0.033611s ]
[ sql ] [ SQL ] INSERT INTO `d_user_case` (`name` , `userName` , `age` , `phone` , `seeEpartmeneId` , `condition` , `illnessDays` , `measures` , `userId` , `createTime` , `status`) VALUES ('病例一' , '刘' , 14 , '15357531308' , 3 , '15' , '120' , '无' , 4 , 1691125792 , 0) [ RunTime:0.000653s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user_case_img` [ RunTime:0.036637s ]
[ sql ] [ SQL ] INSERT INTO `d_user_case_img` (`userCaseId` , `imgUrl` , `createTime`) VALUES ( 13,'20230804/1691125790545.png',1691125792 ) , ( 13,'20230804/1691125791462.png',1691125792 ) , ( 13,'20230804/1691125791773.png',1691125792 ) [ RunTime:0.000607s ]
---------------------------------------------------------------
[2023-08-04T13:09:56+08:00] 58.212.234.96 POST 101.132.37.87:83/api/UserCase/UserCaseList
[运行时间:0.142001s] [吞吐率:7.04req/s] [内存消耗:3,485.78kb] [文件加载:66]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '46',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'token' => '4|28c8a5545712781951881f96257281cd',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000752s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user` [ RunTime:0.043250s ]
[ sql ] [ SQL ] SELECT `id`,`type` FROM `d_user` WHERE  `token` = '4|28c8a5545712781951881f96257281cd'  AND `status` = 0 LIMIT 1 [ RunTime:0.000603s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user_case` [ RunTime:0.042087s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`userName`,`age`,`condition` FROM `d_user_case` WHERE  `userId` = 4  AND `status` = 0 ORDER BY `id` DESC [ RunTime:0.000653s ]
---------------------------------------------------------------
[2023-08-04T13:10:01+08:00] 58.212.234.96 POST 101.132.37.87:83/api/UserCase/UserCaseInfo
[运行时间:0.178239s] [吞吐率:5.61req/s] [内存消耗:3,488.24kb] [文件加载:66]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '60',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'token' => '4|28c8a5545712781951881f96257281cd',
  'caseId' => '13',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000757s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user` [ RunTime:0.044679s ]
[ sql ] [ SQL ] SELECT `id`,`type` FROM `d_user` WHERE  `token` = '4|28c8a5545712781951881f96257281cd'  AND `status` = 0 LIMIT 1 [ RunTime:0.000698s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user_case` [ RunTime:0.038564s ]
[ sql ] [ SQL ] SELECT `u`.`id`,`u`.`name`,`userId`,`userName`,`age`,`phone`,e.name as seeEpartmene,`seeEpartmeneId`,`condition`,`illnessDays`,`measures` FROM `d_user_case` `u` LEFT JOIN `d_epartmene` `e` ON `e`.`id`=`seeEpartmeneId` WHERE  `u`.`id` = '13'  AND `u`.`status` = '0' LIMIT 1 [ RunTime:0.000820s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user_case_img` [ RunTime:0.036307s ]
[ sql ] [ SQL ] SELECT `id`,`imgUrl` FROM `d_user_case_img` WHERE  `userCaseId` = 13 [ RunTime:0.000631s ]
---------------------------------------------------------------
[2023-08-04T13:10:18+08:00] 58.212.234.96 POST 101.132.37.87:83/api/UserCase/UserCaseInfo
[运行时间:0.193169s] [吞吐率:5.18req/s] [内存消耗:3,488.24kb] [文件加载:66]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '60',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'token' => '4|28c8a5545712781951881f96257281cd',
  'caseId' => '13',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000774s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user` [ RunTime:0.053903s ]
[ sql ] [ SQL ] SELECT `id`,`type` FROM `d_user` WHERE  `token` = '4|28c8a5545712781951881f96257281cd'  AND `status` = 0 LIMIT 1 [ RunTime:0.000646s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user_case` [ RunTime:0.042064s ]
[ sql ] [ SQL ] SELECT `u`.`id`,`u`.`name`,`userId`,`userName`,`age`,`phone`,e.name as seeEpartmene,`seeEpartmeneId`,`condition`,`illnessDays`,`measures` FROM `d_user_case` `u` LEFT JOIN `d_epartmene` `e` ON `e`.`id`=`seeEpartmeneId` WHERE  `u`.`id` = '13'  AND `u`.`status` = '0' LIMIT 1 [ RunTime:0.000755s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user_case_img` [ RunTime:0.038908s ]
[ sql ] [ SQL ] SELECT `id`,`imgUrl` FROM `d_user_case_img` WHERE  `userCaseId` = 13 [ RunTime:0.000579s ]
---------------------------------------------------------------
[2023-08-04T13:10:20+08:00] 58.212.234.96 POST 101.132.37.87:83/api/UserCase/UserCaseInfo
[运行时间:0.191097s] [吞吐率:5.23req/s] [内存消耗:3,486.50kb] [文件加载:66]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '60',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'token' => '4|28c8a5545712781951881f96257281cd',
  'caseId' => '12',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000787s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user` [ RunTime:0.050681s ]
[ sql ] [ SQL ] SELECT `id`,`type` FROM `d_user` WHERE  `token` = '4|28c8a5545712781951881f96257281cd'  AND `status` = 0 LIMIT 1 [ RunTime:0.000691s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user_case` [ RunTime:0.039749s ]
[ sql ] [ SQL ] SELECT `u`.`id`,`u`.`name`,`userId`,`userName`,`age`,`phone`,e.name as seeEpartmene,`seeEpartmeneId`,`condition`,`illnessDays`,`measures` FROM `d_user_case` `u` LEFT JOIN `d_epartmene` `e` ON `e`.`id`=`seeEpartmeneId` WHERE  `u`.`id` = '12'  AND `u`.`status` = '0' LIMIT 1 [ RunTime:0.000844s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user_case_img` [ RunTime:0.038708s ]
[ sql ] [ SQL ] SELECT `id`,`imgUrl` FROM `d_user_case_img` WHERE  `userCaseId` = 12 [ RunTime:0.000557s ]
---------------------------------------------------------------
[2023-08-04T13:10:50+08:00] 58.212.234.96 POST 101.132.37.87:83/api/UserCase/UserCaseInfo
[运行时间:0.173772s] [吞吐率:5.75req/s] [内存消耗:3,488.24kb] [文件加载:66]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '60',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'token' => '4|28c8a5545712781951881f96257281cd',
  'caseId' => '13',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000857s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user` [ RunTime:0.046438s ]
[ sql ] [ SQL ] SELECT `id`,`type` FROM `d_user` WHERE  `token` = '4|28c8a5545712781951881f96257281cd'  AND `status` = 0 LIMIT 1 [ RunTime:0.000612s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user_case` [ RunTime:0.035568s ]
[ sql ] [ SQL ] SELECT `u`.`id`,`u`.`name`,`userId`,`userName`,`age`,`phone`,e.name as seeEpartmene,`seeEpartmeneId`,`condition`,`illnessDays`,`measures` FROM `d_user_case` `u` LEFT JOIN `d_epartmene` `e` ON `e`.`id`=`seeEpartmeneId` WHERE  `u`.`id` = '13'  AND `u`.`status` = '0' LIMIT 1 [ RunTime:0.000665s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user_case_img` [ RunTime:0.033927s ]
[ sql ] [ SQL ] SELECT `id`,`imgUrl` FROM `d_user_case_img` WHERE  `userCaseId` = 13 [ RunTime:0.000503s ]
---------------------------------------------------------------
[2023-08-04T13:15:33+08:00] 58.212.234.96 POST 101.132.37.87:83/api/MyCentre/centreInfo
[运行时间:0.126968s] [吞吐率:7.88req/s] [内存消耗:3,482.08kb] [文件加载:66]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '46',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'token' => '4|28c8a5545712781951881f96257281cd',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.014151s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user` [ RunTime:0.049479s ]
[ sql ] [ SQL ] SELECT `id`,`type` FROM `d_user` WHERE  `token` = '4|28c8a5545712781951881f96257281cd'  AND `status` = 0 LIMIT 1 [ RunTime:0.000705s ]
[ sql ] [ SQL ] SELECT `name`,`faceImg`,`isVip`,`type`,`vipDate`,`phone` FROM `d_user` WHERE  `id` = 4 LIMIT 1 [ RunTime:0.000542s ]
---------------------------------------------------------------
[2023-08-04T13:15:36+08:00] 58.212.234.96 POST 101.132.37.87:83/api/UserCase/UserCaseList
[运行时间:0.147106s] [吞吐率:6.80req/s] [内存消耗:3,485.78kb] [文件加载:66]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '46',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'token' => '4|28c8a5545712781951881f96257281cd',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.009688s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user` [ RunTime:0.044115s ]
[ sql ] [ SQL ] SELECT `id`,`type` FROM `d_user` WHERE  `token` = '4|28c8a5545712781951881f96257281cd'  AND `status` = 0 LIMIT 1 [ RunTime:0.000614s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user_case` [ RunTime:0.038130s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`userName`,`age`,`condition` FROM `d_user_case` WHERE  `userId` = 4  AND `status` = 0 ORDER BY `id` DESC [ RunTime:0.000658s ]
---------------------------------------------------------------
[2023-08-04T13:15:40+08:00] 58.212.234.96 POST 101.132.37.87:83/api/UserCase/UserCaseInfo
[运行时间:0.184162s] [吞吐率:5.43req/s] [内存消耗:3,488.24kb] [文件加载:66]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '60',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'token' => '4|28c8a5545712781951881f96257281cd',
  'caseId' => '13',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000769s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user` [ RunTime:0.053937s ]
[ sql ] [ SQL ] SELECT `id`,`type` FROM `d_user` WHERE  `token` = '4|28c8a5545712781951881f96257281cd'  AND `status` = 0 LIMIT 1 [ RunTime:0.000710s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user_case` [ RunTime:0.034664s ]
[ sql ] [ SQL ] SELECT `u`.`id`,`u`.`name`,`userId`,`userName`,`age`,`phone`,e.name as seeEpartmene,`seeEpartmeneId`,`condition`,`illnessDays`,`measures` FROM `d_user_case` `u` LEFT JOIN `d_epartmene` `e` ON `e`.`id`=`seeEpartmeneId` WHERE  `u`.`id` = '13'  AND `u`.`status` = '0' LIMIT 1 [ RunTime:0.000746s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user_case_img` [ RunTime:0.034303s ]
[ sql ] [ SQL ] SELECT `id`,`imgUrl` FROM `d_user_case_img` WHERE  `userCaseId` = 13 [ RunTime:0.000489s ]
---------------------------------------------------------------
[2023-08-04T13:16:33+08:00] 58.212.234.96 POST 101.132.37.87:83/api/MyCentre/centreInfo
[运行时间:0.099336s] [吞吐率:10.07req/s] [内存消耗:3,482.08kb] [文件加载:66]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '46',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'token' => '4|28c8a5545712781951881f96257281cd',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000776s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user` [ RunTime:0.044050s ]
[ sql ] [ SQL ] SELECT `id`,`type` FROM `d_user` WHERE  `token` = '4|28c8a5545712781951881f96257281cd'  AND `status` = 0 LIMIT 1 [ RunTime:0.000627s ]
[ sql ] [ SQL ] SELECT `name`,`faceImg`,`isVip`,`type`,`vipDate`,`phone` FROM `d_user` WHERE  `id` = 4 LIMIT 1 [ RunTime:0.000485s ]
---------------------------------------------------------------
[2023-08-04T13:16:34+08:00] 58.212.234.96 POST 101.132.37.87:83/api/UserCase/UserCaseList
[运行时间:0.132143s] [吞吐率:7.57req/s] [内存消耗:3,485.78kb] [文件加载:66]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '46',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'token' => '4|28c8a5545712781951881f96257281cd',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000764s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user` [ RunTime:0.041451s ]
[ sql ] [ SQL ] SELECT `id`,`type` FROM `d_user` WHERE  `token` = '4|28c8a5545712781951881f96257281cd'  AND `status` = 0 LIMIT 1 [ RunTime:0.000644s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user_case` [ RunTime:0.035221s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`userName`,`age`,`condition` FROM `d_user_case` WHERE  `userId` = 4  AND `status` = 0 ORDER BY `id` DESC [ RunTime:0.000627s ]
---------------------------------------------------------------
[2023-08-04T13:17:25+08:00] 58.212.234.96 POST 101.132.37.87:83/api/MyCentre/centreInfo
[运行时间:0.111044s] [吞吐率:9.01req/s] [内存消耗:3,482.08kb] [文件加载:66]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '46',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'token' => '4|28c8a5545712781951881f96257281cd',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000793s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user` [ RunTime:0.055346s ]
[ sql ] [ SQL ] SELECT `id`,`type` FROM `d_user` WHERE  `token` = '4|28c8a5545712781951881f96257281cd'  AND `status` = 0 LIMIT 1 [ RunTime:0.000695s ]
[ sql ] [ SQL ] SELECT `name`,`faceImg`,`isVip`,`type`,`vipDate`,`phone` FROM `d_user` WHERE  `id` = 4 LIMIT 1 [ RunTime:0.000514s ]
---------------------------------------------------------------
[2023-08-04T13:17:26+08:00] 58.212.234.96 POST 101.132.37.87:83/api/UserCase/UserCaseList
[运行时间:0.139101s] [吞吐率:7.19req/s] [内存消耗:3,485.78kb] [文件加载:66]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '46',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'token' => '4|28c8a5545712781951881f96257281cd',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000774s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user` [ RunTime:0.045872s ]
[ sql ] [ SQL ] SELECT `id`,`type` FROM `d_user` WHERE  `token` = '4|28c8a5545712781951881f96257281cd'  AND `status` = 0 LIMIT 1 [ RunTime:0.000627s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user_case` [ RunTime:0.036927s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`userName`,`age`,`condition` FROM `d_user_case` WHERE  `userId` = 4  AND `status` = 0 ORDER BY `id` DESC [ RunTime:0.000681s ]
---------------------------------------------------------------
[2023-08-04T13:17:27+08:00] 58.212.234.96 POST 101.132.37.87:83/api/UserCase/UserCaseInfo
[运行时间:0.168581s] [吞吐率:5.93req/s] [内存消耗:3,488.24kb] [文件加载:66]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '60',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'token' => '4|28c8a5545712781951881f96257281cd',
  'caseId' => '13',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000752s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user` [ RunTime:0.042098s ]
[ sql ] [ SQL ] SELECT `id`,`type` FROM `d_user` WHERE  `token` = '4|28c8a5545712781951881f96257281cd'  AND `status` = 0 LIMIT 1 [ RunTime:0.000642s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user_case` [ RunTime:0.033850s ]
[ sql ] [ SQL ] SELECT `u`.`id`,`u`.`name`,`userId`,`userName`,`age`,`phone`,e.name as seeEpartmene,`seeEpartmeneId`,`condition`,`illnessDays`,`measures` FROM `d_user_case` `u` LEFT JOIN `d_epartmene` `e` ON `e`.`id`=`seeEpartmeneId` WHERE  `u`.`id` = '13'  AND `u`.`status` = '0' LIMIT 1 [ RunTime:0.000752s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user_case_img` [ RunTime:0.033677s ]
[ sql ] [ SQL ] SELECT `id`,`imgUrl` FROM `d_user_case_img` WHERE  `userCaseId` = 13 [ RunTime:0.000481s ]
---------------------------------------------------------------
[2023-08-04T13:17:54+08:00] 58.212.234.96 POST 101.132.37.87:83/api/UserCase/UserCaseInfo
[运行时间:0.181652s] [吞吐率:5.51req/s] [内存消耗:3,486.50kb] [文件加载:66]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '60',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'token' => '4|28c8a5545712781951881f96257281cd',
  'caseId' => '12',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000754s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user` [ RunTime:0.043118s ]
[ sql ] [ SQL ] SELECT `id`,`type` FROM `d_user` WHERE  `token` = '4|28c8a5545712781951881f96257281cd'  AND `status` = 0 LIMIT 1 [ RunTime:0.000598s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user_case` [ RunTime:0.034665s ]
[ sql ] [ SQL ] SELECT `u`.`id`,`u`.`name`,`userId`,`userName`,`age`,`phone`,e.name as seeEpartmene,`seeEpartmeneId`,`condition`,`illnessDays`,`measures` FROM `d_user_case` `u` LEFT JOIN `d_epartmene` `e` ON `e`.`id`=`seeEpartmeneId` WHERE  `u`.`id` = '12'  AND `u`.`status` = '0' LIMIT 1 [ RunTime:0.001001s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user_case_img` [ RunTime:0.034595s ]
[ sql ] [ SQL ] SELECT `id`,`imgUrl` FROM `d_user_case_img` WHERE  `userCaseId` = 12 [ RunTime:0.000491s ]
---------------------------------------------------------------
[2023-08-04T13:18:21+08:00] 58.212.234.96 POST 101.132.37.87:83/api/UserCase/UserCaseList
[运行时间:0.132254s] [吞吐率:7.56req/s] [内存消耗:3,485.78kb] [文件加载:66]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '46',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'token' => '4|28c8a5545712781951881f96257281cd',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000736s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user` [ RunTime:0.042732s ]
[ sql ] [ SQL ] SELECT `id`,`type` FROM `d_user` WHERE  `token` = '4|28c8a5545712781951881f96257281cd'  AND `status` = 0 LIMIT 1 [ RunTime:0.000646s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user_case` [ RunTime:0.033812s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`userName`,`age`,`condition` FROM `d_user_case` WHERE  `userId` = 4  AND `status` = 0 ORDER BY `id` DESC [ RunTime:0.000634s ]
---------------------------------------------------------------
[2023-08-04T13:18:28+08:00] 58.212.234.96 POST 101.132.37.87:83/api/UserCase/UserCaseInfo
[运行时间:0.162048s] [吞吐率:6.17req/s] [内存消耗:3,486.50kb] [文件加载:66]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '60',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'token' => '4|28c8a5545712781951881f96257281cd',
  'caseId' => '12',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000730s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user` [ RunTime:0.040771s ]
[ sql ] [ SQL ] SELECT `id`,`type` FROM `d_user` WHERE  `token` = '4|28c8a5545712781951881f96257281cd'  AND `status` = 0 LIMIT 1 [ RunTime:0.000572s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user_case` [ RunTime:0.032677s ]
[ sql ] [ SQL ] SELECT `u`.`id`,`u`.`name`,`userId`,`userName`,`age`,`phone`,e.name as seeEpartmene,`seeEpartmeneId`,`condition`,`illnessDays`,`measures` FROM `d_user_case` `u` LEFT JOIN `d_epartmene` `e` ON `e`.`id`=`seeEpartmeneId` WHERE  `u`.`id` = '12'  AND `u`.`status` = '0' LIMIT 1 [ RunTime:0.000664s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user_case_img` [ RunTime:0.031418s ]
[ sql ] [ SQL ] SELECT `id`,`imgUrl` FROM `d_user_case_img` WHERE  `userCaseId` = 12 [ RunTime:0.000473s ]
---------------------------------------------------------------
[2023-08-04T13:39:01+08:00] 58.212.234.96 POST 101.132.37.87:83/api/MyCentre/centreInfo
[运行时间:0.126524s] [吞吐率:7.90req/s] [内存消耗:3,482.08kb] [文件加载:66]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '46',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'token' => '4|28c8a5545712781951881f96257281cd',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.007610s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user` [ RunTime:0.050106s ]
[ sql ] [ SQL ] SELECT `id`,`type` FROM `d_user` WHERE  `token` = '4|28c8a5545712781951881f96257281cd'  AND `status` = 0 LIMIT 1 [ RunTime:0.000742s ]
[ sql ] [ SQL ] SELECT `name`,`faceImg`,`isVip`,`type`,`vipDate`,`phone` FROM `d_user` WHERE  `id` = 4 LIMIT 1 [ RunTime:0.000499s ]
---------------------------------------------------------------
[2023-08-04T13:39:02+08:00] 58.212.234.96 POST 101.132.37.87:83/api/UserCase/UserCaseList
[运行时间:0.147769s] [吞吐率:6.77req/s] [内存消耗:3,485.78kb] [文件加载:66]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '46',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'token' => '4|28c8a5545712781951881f96257281cd',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.011594s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user` [ RunTime:0.044397s ]
[ sql ] [ SQL ] SELECT `id`,`type` FROM `d_user` WHERE  `token` = '4|28c8a5545712781951881f96257281cd'  AND `status` = 0 LIMIT 1 [ RunTime:0.000630s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user_case` [ RunTime:0.033869s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`userName`,`age`,`condition` FROM `d_user_case` WHERE  `userId` = 4  AND `status` = 0 ORDER BY `id` DESC [ RunTime:0.000644s ]
---------------------------------------------------------------
[2023-08-04T13:39:04+08:00] 58.212.234.96 POST 101.132.37.87:83/api/UserCase/UserCaseList
[运行时间:0.136304s] [吞吐率:7.34req/s] [内存消耗:3,485.78kb] [文件加载:66]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '46',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'token' => '4|28c8a5545712781951881f96257281cd',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.009018s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user` [ RunTime:0.040406s ]
[ sql ] [ SQL ] SELECT `id`,`type` FROM `d_user` WHERE  `token` = '4|28c8a5545712781951881f96257281cd'  AND `status` = 0 LIMIT 1 [ RunTime:0.000561s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user_case` [ RunTime:0.032272s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`userName`,`age`,`condition` FROM `d_user_case` WHERE  `userId` = 4  AND `status` = 0 ORDER BY `id` DESC [ RunTime:0.000533s ]
---------------------------------------------------------------
[2023-08-04T13:39:09+08:00] 58.212.234.96 POST 101.132.37.87:83/api/UserCase/UserCaseList
[运行时间:0.147427s] [吞吐率:6.78req/s] [内存消耗:3,485.78kb] [文件加载:66]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '46',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'token' => '4|28c8a5545712781951881f96257281cd',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.009408s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user` [ RunTime:0.041305s ]
[ sql ] [ SQL ] SELECT `id`,`type` FROM `d_user` WHERE  `token` = '4|28c8a5545712781951881f96257281cd'  AND `status` = 0 LIMIT 1 [ RunTime:0.000608s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user_case` [ RunTime:0.033329s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`userName`,`age`,`condition` FROM `d_user_case` WHERE  `userId` = 4  AND `status` = 0 ORDER BY `id` DESC [ RunTime:0.000634s ]
---------------------------------------------------------------
[2023-08-04T13:39:18+08:00] 58.212.234.96 POST 101.132.37.87:83/api/UserCase/UserCaseList
[运行时间:0.171077s] [吞吐率:5.85req/s] [内存消耗:3,485.78kb] [文件加载:66]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '46',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'token' => '4|28c8a5545712781951881f96257281cd',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.006779s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user` [ RunTime:0.054902s ]
[ sql ] [ SQL ] SELECT `id`,`type` FROM `d_user` WHERE  `token` = '4|28c8a5545712781951881f96257281cd'  AND `status` = 0 LIMIT 1 [ RunTime:0.000634s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user_case` [ RunTime:0.050741s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`userName`,`age`,`condition` FROM `d_user_case` WHERE  `userId` = 4  AND `status` = 0 ORDER BY `id` DESC [ RunTime:0.000661s ]
---------------------------------------------------------------
[2023-08-04T13:39:49+08:00] 58.212.234.96 POST 101.132.37.87:83/api/MyCentre/centreInfo
[运行时间:0.109969s] [吞吐率:9.09req/s] [内存消耗:3,482.08kb] [文件加载:66]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '46',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'token' => '4|28c8a5545712781951881f96257281cd',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.003322s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user` [ RunTime:0.052184s ]
[ sql ] [ SQL ] SELECT `id`,`type` FROM `d_user` WHERE  `token` = '4|28c8a5545712781951881f96257281cd'  AND `status` = 0 LIMIT 1 [ RunTime:0.000631s ]
[ sql ] [ SQL ] SELECT `name`,`faceImg`,`isVip`,`type`,`vipDate`,`phone` FROM `d_user` WHERE  `id` = 4 LIMIT 1 [ RunTime:0.000480s ]
---------------------------------------------------------------
[2023-08-04T13:39:49+08:00] 58.212.234.96 POST 101.132.37.87:83/api/UserCase/UserCaseList
[运行时间:0.133423s] [吞吐率:7.49req/s] [内存消耗:3,485.78kb] [文件加载:66]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '46',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'token' => '4|28c8a5545712781951881f96257281cd',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.014331s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user` [ RunTime:0.028038s ]
[ sql ] [ SQL ] SELECT `id`,`type` FROM `d_user` WHERE  `token` = '4|28c8a5545712781951881f96257281cd'  AND `status` = 0 LIMIT 1 [ RunTime:0.000589s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user_case` [ RunTime:0.035806s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`userName`,`age`,`condition` FROM `d_user_case` WHERE  `userId` = 4  AND `status` = 0 ORDER BY `id` DESC [ RunTime:0.000573s ]
---------------------------------------------------------------
[2023-08-04T13:39:55+08:00] 58.212.234.96 POST 101.132.37.87:83/api/UserCase/UserCaseList
[运行时间:0.150867s] [吞吐率:6.63req/s] [内存消耗:3,485.78kb] [文件加载:66]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '46',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'token' => '4|28c8a5545712781951881f96257281cd',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.005868s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user` [ RunTime:0.042733s ]
[ sql ] [ SQL ] SELECT `id`,`type` FROM `d_user` WHERE  `token` = '4|28c8a5545712781951881f96257281cd'  AND `status` = 0 LIMIT 1 [ RunTime:0.000582s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user_case` [ RunTime:0.047227s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`userName`,`age`,`condition` FROM `d_user_case` WHERE  `userId` = 4  AND `status` = 0 ORDER BY `id` DESC [ RunTime:0.000733s ]
---------------------------------------------------------------
[2023-08-04T13:39:58+08:00] 58.212.234.96 POST 101.132.37.87:83/api/UserCase/UserCaseList
[运行时间:0.160876s] [吞吐率:6.22req/s] [内存消耗:3,485.78kb] [文件加载:66]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '46',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'token' => '4|28c8a5545712781951881f96257281cd',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.005257s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user` [ RunTime:0.048788s ]
[ sql ] [ SQL ] SELECT `id`,`type` FROM `d_user` WHERE  `token` = '4|28c8a5545712781951881f96257281cd'  AND `status` = 0 LIMIT 1 [ RunTime:0.000696s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user_case` [ RunTime:0.051935s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`userName`,`age`,`condition` FROM `d_user_case` WHERE  `userId` = 4  AND `status` = 0 ORDER BY `id` DESC [ RunTime:0.000586s ]
---------------------------------------------------------------
[2023-08-04T13:40:00+08:00] 58.212.234.96 POST 101.132.37.87:83/api/UserCase/UserCaseList
[运行时间:0.152278s] [吞吐率:6.57req/s] [内存消耗:3,485.78kb] [文件加载:66]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '46',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'token' => '4|28c8a5545712781951881f96257281cd',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.015640s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user` [ RunTime:0.040387s ]
[ sql ] [ SQL ] SELECT `id`,`type` FROM `d_user` WHERE  `token` = '4|28c8a5545712781951881f96257281cd'  AND `status` = 0 LIMIT 1 [ RunTime:0.000586s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user_case` [ RunTime:0.036233s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`userName`,`age`,`condition` FROM `d_user_case` WHERE  `userId` = 4  AND `status` = 0 ORDER BY `id` DESC [ RunTime:0.000611s ]
---------------------------------------------------------------
[2023-08-04T13:40:54+08:00] 58.212.234.96 POST 101.132.37.87:83/api/MyCentre/centreInfo
[运行时间:0.106831s] [吞吐率:9.36req/s] [内存消耗:3,482.08kb] [文件加载:66]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '46',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'token' => '4|28c8a5545712781951881f96257281cd',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.003785s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user` [ RunTime:0.047746s ]
[ sql ] [ SQL ] SELECT `id`,`type` FROM `d_user` WHERE  `token` = '4|28c8a5545712781951881f96257281cd'  AND `status` = 0 LIMIT 1 [ RunTime:0.000571s ]
[ sql ] [ SQL ] SELECT `name`,`faceImg`,`isVip`,`type`,`vipDate`,`phone` FROM `d_user` WHERE  `id` = 4 LIMIT 1 [ RunTime:0.000474s ]
---------------------------------------------------------------
[2023-08-04T13:40:55+08:00] 58.212.234.96 POST 101.132.37.87:83/api/UserCase/UserCaseList
[运行时间:0.130400s] [吞吐率:7.67req/s] [内存消耗:3,485.78kb] [文件加载:66]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '46',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'token' => '4|28c8a5545712781951881f96257281cd',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.008179s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user` [ RunTime:0.029423s ]
[ sql ] [ SQL ] SELECT `id`,`type` FROM `d_user` WHERE  `token` = '4|28c8a5545712781951881f96257281cd'  AND `status` = 0 LIMIT 1 [ RunTime:0.000798s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user_case` [ RunTime:0.037164s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`userName`,`age`,`condition` FROM `d_user_case` WHERE  `userId` = 4  AND `status` = 0 ORDER BY `id` DESC [ RunTime:0.000626s ]
---------------------------------------------------------------
[2023-08-04T13:40:58+08:00] 58.212.234.96 POST 101.132.37.87:83/api/UserCase/UserCaseInfo
[运行时间:0.197211s] [吞吐率:5.07req/s] [内存消耗:3,486.50kb] [文件加载:66]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '60',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'token' => '4|28c8a5545712781951881f96257281cd',
  'caseId' => '12',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.005382s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user` [ RunTime:0.045297s ]
[ sql ] [ SQL ] SELECT `id`,`type` FROM `d_user` WHERE  `token` = '4|28c8a5545712781951881f96257281cd'  AND `status` = 0 LIMIT 1 [ RunTime:0.000864s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user_case` [ RunTime:0.036125s ]
[ sql ] [ SQL ] SELECT `u`.`id`,`u`.`name`,`userId`,`userName`,`age`,`phone`,e.name as seeEpartmene,`seeEpartmeneId`,`condition`,`illnessDays`,`measures` FROM `d_user_case` `u` LEFT JOIN `d_epartmene` `e` ON `e`.`id`=`seeEpartmeneId` WHERE  `u`.`id` = '12'  AND `u`.`status` = '0' LIMIT 1 [ RunTime:0.000866s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user_case_img` [ RunTime:0.040354s ]
[ sql ] [ SQL ] SELECT `id`,`imgUrl` FROM `d_user_case_img` WHERE  `userCaseId` = 12 [ RunTime:0.000550s ]
---------------------------------------------------------------
[2023-08-04T13:41:53+08:00] 58.212.234.96 POST 101.132.37.87:83/api/MyCentre/centreInfo
[运行时间:0.113764s] [吞吐率:8.79req/s] [内存消耗:3,482.08kb] [文件加载:66]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '46',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'token' => '4|28c8a5545712781951881f96257281cd',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.009200s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user` [ RunTime:0.041585s ]
[ sql ] [ SQL ] SELECT `id`,`type` FROM `d_user` WHERE  `token` = '4|28c8a5545712781951881f96257281cd'  AND `status` = 0 LIMIT 1 [ RunTime:0.000593s ]
[ sql ] [ SQL ] SELECT `name`,`faceImg`,`isVip`,`type`,`vipDate`,`phone` FROM `d_user` WHERE  `id` = 4 LIMIT 1 [ RunTime:0.000468s ]
---------------------------------------------------------------
[2023-08-04T13:41:54+08:00] 58.212.234.96 POST 101.132.37.87:83/api/UserCase/UserCaseList
[运行时间:0.148605s] [吞吐率:6.73req/s] [内存消耗:3,485.78kb] [文件加载:66]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '46',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'token' => '4|28c8a5545712781951881f96257281cd',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.009056s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user` [ RunTime:0.045209s ]
[ sql ] [ SQL ] SELECT `id`,`type` FROM `d_user` WHERE  `token` = '4|28c8a5545712781951881f96257281cd'  AND `status` = 0 LIMIT 1 [ RunTime:0.000678s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user_case` [ RunTime:0.036335s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`userName`,`age`,`condition` FROM `d_user_case` WHERE  `userId` = 4  AND `status` = 0 ORDER BY `id` DESC [ RunTime:0.000648s ]
---------------------------------------------------------------
[2023-08-04T13:41:55+08:00] 58.212.234.96 POST 101.132.37.87:83/api/UserCase/UserCaseInfo
[运行时间:0.179055s] [吞吐率:5.58req/s] [内存消耗:3,486.50kb] [文件加载:66]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '60',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'token' => '4|28c8a5545712781951881f96257281cd',
  'caseId' => '12',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000764s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user` [ RunTime:0.041222s ]
[ sql ] [ SQL ] SELECT `id`,`type` FROM `d_user` WHERE  `token` = '4|28c8a5545712781951881f96257281cd'  AND `status` = 0 LIMIT 1 [ RunTime:0.000601s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user_case` [ RunTime:0.034748s ]
[ sql ] [ SQL ] SELECT `u`.`id`,`u`.`name`,`userId`,`userName`,`age`,`phone`,e.name as seeEpartmene,`seeEpartmeneId`,`condition`,`illnessDays`,`measures` FROM `d_user_case` `u` LEFT JOIN `d_epartmene` `e` ON `e`.`id`=`seeEpartmeneId` WHERE  `u`.`id` = '12'  AND `u`.`status` = '0' LIMIT 1 [ RunTime:0.000680s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user_case_img` [ RunTime:0.031899s ]
[ sql ] [ SQL ] SELECT `id`,`imgUrl` FROM `d_user_case_img` WHERE  `userCaseId` = 12 [ RunTime:0.000459s ]
---------------------------------------------------------------
[2023-08-04T13:44:13+08:00] 58.212.234.96 POST 101.132.37.87:83/api/MyCentre/centreInfo
[运行时间:0.106215s] [吞吐率:9.41req/s] [内存消耗:3,482.08kb] [文件加载:66]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '46',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'token' => '4|28c8a5545712781951881f96257281cd',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000811s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user` [ RunTime:0.042567s ]
[ sql ] [ SQL ] SELECT `id`,`type` FROM `d_user` WHERE  `token` = '4|28c8a5545712781951881f96257281cd'  AND `status` = 0 LIMIT 1 [ RunTime:0.000617s ]
[ sql ] [ SQL ] SELECT `name`,`faceImg`,`isVip`,`type`,`vipDate`,`phone` FROM `d_user` WHERE  `id` = 4 LIMIT 1 [ RunTime:0.000476s ]
---------------------------------------------------------------
[2023-08-04T13:44:13+08:00] 58.212.234.96 POST 101.132.37.87:83/api/UserCase/UserCaseList
[运行时间:0.125688s] [吞吐率:7.96req/s] [内存消耗:3,485.78kb] [文件加载:66]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '46',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'token' => '4|28c8a5545712781951881f96257281cd',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.003843s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user` [ RunTime:0.028768s ]
[ sql ] [ SQL ] SELECT `id`,`type` FROM `d_user` WHERE  `token` = '4|28c8a5545712781951881f96257281cd'  AND `status` = 0 LIMIT 1 [ RunTime:0.000584s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user_case` [ RunTime:0.035576s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`userName`,`age`,`condition` FROM `d_user_case` WHERE  `userId` = 4  AND `status` = 0 ORDER BY `id` DESC [ RunTime:0.000578s ]
---------------------------------------------------------------
[2023-08-04T13:48:08+08:00] 58.212.234.96 POST 101.132.37.87:83/api/MyCentre/centreInfo
[运行时间:0.106686s] [吞吐率:9.37req/s] [内存消耗:3,482.08kb] [文件加载:66]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '46',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'token' => '4|28c8a5545712781951881f96257281cd',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000779s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user` [ RunTime:0.041962s ]
[ sql ] [ SQL ] SELECT `id`,`type` FROM `d_user` WHERE  `token` = '4|28c8a5545712781951881f96257281cd'  AND `status` = 0 LIMIT 1 [ RunTime:0.000616s ]
[ sql ] [ SQL ] SELECT `name`,`faceImg`,`isVip`,`type`,`vipDate`,`phone` FROM `d_user` WHERE  `id` = 4 LIMIT 1 [ RunTime:0.000478s ]
---------------------------------------------------------------
[2023-08-04T13:48:08+08:00] 58.212.234.96 POST 101.132.37.87:83/api/UserCase/UserCaseList
[运行时间:0.156081s] [吞吐率:6.41req/s] [内存消耗:3,485.78kb] [文件加载:66]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '46',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'token' => '4|28c8a5545712781951881f96257281cd',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000815s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user` [ RunTime:0.040999s ]
[ sql ] [ SQL ] SELECT `id`,`type` FROM `d_user` WHERE  `token` = '4|28c8a5545712781951881f96257281cd'  AND `status` = 0 LIMIT 1 [ RunTime:0.000783s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user_case` [ RunTime:0.043569s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`userName`,`age`,`condition` FROM `d_user_case` WHERE  `userId` = 4  AND `status` = 0 ORDER BY `id` DESC [ RunTime:0.000662s ]
---------------------------------------------------------------
[2023-08-04T13:50:48+08:00] 58.212.234.96 POST 101.132.37.87:83/api/MyCentre/centreInfo
[运行时间:0.128791s] [吞吐率:7.76req/s] [内存消耗:3,482.08kb] [文件加载:66]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '46',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'token' => '4|28c8a5545712781951881f96257281cd',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.015467s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user` [ RunTime:0.049519s ]
[ sql ] [ SQL ] SELECT `id`,`type` FROM `d_user` WHERE  `token` = '4|28c8a5545712781951881f96257281cd'  AND `status` = 0 LIMIT 1 [ RunTime:0.000641s ]
[ sql ] [ SQL ] SELECT `name`,`faceImg`,`isVip`,`type`,`vipDate`,`phone` FROM `d_user` WHERE  `id` = 4 LIMIT 1 [ RunTime:0.000466s ]
---------------------------------------------------------------
[2023-08-04T13:50:50+08:00] 58.212.234.96 POST 101.132.37.87:83/api/UserCase/UserCaseList
[运行时间:0.180112s] [吞吐率:5.55req/s] [内存消耗:3,485.78kb] [文件加载:66]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '46',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'token' => '4|28c8a5545712781951881f96257281cd',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.001454s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user` [ RunTime:0.046881s ]
[ sql ] [ SQL ] SELECT `id`,`type` FROM `d_user` WHERE  `token` = '4|28c8a5545712781951881f96257281cd'  AND `status` = 0 LIMIT 1 [ RunTime:0.000625s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user_case` [ RunTime:0.071817s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`userName`,`age`,`condition` FROM `d_user_case` WHERE  `userId` = 4  AND `status` = 0 ORDER BY `id` DESC [ RunTime:0.000718s ]
---------------------------------------------------------------
[2023-08-04T13:53:36+08:00] 58.212.234.96 POST 101.132.37.87:83/api/MyCentre/centreInfo
[运行时间:0.124418s] [吞吐率:8.04req/s] [内存消耗:3,482.08kb] [文件加载:66]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '46',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'token' => '4|28c8a5545712781951881f96257281cd',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.010750s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user` [ RunTime:0.049760s ]
[ sql ] [ SQL ] SELECT `id`,`type` FROM `d_user` WHERE  `token` = '4|28c8a5545712781951881f96257281cd'  AND `status` = 0 LIMIT 1 [ RunTime:0.000644s ]
[ sql ] [ SQL ] SELECT `name`,`faceImg`,`isVip`,`type`,`vipDate`,`phone` FROM `d_user` WHERE  `id` = 4 LIMIT 1 [ RunTime:0.000484s ]
---------------------------------------------------------------
[2023-08-04T13:53:37+08:00] 58.212.234.96 POST 101.132.37.87:83/api/UserCase/UserCaseList
[运行时间:0.162296s] [吞吐率:6.16req/s] [内存消耗:3,485.78kb] [文件加载:66]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '46',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'token' => '4|28c8a5545712781951881f96257281cd',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.011099s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user` [ RunTime:0.048851s ]
[ sql ] [ SQL ] SELECT `id`,`type` FROM `d_user` WHERE  `token` = '4|28c8a5545712781951881f96257281cd'  AND `status` = 0 LIMIT 1 [ RunTime:0.000621s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user_case` [ RunTime:0.042970s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`userName`,`age`,`condition` FROM `d_user_case` WHERE  `userId` = 4  AND `status` = 0 ORDER BY `id` DESC [ RunTime:0.000667s ]
---------------------------------------------------------------
[2023-08-04T14:00:32+08:00] 58.212.234.96 POST 101.132.37.87:83/api/MyCentre/centreInfo
[运行时间:0.123939s] [吞吐率:8.07req/s] [内存消耗:3,482.08kb] [文件加载:66]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '46',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'token' => '4|28c8a5545712781951881f96257281cd',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.005720s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user` [ RunTime:0.053751s ]
[ sql ] [ SQL ] SELECT `id`,`type` FROM `d_user` WHERE  `token` = '4|28c8a5545712781951881f96257281cd'  AND `status` = 0 LIMIT 1 [ RunTime:0.000711s ]
[ sql ] [ SQL ] SELECT `name`,`faceImg`,`isVip`,`type`,`vipDate`,`phone` FROM `d_user` WHERE  `id` = 4 LIMIT 1 [ RunTime:0.000551s ]
---------------------------------------------------------------
[2023-08-04T14:00:32+08:00] 58.212.234.96 POST 101.132.37.87:83/api/UserCase/UserCaseList
[运行时间:0.112331s] [吞吐率:8.90req/s] [内存消耗:3,485.78kb] [文件加载:66]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '46',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'token' => '4|28c8a5545712781951881f96257281cd',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.001505s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user` [ RunTime:0.025416s ]
[ sql ] [ SQL ] SELECT `id`,`type` FROM `d_user` WHERE  `token` = '4|28c8a5545712781951881f96257281cd'  AND `status` = 0 LIMIT 1 [ RunTime:0.000573s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user_case` [ RunTime:0.030620s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`userName`,`age`,`condition` FROM `d_user_case` WHERE  `userId` = 4  AND `status` = 0 ORDER BY `id` DESC [ RunTime:0.000550s ]
---------------------------------------------------------------
[2023-08-04T14:04:36+08:00] 58.212.234.96 POST 101.132.37.87:83/api/MyCentre/centreInfo
[运行时间:0.109230s] [吞吐率:9.15req/s] [内存消耗:3,482.08kb] [文件加载:66]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '46',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'token' => '4|28c8a5545712781951881f96257281cd',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000808s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user` [ RunTime:0.045897s ]
[ sql ] [ SQL ] SELECT `id`,`type` FROM `d_user` WHERE  `token` = '4|28c8a5545712781951881f96257281cd'  AND `status` = 0 LIMIT 1 [ RunTime:0.000640s ]
[ sql ] [ SQL ] SELECT `name`,`faceImg`,`isVip`,`type`,`vipDate`,`phone` FROM `d_user` WHERE  `id` = 4 LIMIT 1 [ RunTime:0.000466s ]
---------------------------------------------------------------
[2023-08-04T14:04:37+08:00] 58.212.234.96 POST 101.132.37.87:83/api/UserCase/UserCaseList
[运行时间:0.156434s] [吞吐率:6.39req/s] [内存消耗:3,485.78kb] [文件加载:66]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '46',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'token' => '4|28c8a5545712781951881f96257281cd',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000813s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user` [ RunTime:0.048941s ]
[ sql ] [ SQL ] SELECT `id`,`type` FROM `d_user` WHERE  `token` = '4|28c8a5545712781951881f96257281cd'  AND `status` = 0 LIMIT 1 [ RunTime:0.000633s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user_case` [ RunTime:0.050985s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`userName`,`age`,`condition` FROM `d_user_case` WHERE  `userId` = 4  AND `status` = 0 ORDER BY `id` DESC [ RunTime:0.000766s ]
---------------------------------------------------------------
[2023-08-04T14:07:33+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.118685s] [吞吐率:8.43req/s] [内存消耗:3,511.71kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '47',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'latitude' => '',
  'pagesize' => '20',
  'cityId' => '',
  'page' => '1',
  'longitude' => '',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000962s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.050129s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,-1 as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.000993s ]
---------------------------------------------------------------
[2023-08-04T14:07:40+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/hospitalInfo
[运行时间:0.173250s] [吞吐率:5.77req/s] [内存消耗:3,518.80kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '12',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000793s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.043414s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,`presentation` FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`id` = '1'  AND `h`.`status` = '0' LIMIT 1 [ RunTime:0.000767s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital_img` [ RunTime:0.035144s ]
[ sql ] [ SQL ] SELECT `fileUrl` FROM `d_hospital_img` WHERE  `hospitalId` = 1  AND `status` = 0 [ RunTime:0.000577s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.034058s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `status` = 0 ORDER BY `level` LIMIT 4 [ RunTime:0.000608s ]
---------------------------------------------------------------
[2023-08-04T14:07:42+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/hospitalEpartmene
[运行时间:0.098436s] [吞吐率:10.16req/s] [内存消耗:3,505.47kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '12',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.002204s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene` [ RunTime:0.044375s ]
[ sql ] [ SQL ] SELECT `id`,`name` FROM `d_epartmene` WHERE  `type` = 1  AND `status` = 0 OR `hospitalId` = 1 ORDER BY `nameInitial` [ RunTime:0.000715s ]
---------------------------------------------------------------
[2023-08-04T14:07:44+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/epartmeneInfo
[运行时间:0.237973s] [吞吐率:4.20req/s] [内存消耗:3,528.48kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '26',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
  'epartmeneId' => '5',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000823s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene` [ RunTime:0.048315s ]
[ sql ] [ SQL ] SELECT * FROM `d_epartmene` WHERE  `id` = 5  AND `status` = 0 LIMIT 1 [ RunTime:0.000689s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.040043s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName`,`territory` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `epartmeneId` = 5  AND `status` = 0 ORDER BY `level`,`epartmeneId` LIMIT 4 [ RunTime:0.000642s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene_group` [ RunTime:0.037597s ]
[ sql ] [ SQL ] SELECT `e`.`id`,`e`.`name`,`e`.`epartmeneId`,ep.name as epartmeneName FROM `d_epartmene_group` `e` LEFT JOIN `d_epartmene` `ep` ON `ep`.`id`=`e`.`epartmeneId` WHERE  `e`.`hospitalId` = '1'  AND `e`.`epartmeneId` = '5'  AND `e`.`status` = '0' [ RunTime:0.000651s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene_group_info` [ RunTime:0.051674s ]
[ sql ] [ SQL ] SELECT `e`.`groupId`,`doctorId`,d.name as doctorName,`faceImg`,`doctorLevelName`,`territory` FROM `d_epartmene_group_info` `e` LEFT JOIN `d_doctor` `d` ON `d`.`id`=`e`.`doctorId` WHERE  `e`.`hospitalId` = '1'  AND `e`.`epartmeneId` = '5'  AND `e`.`status` = '0' ORDER BY `type` [ RunTime:0.000738s ]
---------------------------------------------------------------
[2023-08-04T14:07:46+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/doctorInfo
[运行时间:0.106038s] [吞吐率:9.43req/s] [内存消耗:3,510.95kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '10',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'doctorId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000765s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.053702s ]
[ sql ] [ SQL ] SELECT `faceImg`,`name`,`doctorLevelName`,`sprechstundeStart`,`sprechstundeEnd`,`introduce`,`territory`,`videoUrl` FROM `d_doctor` WHERE  `id` = 1  AND `status` = 0 LIMIT 1 [ RunTime:0.000704s ]
---------------------------------------------------------------
[2023-08-04T14:09:49+08:00] 58.212.234.96 POST 101.132.37.87:83/api/MyCentre/centreInfo
[运行时间:0.133863s] [吞吐率:7.47req/s] [内存消耗:3,482.08kb] [文件加载:66]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '46',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'token' => '4|28c8a5545712781951881f96257281cd',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.013192s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user` [ RunTime:0.053793s ]
[ sql ] [ SQL ] SELECT `id`,`type` FROM `d_user` WHERE  `token` = '4|28c8a5545712781951881f96257281cd'  AND `status` = 0 LIMIT 1 [ RunTime:0.000643s ]
[ sql ] [ SQL ] SELECT `name`,`faceImg`,`isVip`,`type`,`vipDate`,`phone` FROM `d_user` WHERE  `id` = 4 LIMIT 1 [ RunTime:0.000478s ]
---------------------------------------------------------------
[2023-08-04T14:09:50+08:00] 58.212.234.96 POST 101.132.37.87:83/api/UserCase/UserCaseList
[运行时间:0.204927s] [吞吐率:4.88req/s] [内存消耗:3,485.78kb] [文件加载:66]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '46',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'token' => '4|28c8a5545712781951881f96257281cd',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.006857s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user` [ RunTime:0.065753s ]
[ sql ] [ SQL ] SELECT `id`,`type` FROM `d_user` WHERE  `token` = '4|28c8a5545712781951881f96257281cd'  AND `status` = 0 LIMIT 1 [ RunTime:0.000676s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user_case` [ RunTime:0.036990s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`userName`,`age`,`condition` FROM `d_user_case` WHERE  `userId` = 4  AND `status` = 0 ORDER BY `id` DESC [ RunTime:0.000599s ]
---------------------------------------------------------------
[2023-08-04T14:09:52+08:00] 58.212.234.96 POST 101.132.37.87:83/api/UserCase/UserCaseInfo
[运行时间:0.173884s] [吞吐率:5.75req/s] [内存消耗:3,486.50kb] [文件加载:66]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '60',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'token' => '4|28c8a5545712781951881f96257281cd',
  'caseId' => '12',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000789s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user` [ RunTime:0.041140s ]
[ sql ] [ SQL ] SELECT `id`,`type` FROM `d_user` WHERE  `token` = '4|28c8a5545712781951881f96257281cd'  AND `status` = 0 LIMIT 1 [ RunTime:0.000587s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user_case` [ RunTime:0.041999s ]
[ sql ] [ SQL ] SELECT `u`.`id`,`u`.`name`,`userId`,`userName`,`age`,`phone`,e.name as seeEpartmene,`seeEpartmeneId`,`condition`,`illnessDays`,`measures` FROM `d_user_case` `u` LEFT JOIN `d_epartmene` `e` ON `e`.`id`=`seeEpartmeneId` WHERE  `u`.`id` = '12'  AND `u`.`status` = '0' LIMIT 1 [ RunTime:0.000717s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user_case_img` [ RunTime:0.033144s ]
[ sql ] [ SQL ] SELECT `id`,`imgUrl` FROM `d_user_case_img` WHERE  `userCaseId` = 12 [ RunTime:0.000473s ]
---------------------------------------------------------------
[2023-08-04T14:09:55+08:00] 58.212.234.96 POST 101.132.37.87:83/api/UserCase/delUserCase
[运行时间:0.152722s] [吞吐率:6.55req/s] [内存消耗:3,447.14kb] [文件加载:66]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '60',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'token' => '4|28c8a5545712781951881f96257281cd',
  'caseId' => '12',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000924s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user` [ RunTime:0.042619s ]
[ sql ] [ SQL ] SELECT `id`,`type` FROM `d_user` WHERE  `token` = '4|28c8a5545712781951881f96257281cd'  AND `status` = 0 LIMIT 1 [ RunTime:0.000669s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user_case` [ RunTime:0.050612s ]
[ sql ] [ SQL ] SELECT `id` FROM `d_user_case` WHERE  `id` = 12  AND `userId` = 4  AND `status` = 0 LIMIT 1 [ RunTime:0.000643s ]
[ sql ] [ SQL ] UPDATE `d_user_case`  SET `status` = 1  WHERE  `id` = 12 [ RunTime:0.002709s ]
---------------------------------------------------------------
[2023-08-04T14:09:55+08:00] 58.212.234.96 POST 101.132.37.87:83/api/UserCase/UserCaseList
[运行时间:0.114334s] [吞吐率:8.75req/s] [内存消耗:3,485.16kb] [文件加载:66]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '46',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'token' => '4|28c8a5545712781951881f96257281cd',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.005678s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user` [ RunTime:0.027665s ]
[ sql ] [ SQL ] SELECT `id`,`type` FROM `d_user` WHERE  `token` = '4|28c8a5545712781951881f96257281cd'  AND `status` = 0 LIMIT 1 [ RunTime:0.000604s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user_case` [ RunTime:0.025792s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`userName`,`age`,`condition` FROM `d_user_case` WHERE  `userId` = 4  AND `status` = 0 ORDER BY `id` DESC [ RunTime:0.000539s ]
---------------------------------------------------------------
[2023-08-04T14:09:58+08:00] 58.212.234.96 POST 101.132.37.87:83/api/UserCase/UserCaseList
[运行时间:0.132056s] [吞吐率:7.57req/s] [内存消耗:3,485.16kb] [文件加载:66]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '46',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'token' => '4|28c8a5545712781951881f96257281cd',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000747s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user` [ RunTime:0.040095s ]
[ sql ] [ SQL ] SELECT `id`,`type` FROM `d_user` WHERE  `token` = '4|28c8a5545712781951881f96257281cd'  AND `status` = 0 LIMIT 1 [ RunTime:0.000579s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user_case` [ RunTime:0.032346s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`userName`,`age`,`condition` FROM `d_user_case` WHERE  `userId` = 4  AND `status` = 0 ORDER BY `id` DESC [ RunTime:0.000557s ]
---------------------------------------------------------------
[2023-08-04T14:11:16+08:00] 58.212.234.96 POST 101.132.37.87:83/api/UserCase/UserCaseList
[运行时间:0.140455s] [吞吐率:7.12req/s] [内存消耗:3,485.16kb] [文件加载:66]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '46',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'token' => '4|28c8a5545712781951881f96257281cd',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000782s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user` [ RunTime:0.047207s ]
[ sql ] [ SQL ] SELECT `id`,`type` FROM `d_user` WHERE  `token` = '4|28c8a5545712781951881f96257281cd'  AND `status` = 0 LIMIT 1 [ RunTime:0.000621s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user_case` [ RunTime:0.036745s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`userName`,`age`,`condition` FROM `d_user_case` WHERE  `userId` = 4  AND `status` = 0 ORDER BY `id` DESC [ RunTime:0.000615s ]
---------------------------------------------------------------
[2023-08-04T14:11:17+08:00] 58.212.234.96 POST 101.132.37.87:83/api/UserCase/UserCaseInfo
[运行时间:0.191961s] [吞吐率:5.21req/s] [内存消耗:3,488.24kb] [文件加载:66]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '60',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'token' => '4|28c8a5545712781951881f96257281cd',
  'caseId' => '13',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000763s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user` [ RunTime:0.043234s ]
[ sql ] [ SQL ] SELECT `id`,`type` FROM `d_user` WHERE  `token` = '4|28c8a5545712781951881f96257281cd'  AND `status` = 0 LIMIT 1 [ RunTime:0.000670s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user_case` [ RunTime:0.049658s ]
[ sql ] [ SQL ] SELECT `u`.`id`,`u`.`name`,`userId`,`userName`,`age`,`phone`,e.name as seeEpartmene,`seeEpartmeneId`,`condition`,`illnessDays`,`measures` FROM `d_user_case` `u` LEFT JOIN `d_epartmene` `e` ON `e`.`id`=`seeEpartmeneId` WHERE  `u`.`id` = '13'  AND `u`.`status` = '0' LIMIT 1 [ RunTime:0.000757s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user_case_img` [ RunTime:0.036744s ]
[ sql ] [ SQL ] SELECT `id`,`imgUrl` FROM `d_user_case_img` WHERE  `userCaseId` = 13 [ RunTime:0.000602s ]
---------------------------------------------------------------
[2023-08-04T14:18:22+08:00] 58.212.234.96 POST 101.132.37.87:83/api/MyCentre/centreInfo
[运行时间:0.106187s] [吞吐率:9.42req/s] [内存消耗:3,482.08kb] [文件加载:66]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '46',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'token' => '4|28c8a5545712781951881f96257281cd',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000892s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user` [ RunTime:0.042480s ]
[ sql ] [ SQL ] SELECT `id`,`type` FROM `d_user` WHERE  `token` = '4|28c8a5545712781951881f96257281cd'  AND `status` = 0 LIMIT 1 [ RunTime:0.000607s ]
[ sql ] [ SQL ] SELECT `name`,`faceImg`,`isVip`,`type`,`vipDate`,`phone` FROM `d_user` WHERE  `id` = 4 LIMIT 1 [ RunTime:0.000459s ]
---------------------------------------------------------------
[2023-08-04T14:18:23+08:00] 58.212.234.96 POST 101.132.37.87:83/api/UserCase/UserCaseList
[运行时间:0.143438s] [吞吐率:6.97req/s] [内存消耗:3,485.16kb] [文件加载:66]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '46',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'token' => '4|28c8a5545712781951881f96257281cd',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.014688s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user` [ RunTime:0.042189s ]
[ sql ] [ SQL ] SELECT `id`,`type` FROM `d_user` WHERE  `token` = '4|28c8a5545712781951881f96257281cd'  AND `status` = 0 LIMIT 1 [ RunTime:0.000577s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user_case` [ RunTime:0.030530s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`userName`,`age`,`condition` FROM `d_user_case` WHERE  `userId` = 4  AND `status` = 0 ORDER BY `id` DESC [ RunTime:0.000578s ]
---------------------------------------------------------------
[2023-08-04T14:20:47+08:00] 58.212.234.96 POST 101.132.37.87:83/api/MyCentre/centreInfo
[运行时间:0.112693s] [吞吐率:8.87req/s] [内存消耗:3,482.08kb] [文件加载:66]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '46',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'token' => '4|28c8a5545712781951881f96257281cd',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000808s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user` [ RunTime:0.048033s ]
[ sql ] [ SQL ] SELECT `id`,`type` FROM `d_user` WHERE  `token` = '4|28c8a5545712781951881f96257281cd'  AND `status` = 0 LIMIT 1 [ RunTime:0.000714s ]
[ sql ] [ SQL ] SELECT `name`,`faceImg`,`isVip`,`type`,`vipDate`,`phone` FROM `d_user` WHERE  `id` = 4 LIMIT 1 [ RunTime:0.000549s ]
---------------------------------------------------------------
[2023-08-04T14:20:48+08:00] 58.212.234.96 POST 101.132.37.87:83/api/UserCase/UserCaseList
[运行时间:0.140842s] [吞吐率:7.10req/s] [内存消耗:3,485.16kb] [文件加载:66]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '46',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'token' => '4|28c8a5545712781951881f96257281cd',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.015780s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user` [ RunTime:0.028429s ]
[ sql ] [ SQL ] SELECT `id`,`type` FROM `d_user` WHERE  `token` = '4|28c8a5545712781951881f96257281cd'  AND `status` = 0 LIMIT 1 [ RunTime:0.000615s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user_case` [ RunTime:0.039192s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`userName`,`age`,`condition` FROM `d_user_case` WHERE  `userId` = 4  AND `status` = 0 ORDER BY `id` DESC [ RunTime:0.000653s ]
---------------------------------------------------------------
[2023-08-04T14:21:24+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.110789s] [吞吐率:9.03req/s] [内存消耗:3,511.71kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '47',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'latitude' => '',
  'pagesize' => '20',
  'cityId' => '',
  'page' => '1',
  'longitude' => '',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.004556s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.053468s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,-1 as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.000750s ]
---------------------------------------------------------------
[2023-08-04T14:21:25+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/hospitalInfo
[运行时间:0.177555s] [吞吐率:5.63req/s] [内存消耗:3,518.80kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '12',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.001005s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.044656s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,`presentation` FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`id` = '1'  AND `h`.`status` = '0' LIMIT 1 [ RunTime:0.000904s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital_img` [ RunTime:0.038933s ]
[ sql ] [ SQL ] SELECT `fileUrl` FROM `d_hospital_img` WHERE  `hospitalId` = 1  AND `status` = 0 [ RunTime:0.000560s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.036496s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `status` = 0 ORDER BY `level` LIMIT 4 [ RunTime:0.000660s ]
---------------------------------------------------------------
[2023-08-04T14:21:27+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/hospitalEpartmene
[运行时间:0.107631s] [吞吐率:9.29req/s] [内存消耗:3,505.47kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '12',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.005530s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene` [ RunTime:0.048323s ]
[ sql ] [ SQL ] SELECT `id`,`name` FROM `d_epartmene` WHERE  `type` = 1  AND `status` = 0 OR `hospitalId` = 1 ORDER BY `nameInitial` [ RunTime:0.000754s ]
---------------------------------------------------------------
[2023-08-04T14:21:28+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/epartmeneInfo
[运行时间:0.235093s] [吞吐率:4.25req/s] [内存消耗:3,528.48kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '26',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
  'epartmeneId' => '5',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000800s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene` [ RunTime:0.052258s ]
[ sql ] [ SQL ] SELECT * FROM `d_epartmene` WHERE  `id` = 5  AND `status` = 0 LIMIT 1 [ RunTime:0.000689s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.041989s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName`,`territory` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `epartmeneId` = 5  AND `status` = 0 ORDER BY `level`,`epartmeneId` LIMIT 4 [ RunTime:0.000661s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene_group` [ RunTime:0.037858s ]
[ sql ] [ SQL ] SELECT `e`.`id`,`e`.`name`,`e`.`epartmeneId`,ep.name as epartmeneName FROM `d_epartmene_group` `e` LEFT JOIN `d_epartmene` `ep` ON `ep`.`id`=`e`.`epartmeneId` WHERE  `e`.`hospitalId` = '1'  AND `e`.`epartmeneId` = '5'  AND `e`.`status` = '0' [ RunTime:0.000655s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene_group_info` [ RunTime:0.039094s ]
[ sql ] [ SQL ] SELECT `e`.`groupId`,`doctorId`,d.name as doctorName,`faceImg`,`doctorLevelName`,`territory` FROM `d_epartmene_group_info` `e` LEFT JOIN `d_doctor` `d` ON `d`.`id`=`e`.`doctorId` WHERE  `e`.`hospitalId` = '1'  AND `e`.`epartmeneId` = '5'  AND `e`.`status` = '0' ORDER BY `type` [ RunTime:0.000727s ]
---------------------------------------------------------------
[2023-08-04T14:22:29+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.113234s] [吞吐率:8.83req/s] [内存消耗:3,511.71kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '47',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'latitude' => '',
  'pagesize' => '20',
  'cityId' => '',
  'page' => '1',
  'longitude' => '',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.005661s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.050555s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,-1 as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.000759s ]
---------------------------------------------------------------
[2023-08-04T14:22:31+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/hospitalInfo
[运行时间:0.194990s] [吞吐率:5.13req/s] [内存消耗:3,518.80kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '12',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000806s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.046777s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,`presentation` FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`id` = '1'  AND `h`.`status` = '0' LIMIT 1 [ RunTime:0.000784s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital_img` [ RunTime:0.039970s ]
[ sql ] [ SQL ] SELECT `fileUrl` FROM `d_hospital_img` WHERE  `hospitalId` = 1  AND `status` = 0 [ RunTime:0.000558s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.047330s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `status` = 0 ORDER BY `level` LIMIT 4 [ RunTime:0.000684s ]
---------------------------------------------------------------
[2023-08-04T14:22:33+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/doctorInfo
[运行时间:0.110854s] [吞吐率:9.02req/s] [内存消耗:3,510.92kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '10',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'doctorId' => '3',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.007185s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.051452s ]
[ sql ] [ SQL ] SELECT `faceImg`,`name`,`doctorLevelName`,`sprechstundeStart`,`sprechstundeEnd`,`introduce`,`territory`,`videoUrl` FROM `d_doctor` WHERE  `id` = 3  AND `status` = 0 LIMIT 1 [ RunTime:0.000748s ]
---------------------------------------------------------------
[2023-08-04T14:24:28+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.125184s] [吞吐率:7.99req/s] [内存消耗:3,511.71kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '47',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'latitude' => '',
  'pagesize' => '20',
  'cityId' => '',
  'page' => '1',
  'longitude' => '',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.006416s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.051332s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,-1 as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.000763s ]
---------------------------------------------------------------
[2023-08-04T14:24:30+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/hospitalInfo
[运行时间:0.200196s] [吞吐率:5.00req/s] [内存消耗:3,518.80kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '12',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000804s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.056948s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,`presentation` FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`id` = '1'  AND `h`.`status` = '0' LIMIT 1 [ RunTime:0.000998s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital_img` [ RunTime:0.043300s ]
[ sql ] [ SQL ] SELECT `fileUrl` FROM `d_hospital_img` WHERE  `hospitalId` = 1  AND `status` = 0 [ RunTime:0.000664s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.041730s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `status` = 0 ORDER BY `level` LIMIT 4 [ RunTime:0.000678s ]
---------------------------------------------------------------
[2023-08-04T14:24:31+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/doctorInfo
[运行时间:0.114802s] [吞吐率:8.71req/s] [内存消耗:3,510.95kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '10',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'doctorId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.013729s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.048297s ]
[ sql ] [ SQL ] SELECT `faceImg`,`name`,`doctorLevelName`,`sprechstundeStart`,`sprechstundeEnd`,`introduce`,`territory`,`videoUrl` FROM `d_doctor` WHERE  `id` = 1  AND `status` = 0 LIMIT 1 [ RunTime:0.000750s ]
---------------------------------------------------------------
[2023-08-04T14:24:55+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.100326s] [吞吐率:9.97req/s] [内存消耗:3,511.71kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '47',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'latitude' => '',
  'pagesize' => '20',
  'cityId' => '',
  'page' => '1',
  'longitude' => '',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000816s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.046424s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,-1 as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.000750s ]
---------------------------------------------------------------
[2023-08-04T14:24:56+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/hospitalInfo
[运行时间:0.198143s] [吞吐率:5.05req/s] [内存消耗:3,518.80kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '12',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000927s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.057815s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,`presentation` FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`id` = '1'  AND `h`.`status` = '0' LIMIT 1 [ RunTime:0.000796s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital_img` [ RunTime:0.039550s ]
[ sql ] [ SQL ] SELECT `fileUrl` FROM `d_hospital_img` WHERE  `hospitalId` = 1  AND `status` = 0 [ RunTime:0.000557s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.042211s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `status` = 0 ORDER BY `level` LIMIT 4 [ RunTime:0.000679s ]
---------------------------------------------------------------
[2023-08-04T14:24:58+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/doctorInfo
[运行时间:0.108089s] [吞吐率:9.25req/s] [内存消耗:3,510.92kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '10',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'doctorId' => '3',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.004221s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.051704s ]
[ sql ] [ SQL ] SELECT `faceImg`,`name`,`doctorLevelName`,`sprechstundeStart`,`sprechstundeEnd`,`introduce`,`territory`,`videoUrl` FROM `d_doctor` WHERE  `id` = 3  AND `status` = 0 LIMIT 1 [ RunTime:0.000668s ]
---------------------------------------------------------------
[2023-08-04T14:25:26+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.129305s] [吞吐率:7.73req/s] [内存消耗:3,511.71kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '47',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'latitude' => '',
  'pagesize' => '20',
  'cityId' => '',
  'page' => '1',
  'longitude' => '',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.021557s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.050807s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,-1 as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.000859s ]
---------------------------------------------------------------
[2023-08-04T14:25:28+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/hospitalInfo
[运行时间:0.192103s] [吞吐率:5.21req/s] [内存消耗:3,518.80kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '12',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.009279s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.046877s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,`presentation` FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`id` = '1'  AND `h`.`status` = '0' LIMIT 1 [ RunTime:0.000772s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital_img` [ RunTime:0.039986s ]
[ sql ] [ SQL ] SELECT `fileUrl` FROM `d_hospital_img` WHERE  `hospitalId` = 1  AND `status` = 0 [ RunTime:0.000574s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.038683s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `status` = 0 ORDER BY `level` LIMIT 4 [ RunTime:0.000680s ]
---------------------------------------------------------------
[2023-08-04T14:25:29+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/doctorInfo
[运行时间:0.112247s] [吞吐率:8.91req/s] [内存消耗:3,510.90kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '10',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'doctorId' => '2',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.007917s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.051632s ]
[ sql ] [ SQL ] SELECT `faceImg`,`name`,`doctorLevelName`,`sprechstundeStart`,`sprechstundeEnd`,`introduce`,`territory`,`videoUrl` FROM `d_doctor` WHERE  `id` = 2  AND `status` = 0 LIMIT 1 [ RunTime:0.000659s ]
---------------------------------------------------------------
[2023-08-04T14:26:09+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.104113s] [吞吐率:9.60req/s] [内存消耗:3,511.71kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '47',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'latitude' => '',
  'pagesize' => '20',
  'cityId' => '',
  'page' => '1',
  'longitude' => '',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.002312s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.048310s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,-1 as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.000756s ]
---------------------------------------------------------------
[2023-08-04T14:26:31+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/hospitalInfo
[运行时间:0.197132s] [吞吐率:5.07req/s] [内存消耗:3,518.80kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '12',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000789s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.053390s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,`presentation` FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`id` = '1'  AND `h`.`status` = '0' LIMIT 1 [ RunTime:0.000824s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital_img` [ RunTime:0.037271s ]
[ sql ] [ SQL ] SELECT `fileUrl` FROM `d_hospital_img` WHERE  `hospitalId` = 1  AND `status` = 0 [ RunTime:0.000609s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.039006s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `status` = 0 ORDER BY `level` LIMIT 4 [ RunTime:0.001523s ]
---------------------------------------------------------------
[2023-08-04T14:26:33+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/doctorInfo
[运行时间:0.108261s] [吞吐率:9.24req/s] [内存消耗:3,510.92kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '10',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'doctorId' => '3',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.009282s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.047246s ]
[ sql ] [ SQL ] SELECT `faceImg`,`name`,`doctorLevelName`,`sprechstundeStart`,`sprechstundeEnd`,`introduce`,`territory`,`videoUrl` FROM `d_doctor` WHERE  `id` = 3  AND `status` = 0 LIMIT 1 [ RunTime:0.000677s ]
---------------------------------------------------------------
[2023-08-04T14:26:36+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/doctorInfo
[运行时间:0.117349s] [吞吐率:8.52req/s] [内存消耗:3,510.92kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '10',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'doctorId' => '3',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.015002s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.046469s ]
[ sql ] [ SQL ] SELECT `faceImg`,`name`,`doctorLevelName`,`sprechstundeStart`,`sprechstundeEnd`,`introduce`,`territory`,`videoUrl` FROM `d_doctor` WHERE  `id` = 3  AND `status` = 0 LIMIT 1 [ RunTime:0.000672s ]
---------------------------------------------------------------
[2023-08-04T14:26:37+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/doctorInfo
[运行时间:0.111547s] [吞吐率:8.96req/s] [内存消耗:3,510.92kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '10',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'doctorId' => '3',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.008352s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.047623s ]
[ sql ] [ SQL ] SELECT `faceImg`,`name`,`doctorLevelName`,`sprechstundeStart`,`sprechstundeEnd`,`introduce`,`territory`,`videoUrl` FROM `d_doctor` WHERE  `id` = 3  AND `status` = 0 LIMIT 1 [ RunTime:0.000671s ]
---------------------------------------------------------------
[2023-08-04T14:27:31+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.103986s] [吞吐率:9.62req/s] [内存消耗:3,511.71kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '47',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'latitude' => '',
  'pagesize' => '20',
  'cityId' => '',
  'page' => '1',
  'longitude' => '',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000781s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.047021s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,-1 as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.000820s ]
---------------------------------------------------------------
[2023-08-04T14:27:32+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/hospitalInfo
[运行时间:0.191846s] [吞吐率:5.21req/s] [内存消耗:3,518.80kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '12',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.005406s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.047347s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,`presentation` FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`id` = '1'  AND `h`.`status` = '0' LIMIT 1 [ RunTime:0.000779s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital_img` [ RunTime:0.042343s ]
[ sql ] [ SQL ] SELECT `fileUrl` FROM `d_hospital_img` WHERE  `hospitalId` = 1  AND `status` = 0 [ RunTime:0.000607s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.038843s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `status` = 0 ORDER BY `level` LIMIT 4 [ RunTime:0.000695s ]
---------------------------------------------------------------
[2023-08-04T14:27:33+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/doctorInfo
[运行时间:0.105797s] [吞吐率:9.45req/s] [内存消耗:3,510.92kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '10',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'doctorId' => '3',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.005025s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.048267s ]
[ sql ] [ SQL ] SELECT `faceImg`,`name`,`doctorLevelName`,`sprechstundeStart`,`sprechstundeEnd`,`introduce`,`territory`,`videoUrl` FROM `d_doctor` WHERE  `id` = 3  AND `status` = 0 LIMIT 1 [ RunTime:0.000672s ]
---------------------------------------------------------------
[2023-08-04T14:27:59+08:00] 58.212.234.96 POST 101.132.37.87:83/api/MyCentre/centreInfo
[运行时间:0.118798s] [吞吐率:8.42req/s] [内存消耗:3,482.08kb] [文件加载:66]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '46',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'token' => '4|28c8a5545712781951881f96257281cd',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.012802s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user` [ RunTime:0.050831s ]
[ sql ] [ SQL ] SELECT `id`,`type` FROM `d_user` WHERE  `token` = '4|28c8a5545712781951881f96257281cd'  AND `status` = 0 LIMIT 1 [ RunTime:0.000640s ]
[ sql ] [ SQL ] SELECT `name`,`faceImg`,`isVip`,`type`,`vipDate`,`phone` FROM `d_user` WHERE  `id` = 4 LIMIT 1 [ RunTime:0.000500s ]
---------------------------------------------------------------
[2023-08-04T14:27:59+08:00] 58.212.234.96 POST 101.132.37.87:83/api/UserCase/UserCaseList
[运行时间:0.134455s] [吞吐率:7.44req/s] [内存消耗:3,485.16kb] [文件加载:66]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '46',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'token' => '4|28c8a5545712781951881f96257281cd',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.007398s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user` [ RunTime:0.028073s ]
[ sql ] [ SQL ] SELECT `id`,`type` FROM `d_user` WHERE  `token` = '4|28c8a5545712781951881f96257281cd'  AND `status` = 0 LIMIT 1 [ RunTime:0.000669s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user_case` [ RunTime:0.043620s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`userName`,`age`,`condition` FROM `d_user_case` WHERE  `userId` = 4  AND `status` = 0 ORDER BY `id` DESC [ RunTime:0.000706s ]
---------------------------------------------------------------
[2023-08-04T14:28:06+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.114959s] [吞吐率:8.70req/s] [内存消耗:3,511.71kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '47',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'latitude' => '',
  'pagesize' => '20',
  'cityId' => '',
  'page' => '1',
  'longitude' => '',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.012218s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.050583s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,-1 as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.000741s ]
---------------------------------------------------------------
[2023-08-04T14:28:07+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/hospitalInfo
[运行时间:0.191602s] [吞吐率:5.22req/s] [内存消耗:3,518.80kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '12',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.005874s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.049933s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,`presentation` FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`id` = '1'  AND `h`.`status` = '0' LIMIT 1 [ RunTime:0.000773s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital_img` [ RunTime:0.039859s ]
[ sql ] [ SQL ] SELECT `fileUrl` FROM `d_hospital_img` WHERE  `hospitalId` = 1  AND `status` = 0 [ RunTime:0.000781s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.039542s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `status` = 0 ORDER BY `level` LIMIT 4 [ RunTime:0.000680s ]
---------------------------------------------------------------
[2023-08-04T14:28:09+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/doctorInfo
[运行时间:0.117110s] [吞吐率:8.54req/s] [内存消耗:3,510.92kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '10',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'doctorId' => '3',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.014597s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.050397s ]
[ sql ] [ SQL ] SELECT `faceImg`,`name`,`doctorLevelName`,`sprechstundeStart`,`sprechstundeEnd`,`introduce`,`territory`,`videoUrl` FROM `d_doctor` WHERE  `id` = 3  AND `status` = 0 LIMIT 1 [ RunTime:0.000667s ]
---------------------------------------------------------------
[2023-08-04T14:28:57+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.118987s] [吞吐率:8.40req/s] [内存消耗:3,511.71kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '47',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'latitude' => '',
  'pagesize' => '20',
  'cityId' => '',
  'page' => '1',
  'longitude' => '',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000792s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.055015s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,-1 as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.000961s ]
---------------------------------------------------------------
[2023-08-04T14:28:58+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/hospitalInfo
[运行时间:0.191684s] [吞吐率:5.22req/s] [内存消耗:3,518.80kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '12',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.005202s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.049297s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,`presentation` FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`id` = '1'  AND `h`.`status` = '0' LIMIT 1 [ RunTime:0.000786s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital_img` [ RunTime:0.040648s ]
[ sql ] [ SQL ] SELECT `fileUrl` FROM `d_hospital_img` WHERE  `hospitalId` = 1  AND `status` = 0 [ RunTime:0.000710s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.040100s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `status` = 0 ORDER BY `level` LIMIT 4 [ RunTime:0.000696s ]
---------------------------------------------------------------
[2023-08-04T14:29:00+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/doctorInfo
[运行时间:0.109926s] [吞吐率:9.10req/s] [内存消耗:3,510.92kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '10',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'doctorId' => '3',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.002207s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.050937s ]
[ sql ] [ SQL ] SELECT `faceImg`,`name`,`doctorLevelName`,`sprechstundeStart`,`sprechstundeEnd`,`introduce`,`territory`,`videoUrl` FROM `d_doctor` WHERE  `id` = 3  AND `status` = 0 LIMIT 1 [ RunTime:0.001413s ]
---------------------------------------------------------------
[2023-08-04T14:29:02+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/doctorInfo
[运行时间:0.101008s] [吞吐率:9.90req/s] [内存消耗:3,510.92kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '10',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'doctorId' => '3',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.003534s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.045532s ]
[ sql ] [ SQL ] SELECT `faceImg`,`name`,`doctorLevelName`,`sprechstundeStart`,`sprechstundeEnd`,`introduce`,`territory`,`videoUrl` FROM `d_doctor` WHERE  `id` = 3  AND `status` = 0 LIMIT 1 [ RunTime:0.000684s ]
---------------------------------------------------------------
[2023-08-04T14:31:14+08:00] 58.212.234.96 POST 101.132.37.87:83/api/MyCentre/centreInfo
[运行时间:0.122774s] [吞吐率:8.15req/s] [内存消耗:3,482.08kb] [文件加载:66]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '46',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'token' => '4|28c8a5545712781951881f96257281cd',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.007663s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user` [ RunTime:0.047488s ]
[ sql ] [ SQL ] SELECT `id`,`type` FROM `d_user` WHERE  `token` = '4|28c8a5545712781951881f96257281cd'  AND `status` = 0 LIMIT 1 [ RunTime:0.000695s ]
[ sql ] [ SQL ] SELECT `name`,`faceImg`,`isVip`,`type`,`vipDate`,`phone` FROM `d_user` WHERE  `id` = 4 LIMIT 1 [ RunTime:0.000520s ]
---------------------------------------------------------------
[2023-08-04T14:31:15+08:00] 58.212.234.96 POST 101.132.37.87:83/api/UserCase/UserCaseList
[运行时间:0.147892s] [吞吐率:6.76req/s] [内存消耗:3,485.16kb] [文件加载:66]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '46',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'token' => '4|28c8a5545712781951881f96257281cd',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000779s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user` [ RunTime:0.048220s ]
[ sql ] [ SQL ] SELECT `id`,`type` FROM `d_user` WHERE  `token` = '4|28c8a5545712781951881f96257281cd'  AND `status` = 0 LIMIT 1 [ RunTime:0.000616s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user_case` [ RunTime:0.038176s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`userName`,`age`,`condition` FROM `d_user_case` WHERE  `userId` = 4  AND `status` = 0 ORDER BY `id` DESC [ RunTime:0.000673s ]
---------------------------------------------------------------
[2023-08-04T14:31:16+08:00] 58.212.234.96 POST 101.132.37.87:83/api/UserCase/UserCaseInfo
[运行时间:0.199939s] [吞吐率:5.00req/s] [内存消耗:3,488.24kb] [文件加载:66]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '60',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'token' => '4|28c8a5545712781951881f96257281cd',
  'caseId' => '13',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.012986s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user` [ RunTime:0.047419s ]
[ sql ] [ SQL ] SELECT `id`,`type` FROM `d_user` WHERE  `token` = '4|28c8a5545712781951881f96257281cd'  AND `status` = 0 LIMIT 1 [ RunTime:0.000651s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user_case` [ RunTime:0.042778s ]
[ sql ] [ SQL ] SELECT `u`.`id`,`u`.`name`,`userId`,`userName`,`age`,`phone`,e.name as seeEpartmene,`seeEpartmeneId`,`condition`,`illnessDays`,`measures` FROM `d_user_case` `u` LEFT JOIN `d_epartmene` `e` ON `e`.`id`=`seeEpartmeneId` WHERE  `u`.`id` = '13'  AND `u`.`status` = '0' LIMIT 1 [ RunTime:0.000892s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user_case_img` [ RunTime:0.039170s ]
[ sql ] [ SQL ] SELECT `id`,`imgUrl` FROM `d_user_case_img` WHERE  `userCaseId` = 13 [ RunTime:0.000585s ]
---------------------------------------------------------------
[2023-08-04T14:31:37+08:00] 58.212.234.96 POST 101.132.37.87:83/api/UserCase/UserCaseInfo
[运行时间:0.181807s] [吞吐率:5.50req/s] [内存消耗:3,488.24kb] [文件加载:66]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '60',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'token' => '4|28c8a5545712781951881f96257281cd',
  'caseId' => '13',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.006029s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user` [ RunTime:0.044638s ]
[ sql ] [ SQL ] SELECT `id`,`type` FROM `d_user` WHERE  `token` = '4|28c8a5545712781951881f96257281cd'  AND `status` = 0 LIMIT 1 [ RunTime:0.000618s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user_case` [ RunTime:0.037987s ]
[ sql ] [ SQL ] SELECT `u`.`id`,`u`.`name`,`userId`,`userName`,`age`,`phone`,e.name as seeEpartmene,`seeEpartmeneId`,`condition`,`illnessDays`,`measures` FROM `d_user_case` `u` LEFT JOIN `d_epartmene` `e` ON `e`.`id`=`seeEpartmeneId` WHERE  `u`.`id` = '13'  AND `u`.`status` = '0' LIMIT 1 [ RunTime:0.000751s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user_case_img` [ RunTime:0.036040s ]
[ sql ] [ SQL ] SELECT `id`,`imgUrl` FROM `d_user_case_img` WHERE  `userCaseId` = 13 [ RunTime:0.000545s ]
---------------------------------------------------------------
[2023-08-04T14:34:59+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.102954s] [吞吐率:9.71req/s] [内存消耗:3,511.71kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '47',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'latitude' => '',
  'pagesize' => '20',
  'cityId' => '',
  'page' => '1',
  'longitude' => '',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000786s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.041675s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,-1 as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.000788s ]
---------------------------------------------------------------
[2023-08-04T14:35:02+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/hospitalInfo
[运行时间:0.182415s] [吞吐率:5.48req/s] [内存消耗:3,518.80kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '12',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000805s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.044172s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,`presentation` FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`id` = '1'  AND `h`.`status` = '0' LIMIT 1 [ RunTime:0.000772s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital_img` [ RunTime:0.039535s ]
[ sql ] [ SQL ] SELECT `fileUrl` FROM `d_hospital_img` WHERE  `hospitalId` = 1  AND `status` = 0 [ RunTime:0.000614s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.040742s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `status` = 0 ORDER BY `level` LIMIT 4 [ RunTime:0.000685s ]
---------------------------------------------------------------
[2023-08-04T14:35:04+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/doctorInfo
[运行时间:0.097507s] [吞吐率:10.26req/s] [内存消耗:3,510.95kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '10',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'doctorId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.003878s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.042307s ]
[ sql ] [ SQL ] SELECT `faceImg`,`name`,`doctorLevelName`,`sprechstundeStart`,`sprechstundeEnd`,`introduce`,`territory`,`videoUrl` FROM `d_doctor` WHERE  `id` = 1  AND `status` = 0 LIMIT 1 [ RunTime:0.000645s ]
---------------------------------------------------------------
[2023-08-04T14:36:07+08:00] 58.212.234.96 POST 101.132.37.87:83/api/UserCase/UserCaseInfo
[运行时间:0.173570s] [吞吐率:5.76req/s] [内存消耗:3,488.24kb] [文件加载:66]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '60',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'token' => '4|28c8a5545712781951881f96257281cd',
  'caseId' => '13',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.004317s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user` [ RunTime:0.045568s ]
[ sql ] [ SQL ] SELECT `id`,`type` FROM `d_user` WHERE  `token` = '4|28c8a5545712781951881f96257281cd'  AND `status` = 0 LIMIT 1 [ RunTime:0.000589s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user_case` [ RunTime:0.033156s ]
[ sql ] [ SQL ] SELECT `u`.`id`,`u`.`name`,`userId`,`userName`,`age`,`phone`,e.name as seeEpartmene,`seeEpartmeneId`,`condition`,`illnessDays`,`measures` FROM `d_user_case` `u` LEFT JOIN `d_epartmene` `e` ON `e`.`id`=`seeEpartmeneId` WHERE  `u`.`id` = '13'  AND `u`.`status` = '0' LIMIT 1 [ RunTime:0.000676s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user_case_img` [ RunTime:0.033889s ]
[ sql ] [ SQL ] SELECT `id`,`imgUrl` FROM `d_user_case_img` WHERE  `userCaseId` = 13 [ RunTime:0.000483s ]
---------------------------------------------------------------
[2023-08-04T14:36:21+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.112127s] [吞吐率:8.92req/s] [内存消耗:3,511.71kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '47',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'latitude' => '',
  'pagesize' => '20',
  'cityId' => '',
  'page' => '1',
  'longitude' => '',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.015723s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.040629s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,-1 as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.000740s ]
---------------------------------------------------------------
[2023-08-04T14:36:24+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/hospitalInfo
[运行时间:0.176550s] [吞吐率:5.66req/s] [内存消耗:3,518.80kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '12',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.007199s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.042920s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,`presentation` FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`id` = '1'  AND `h`.`status` = '0' LIMIT 1 [ RunTime:0.000743s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital_img` [ RunTime:0.035989s ]
[ sql ] [ SQL ] SELECT `fileUrl` FROM `d_hospital_img` WHERE  `hospitalId` = 1  AND `status` = 0 [ RunTime:0.000537s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.034901s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `status` = 0 ORDER BY `level` LIMIT 4 [ RunTime:0.000658s ]
---------------------------------------------------------------
[2023-08-04T14:36:25+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/doctorInfo
[运行时间:0.101401s] [吞吐率:9.86req/s] [内存消耗:3,510.95kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '10',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'doctorId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.006409s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.043450s ]
[ sql ] [ SQL ] SELECT `faceImg`,`name`,`doctorLevelName`,`sprechstundeStart`,`sprechstundeEnd`,`introduce`,`territory`,`videoUrl` FROM `d_doctor` WHERE  `id` = 1  AND `status` = 0 LIMIT 1 [ RunTime:0.000640s ]
---------------------------------------------------------------
[2023-08-04T14:36:30+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/doctorInfo
[运行时间:0.112259s] [吞吐率:8.91req/s] [内存消耗:3,510.95kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '10',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'doctorId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.010692s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.050041s ]
[ sql ] [ SQL ] SELECT `faceImg`,`name`,`doctorLevelName`,`sprechstundeStart`,`sprechstundeEnd`,`introduce`,`territory`,`videoUrl` FROM `d_doctor` WHERE  `id` = 1  AND `status` = 0 LIMIT 1 [ RunTime:0.000677s ]
---------------------------------------------------------------
[2023-08-04T14:36:55+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/cityInfo
[运行时间:0.095520s] [吞吐率:10.47req/s] [内存消耗:3,505.06kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
  'content-length' => '0',
)
[ info ] [ PARAM ] array (
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000754s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_city` [ RunTime:0.043895s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`cityInitial` FROM `d_city` WHERE  `status` = 0 ORDER BY `cityInitial` [ RunTime:0.000624s ]
---------------------------------------------------------------
[2023-08-04T14:36:56+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.122786s] [吞吐率:8.14req/s] [内存消耗:3,527.02kb] [文件加载:65]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '66',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'latitude' => '31.982129',
  'pagesize' => '20',
  'cityId' => '5',
  'page' => '1',
  'longitude' => '118.77032',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000759s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.047893s ]
[ sql ] [ SQL ] SELECT h.id,h.name,listImg,address,r.name as rankName,t.name as typeName,isMedicalInsurance,phone, ROUND(6378.138 * 2 * ASIN(SQRT(POW(SIN((31.982129 * PI() / 180 - latitude * PI() / 180) / 2),2) + COS(31.982129 * PI() / 180) * COS(latitude * PI() / 180) * POW(SIN((118.77032 * PI() / 180 - longitude * PI() / 180) / 2),2))) * 1000) as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `cityId` = 5  AND `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.000952s ]
---------------------------------------------------------------
[2023-08-04T14:37:00+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/hospitalInfo
[运行时间:0.189224s] [吞吐率:5.28req/s] [内存消耗:3,518.80kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '12',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.005501s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.051469s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,`presentation` FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`id` = '1'  AND `h`.`status` = '0' LIMIT 1 [ RunTime:0.000737s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital_img` [ RunTime:0.035796s ]
[ sql ] [ SQL ] SELECT `fileUrl` FROM `d_hospital_img` WHERE  `hospitalId` = 1  AND `status` = 0 [ RunTime:0.000518s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.036530s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `status` = 0 ORDER BY `level` LIMIT 4 [ RunTime:0.000744s ]
---------------------------------------------------------------
[2023-08-04T14:37:00+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/doctorInfo
[运行时间:0.092445s] [吞吐率:10.82req/s] [内存消耗:3,510.95kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '10',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'doctorId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.007132s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.027625s ]
[ sql ] [ SQL ] SELECT `faceImg`,`name`,`doctorLevelName`,`sprechstundeStart`,`sprechstundeEnd`,`introduce`,`territory`,`videoUrl` FROM `d_doctor` WHERE  `id` = 1  AND `status` = 0 LIMIT 1 [ RunTime:0.000670s ]
---------------------------------------------------------------
[2023-08-04T14:38:04+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/cityInfo
[运行时间:0.099496s] [吞吐率:10.05req/s] [内存消耗:3,505.06kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
  'content-length' => '0',
)
[ info ] [ PARAM ] array (
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.003278s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_city` [ RunTime:0.041905s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`cityInitial` FROM `d_city` WHERE  `status` = 0 ORDER BY `cityInitial` [ RunTime:0.000691s ]
---------------------------------------------------------------
[2023-08-04T14:38:04+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.093418s] [吞吐率:10.70req/s] [内存消耗:3,527.02kb] [文件加载:65]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '66',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'latitude' => '31.98333',
  'pagesize' => '20',
  'cityId' => '5',
  'page' => '1',
  'longitude' => '118.770916',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.004558s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.036144s ]
[ sql ] [ SQL ] SELECT h.id,h.name,listImg,address,r.name as rankName,t.name as typeName,isMedicalInsurance,phone, ROUND(6378.138 * 2 * ASIN(SQRT(POW(SIN((31.98333 * PI() / 180 - latitude * PI() / 180) / 2),2) + COS(31.98333 * PI() / 180) * COS(latitude * PI() / 180) * POW(SIN((118.770916 * PI() / 180 - longitude * PI() / 180) / 2),2))) * 1000) as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `cityId` = 5  AND `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.000880s ]
---------------------------------------------------------------
[2023-08-04T14:40:27+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/hospitalInfo
[运行时间:0.220325s] [吞吐率:4.54req/s] [内存消耗:3,518.80kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '12',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.010956s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.052058s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,`presentation` FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`id` = '1'  AND `h`.`status` = '0' LIMIT 1 [ RunTime:0.000754s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital_img` [ RunTime:0.040538s ]
[ sql ] [ SQL ] SELECT `fileUrl` FROM `d_hospital_img` WHERE  `hospitalId` = 1  AND `status` = 0 [ RunTime:0.000569s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.039188s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `status` = 0 ORDER BY `level` LIMIT 4 [ RunTime:0.000681s ]
---------------------------------------------------------------
[2023-08-04T14:40:29+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/doctorInfo
[运行时间:0.113146s] [吞吐率:8.84req/s] [内存消耗:3,512.17kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '10',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'doctorId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.010789s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.048460s ]
[ sql ] [ SQL ] SELECT `faceImg`,`name`,`doctorLevelName`,`sprechstundeStart`,`sprechstundeEnd`,`introduce`,`territory`,`videoUrl` FROM `d_doctor` WHERE  `id` = 1  AND `status` = 0 LIMIT 1 [ RunTime:0.000689s ]
---------------------------------------------------------------
[2023-08-04T14:40:44+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/doctorInfo
[运行时间:0.099863s] [吞吐率:10.01req/s] [内存消耗:3,512.91kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '10',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'doctorId' => '2',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000977s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.043957s ]
[ sql ] [ SQL ] SELECT `faceImg`,`name`,`doctorLevelName`,`sprechstundeStart`,`sprechstundeEnd`,`introduce`,`territory`,`videoUrl` FROM `d_doctor` WHERE  `id` = 2  AND `status` = 0 LIMIT 1 [ RunTime:0.000723s ]
---------------------------------------------------------------
[2023-08-04T14:40:46+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/doctorInfo
[运行时间:0.146267s] [吞吐率:6.84req/s] [内存消耗:3,511.92kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '10',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'doctorId' => '3',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.017355s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.046487s ]
[ sql ] [ SQL ] SELECT `faceImg`,`name`,`doctorLevelName`,`sprechstundeStart`,`sprechstundeEnd`,`introduce`,`territory`,`videoUrl` FROM `d_doctor` WHERE  `id` = 3  AND `status` = 0 LIMIT 1 [ RunTime:0.000647s ]
---------------------------------------------------------------
[2023-08-04T14:41:20+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/cityInfo
[运行时间:0.100888s] [吞吐率:9.91req/s] [内存消耗:3,505.06kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
  'content-length' => '0',
)
[ info ] [ PARAM ] array (
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000712s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_city` [ RunTime:0.046182s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`cityInitial` FROM `d_city` WHERE  `status` = 0 ORDER BY `cityInitial` [ RunTime:0.000612s ]
---------------------------------------------------------------
[2023-08-04T14:41:20+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.098227s] [吞吐率:10.18req/s] [内存消耗:3,527.02kb] [文件加载:65]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '67',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'latitude' => '31.983445',
  'pagesize' => '20',
  'cityId' => '5',
  'page' => '1',
  'longitude' => '118.770791',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000705s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.037472s ]
[ sql ] [ SQL ] SELECT h.id,h.name,listImg,address,r.name as rankName,t.name as typeName,isMedicalInsurance,phone, ROUND(6378.138 * 2 * ASIN(SQRT(POW(SIN((31.983445 * PI() / 180 - latitude * PI() / 180) / 2),2) + COS(31.983445 * PI() / 180) * COS(latitude * PI() / 180) * POW(SIN((118.770791 * PI() / 180 - longitude * PI() / 180) / 2),2))) * 1000) as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `cityId` = 5  AND `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.000906s ]
---------------------------------------------------------------
[2023-08-04T14:41:21+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/hospitalInfo
[运行时间:0.197393s] [吞吐率:5.07req/s] [内存消耗:3,518.80kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '12',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.011032s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.051782s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,`presentation` FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`id` = '1'  AND `h`.`status` = '0' LIMIT 1 [ RunTime:0.000822s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital_img` [ RunTime:0.040343s ]
[ sql ] [ SQL ] SELECT `fileUrl` FROM `d_hospital_img` WHERE  `hospitalId` = 1  AND `status` = 0 [ RunTime:0.000593s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.034630s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `status` = 0 ORDER BY `level` LIMIT 4 [ RunTime:0.000643s ]
---------------------------------------------------------------
[2023-08-04T14:41:22+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/hospitalEpartmene
[运行时间:0.103672s] [吞吐率:9.65req/s] [内存消耗:3,505.47kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '12',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.001584s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene` [ RunTime:0.049144s ]
[ sql ] [ SQL ] SELECT `id`,`name` FROM `d_epartmene` WHERE  `type` = 1  AND `status` = 0 OR `hospitalId` = 1 ORDER BY `nameInitial` [ RunTime:0.000692s ]
---------------------------------------------------------------
[2023-08-04T14:41:25+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/epartmeneInfo
[运行时间:0.232813s] [吞吐率:4.30req/s] [内存消耗:3,529.05kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '26',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
  'epartmeneId' => '5',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.009758s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene` [ RunTime:0.047257s ]
[ sql ] [ SQL ] SELECT * FROM `d_epartmene` WHERE  `id` = 5  AND `status` = 0 LIMIT 1 [ RunTime:0.003871s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.038743s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName`,`territory` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `epartmeneId` = 5  AND `status` = 0 ORDER BY `level`,`epartmeneId` LIMIT 4 [ RunTime:0.000650s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene_group` [ RunTime:0.036724s ]
[ sql ] [ SQL ] SELECT `e`.`id`,`e`.`name`,`e`.`epartmeneId`,ep.name as epartmeneName FROM `d_epartmene_group` `e` LEFT JOIN `d_epartmene` `ep` ON `ep`.`id`=`e`.`epartmeneId` WHERE  `e`.`hospitalId` = '1'  AND `e`.`epartmeneId` = '5'  AND `e`.`status` = '0' [ RunTime:0.000647s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene_group_info` [ RunTime:0.037112s ]
[ sql ] [ SQL ] SELECT `e`.`groupId`,`doctorId`,d.name as doctorName,`faceImg`,`doctorLevelName`,`territory` FROM `d_epartmene_group_info` `e` LEFT JOIN `d_doctor` `d` ON `d`.`id`=`e`.`doctorId` WHERE  `e`.`hospitalId` = '1'  AND `e`.`epartmeneId` = '5'  AND `e`.`status` = '0' ORDER BY `type` [ RunTime:0.002203s ]
---------------------------------------------------------------
[2023-08-04T14:41:27+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/doctorInfo
[运行时间:0.123920s] [吞吐率:8.07req/s] [内存消耗:3,512.17kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '10',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'doctorId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.024676s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.046196s ]
[ sql ] [ SQL ] SELECT `faceImg`,`name`,`doctorLevelName`,`sprechstundeStart`,`sprechstundeEnd`,`introduce`,`territory`,`videoUrl` FROM `d_doctor` WHERE  `id` = 1  AND `status` = 0 LIMIT 1 [ RunTime:0.000628s ]
---------------------------------------------------------------
[2023-08-04T14:41:35+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/doctorInfo
[运行时间:0.101521s] [吞吐率:9.85req/s] [内存消耗:3,512.17kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '10',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'doctorId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.003133s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.046195s ]
[ sql ] [ SQL ] SELECT `faceImg`,`name`,`doctorLevelName`,`sprechstundeStart`,`sprechstundeEnd`,`introduce`,`territory`,`videoUrl` FROM `d_doctor` WHERE  `id` = 1  AND `status` = 0 LIMIT 1 [ RunTime:0.000861s ]
---------------------------------------------------------------
[2023-08-04T14:41:38+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/doctorInfo
[运行时间:0.095458s] [吞吐率:10.48req/s] [内存消耗:3,512.17kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '10',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'doctorId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.002255s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.041199s ]
[ sql ] [ SQL ] SELECT `faceImg`,`name`,`doctorLevelName`,`sprechstundeStart`,`sprechstundeEnd`,`introduce`,`territory`,`videoUrl` FROM `d_doctor` WHERE  `id` = 1  AND `status` = 0 LIMIT 1 [ RunTime:0.000623s ]
---------------------------------------------------------------
[2023-08-04T14:41:42+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/doctorInfo
[运行时间:0.102141s] [吞吐率:9.79req/s] [内存消耗:3,512.17kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '10',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'doctorId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.003891s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.046530s ]
[ sql ] [ SQL ] SELECT `faceImg`,`name`,`doctorLevelName`,`sprechstundeStart`,`sprechstundeEnd`,`introduce`,`territory`,`videoUrl` FROM `d_doctor` WHERE  `id` = 1  AND `status` = 0 LIMIT 1 [ RunTime:0.000656s ]
---------------------------------------------------------------
[2023-08-04T14:42:49+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/doctorInfo
[运行时间:0.103159s] [吞吐率:9.69req/s] [内存消耗:3,511.92kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '10',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'doctorId' => '3',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.002141s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.041317s ]
[ sql ] [ SQL ] SELECT `faceImg`,`name`,`doctorLevelName`,`sprechstundeStart`,`sprechstundeEnd`,`introduce`,`territory`,`videoUrl` FROM `d_doctor` WHERE  `id` = 3  AND `status` = 0 LIMIT 1 [ RunTime:0.000618s ]
---------------------------------------------------------------
[2023-08-04T14:42:52+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/doctorInfo
[运行时间:0.110127s] [吞吐率:9.08req/s] [内存消耗:3,511.92kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '10',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'doctorId' => '3',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.014238s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.043750s ]
[ sql ] [ SQL ] SELECT `faceImg`,`name`,`doctorLevelName`,`sprechstundeStart`,`sprechstundeEnd`,`introduce`,`territory`,`videoUrl` FROM `d_doctor` WHERE  `id` = 3  AND `status` = 0 LIMIT 1 [ RunTime:0.000705s ]
---------------------------------------------------------------
[2023-08-04T14:42:57+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/doctorInfo
[运行时间:0.101025s] [吞吐率:9.90req/s] [内存消耗:3,511.92kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '10',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'doctorId' => '3',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.002029s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.046971s ]
[ sql ] [ SQL ] SELECT `faceImg`,`name`,`doctorLevelName`,`sprechstundeStart`,`sprechstundeEnd`,`introduce`,`territory`,`videoUrl` FROM `d_doctor` WHERE  `id` = 3  AND `status` = 0 LIMIT 1 [ RunTime:0.000683s ]
---------------------------------------------------------------
[2023-08-04T14:43:00+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/hospitalEpartmene
[运行时间:0.112201s] [吞吐率:8.91req/s] [内存消耗:3,505.47kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '12',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.001050s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene` [ RunTime:0.048520s ]
[ sql ] [ SQL ] SELECT `id`,`name` FROM `d_epartmene` WHERE  `type` = 1  AND `status` = 0 OR `hospitalId` = 1 ORDER BY `nameInitial` [ RunTime:0.000714s ]
---------------------------------------------------------------
[2023-08-04T14:43:02+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/hospitalEpartmene
[运行时间:0.113149s] [吞吐率:8.84req/s] [内存消耗:3,505.47kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '12',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.007181s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene` [ RunTime:0.054809s ]
[ sql ] [ SQL ] SELECT `id`,`name` FROM `d_epartmene` WHERE  `type` = 1  AND `status` = 0 OR `hospitalId` = 1 ORDER BY `nameInitial` [ RunTime:0.000714s ]
---------------------------------------------------------------
[2023-08-04T14:43:04+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/doctorInfo
[运行时间:0.100411s] [吞吐率:9.96req/s] [内存消耗:3,512.91kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '10',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'doctorId' => '2',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.004702s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.043861s ]
[ sql ] [ SQL ] SELECT `faceImg`,`name`,`doctorLevelName`,`sprechstundeStart`,`sprechstundeEnd`,`introduce`,`territory`,`videoUrl` FROM `d_doctor` WHERE  `id` = 2  AND `status` = 0 LIMIT 1 [ RunTime:0.000725s ]
---------------------------------------------------------------
[2023-08-04T14:43:06+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/doctorInfo
[运行时间:0.104251s] [吞吐率:9.59req/s] [内存消耗:3,512.17kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '10',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'doctorId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.002811s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.044937s ]
[ sql ] [ SQL ] SELECT `faceImg`,`name`,`doctorLevelName`,`sprechstundeStart`,`sprechstundeEnd`,`introduce`,`territory`,`videoUrl` FROM `d_doctor` WHERE  `id` = 1  AND `status` = 0 LIMIT 1 [ RunTime:0.005751s ]
---------------------------------------------------------------
[2023-08-04T14:43:08+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/doctorInfo
[运行时间:0.116970s] [吞吐率:8.55req/s] [内存消耗:3,511.92kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '10',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'doctorId' => '3',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.014816s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.045857s ]
[ sql ] [ SQL ] SELECT `faceImg`,`name`,`doctorLevelName`,`sprechstundeStart`,`sprechstundeEnd`,`introduce`,`territory`,`videoUrl` FROM `d_doctor` WHERE  `id` = 3  AND `status` = 0 LIMIT 1 [ RunTime:0.000688s ]
---------------------------------------------------------------
[2023-08-04T14:43:11+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/doctorInfo
[运行时间:0.096562s] [吞吐率:10.36req/s] [内存消耗:3,512.91kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '10',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'doctorId' => '2',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000741s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.043958s ]
[ sql ] [ SQL ] SELECT `faceImg`,`name`,`doctorLevelName`,`sprechstundeStart`,`sprechstundeEnd`,`introduce`,`territory`,`videoUrl` FROM `d_doctor` WHERE  `id` = 2  AND `status` = 0 LIMIT 1 [ RunTime:0.000682s ]
---------------------------------------------------------------
[2023-08-04T14:43:48+08:00] 58.212.234.96 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.106682s] [吞吐率:9.37req/s] [内存消耗:3,512.19kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '53',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'cityId' => '',
  'latitude' => '',
  'longitude' => '',
  'page' => '0',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.009482s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.044946s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,-1 as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.000916s ]
---------------------------------------------------------------
[2023-08-04T14:45:24+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/hospitalInfo
[运行时间:0.194367s] [吞吐率:5.14req/s] [内存消耗:3,518.80kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '12',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.012356s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.042887s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,`presentation` FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`id` = '1'  AND `h`.`status` = '0' LIMIT 1 [ RunTime:0.000737s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital_img` [ RunTime:0.031628s ]
[ sql ] [ SQL ] SELECT `fileUrl` FROM `d_hospital_img` WHERE  `hospitalId` = 1  AND `status` = 0 [ RunTime:0.001756s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.034059s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `status` = 0 ORDER BY `level` LIMIT 4 [ RunTime:0.000612s ]
---------------------------------------------------------------
[2023-08-04T14:45:25+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/hospitalInfo
[运行时间:0.178242s] [吞吐率:5.61req/s] [内存消耗:3,518.80kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '12',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.001914s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.044669s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,`presentation` FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`id` = '1'  AND `h`.`status` = '0' LIMIT 1 [ RunTime:0.000743s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital_img` [ RunTime:0.037215s ]
[ sql ] [ SQL ] SELECT `fileUrl` FROM `d_hospital_img` WHERE  `hospitalId` = 1  AND `status` = 0 [ RunTime:0.000526s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.038660s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `status` = 0 ORDER BY `level` LIMIT 4 [ RunTime:0.000707s ]
---------------------------------------------------------------
[2023-08-04T14:48:32+08:00] 58.212.234.96 POST 101.132.37.87:83/api/MyCentre/centreInfo
[运行时间:0.107781s] [吞吐率:9.28req/s] [内存消耗:3,482.08kb] [文件加载:66]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '46',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'token' => '4|28c8a5545712781951881f96257281cd',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000917s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user` [ RunTime:0.044142s ]
[ sql ] [ SQL ] SELECT `id`,`type` FROM `d_user` WHERE  `token` = '4|28c8a5545712781951881f96257281cd'  AND `status` = 0 LIMIT 1 [ RunTime:0.000618s ]
[ sql ] [ SQL ] SELECT `name`,`faceImg`,`isVip`,`type`,`vipDate`,`phone` FROM `d_user` WHERE  `id` = 4 LIMIT 1 [ RunTime:0.000550s ]
---------------------------------------------------------------
[2023-08-04T14:49:46+08:00] 58.212.234.96 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.103500s] [吞吐率:9.66req/s] [内存消耗:3,512.19kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '53',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'cityId' => '',
  'latitude' => '',
  'longitude' => '',
  'page' => '0',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.009054s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.042152s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,-1 as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.000800s ]
---------------------------------------------------------------
[2023-08-04T14:50:47+08:00] 58.212.234.96 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.116055s] [吞吐率:8.62req/s] [内存消耗:3,512.19kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '53',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'cityId' => '',
  'latitude' => '',
  'longitude' => '',
  'page' => '0',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.007062s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.047784s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,-1 as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.000764s ]
---------------------------------------------------------------
[2023-08-04T14:51:14+08:00] 58.212.234.96 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.125128s] [吞吐率:7.99req/s] [内存消耗:3,512.19kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '53',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'cityId' => '',
  'latitude' => '',
  'longitude' => '',
  'page' => '0',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.013053s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.047350s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,-1 as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.000754s ]
---------------------------------------------------------------
[2023-08-04T14:53:37+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/hospitalInfo
[运行时间:0.213825s] [吞吐率:4.68req/s] [内存消耗:3,518.80kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '12',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.008406s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.053062s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,`presentation` FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`id` = '1'  AND `h`.`status` = '0' LIMIT 1 [ RunTime:0.000781s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital_img` [ RunTime:0.039872s ]
[ sql ] [ SQL ] SELECT `fileUrl` FROM `d_hospital_img` WHERE  `hospitalId` = 1  AND `status` = 0 [ RunTime:0.000594s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.046139s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `status` = 0 ORDER BY `level` LIMIT 4 [ RunTime:0.000680s ]
---------------------------------------------------------------
[2023-08-04T14:55:14+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/cityInfo
[运行时间:0.115982s] [吞吐率:8.62req/s] [内存消耗:3,505.06kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
  'content-length' => '0',
)
[ info ] [ PARAM ] array (
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.011097s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_city` [ RunTime:0.048861s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`cityInitial` FROM `d_city` WHERE  `status` = 0 ORDER BY `cityInitial` [ RunTime:0.000743s ]
---------------------------------------------------------------
[2023-08-04T14:55:14+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.109583s] [吞吐率:9.13req/s] [内存消耗:3,527.02kb] [文件加载:65]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '67',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'latitude' => '31.983374',
  'pagesize' => '20',
  'cityId' => '5',
  'page' => '1',
  'longitude' => '118.770829',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.012041s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.038223s ]
[ sql ] [ SQL ] SELECT h.id,h.name,listImg,address,r.name as rankName,t.name as typeName,isMedicalInsurance,phone, ROUND(6378.138 * 2 * ASIN(SQRT(POW(SIN((31.983374 * PI() / 180 - latitude * PI() / 180) / 2),2) + COS(31.983374 * PI() / 180) * COS(latitude * PI() / 180) * POW(SIN((118.770829 * PI() / 180 - longitude * PI() / 180) / 2),2))) * 1000) as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `cityId` = 5  AND `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.001046s ]
---------------------------------------------------------------
[2023-08-04T14:56:13+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/cityInfo
[运行时间:0.114698s] [吞吐率:8.72req/s] [内存消耗:3,505.06kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
  'content-length' => '0',
)
[ info ] [ PARAM ] array (
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000791s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_city` [ RunTime:0.049713s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`cityInitial` FROM `d_city` WHERE  `status` = 0 ORDER BY `cityInitial` [ RunTime:0.000659s ]
---------------------------------------------------------------
[2023-08-04T14:56:13+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.103021s] [吞吐率:9.71req/s] [内存消耗:3,527.02kb] [文件加载:65]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '67',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'latitude' => '31.983343',
  'pagesize' => '20',
  'cityId' => '5',
  'page' => '1',
  'longitude' => '118.771027',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.008317s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.041627s ]
[ sql ] [ SQL ] SELECT h.id,h.name,listImg,address,r.name as rankName,t.name as typeName,isMedicalInsurance,phone, ROUND(6378.138 * 2 * ASIN(SQRT(POW(SIN((31.983343 * PI() / 180 - latitude * PI() / 180) / 2),2) + COS(31.983343 * PI() / 180) * COS(latitude * PI() / 180) * POW(SIN((118.771027 * PI() / 180 - longitude * PI() / 180) / 2),2))) * 1000) as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `cityId` = 5  AND `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.001006s ]
---------------------------------------------------------------
[2023-08-04T14:56:30+08:00] 58.212.234.96 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.107351s] [吞吐率:9.32req/s] [内存消耗:3,512.19kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '53',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'cityId' => '',
  'latitude' => '',
  'longitude' => '',
  'page' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.005831s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.049145s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,-1 as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.000743s ]
---------------------------------------------------------------
[2023-08-04T14:56:32+08:00] 58.212.234.96 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.114912s] [吞吐率:8.70req/s] [内存消耗:3,512.19kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '53',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'cityId' => '',
  'latitude' => '',
  'longitude' => '',
  'page' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.012907s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.046656s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,-1 as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.000821s ]
---------------------------------------------------------------
[2023-08-04T14:56:36+08:00] 49.77.181.221 POST 101.132.37.87:83/api/Login/passwordLogin
[运行时间:0.164550s] [吞吐率:6.08req/s] [内存消耗:3,411.39kb] [文件加载:65]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '33',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'password' => '123456',
  'phone' => '17366207446',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000795s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user` [ RunTime:0.049656s ]
[ sql ] [ SQL ] SELECT * FROM `d_user` WHERE  `phone` = '17366207446'  AND `status` = 0 LIMIT 1 [ RunTime:0.000735s ]
[ sql ] [ SQL ] UPDATE `d_user`  SET `token` = '6|6db54f7d42b5e4465af88cb472910748'  WHERE  `id` = 6 [ RunTime:0.002802s ]
---------------------------------------------------------------
[2023-08-04T14:56:36+08:00] 49.77.181.221 POST 101.132.37.87:83/api/MyCentre/centreInfo
[运行时间:0.094088s] [吞吐率:10.63req/s] [内存消耗:3,481.52kb] [文件加载:66]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '42',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'token' => '6|6db54f7d42b5e4465af88cb472910748',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.005313s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user` [ RunTime:0.028607s ]
[ sql ] [ SQL ] SELECT `id`,`type` FROM `d_user` WHERE  `token` = '6|6db54f7d42b5e4465af88cb472910748'  AND `status` = 0 LIMIT 1 [ RunTime:0.000633s ]
[ sql ] [ SQL ] SELECT `name`,`faceImg`,`isVip`,`type`,`vipDate`,`phone` FROM `d_user` WHERE  `id` = 6 LIMIT 1 [ RunTime:0.001323s ]
---------------------------------------------------------------
[2023-08-04T14:57:09+08:00] 58.212.234.96 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.109599s] [吞吐率:9.12req/s] [内存消耗:3,512.19kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '53',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'cityId' => '',
  'latitude' => '',
  'longitude' => '',
  'page' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.005087s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.050604s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,-1 as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.000760s ]
---------------------------------------------------------------
[2023-08-04T14:57:10+08:00] 58.212.234.96 POST 101.132.37.87:83/api/MyCentre/centreInfo
[运行时间:0.106081s] [吞吐率:9.43req/s] [内存消耗:3,482.08kb] [文件加载:66]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '46',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'token' => '4|28c8a5545712781951881f96257281cd',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000916s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user` [ RunTime:0.050396s ]
[ sql ] [ SQL ] SELECT `id`,`type` FROM `d_user` WHERE  `token` = '4|28c8a5545712781951881f96257281cd'  AND `status` = 0 LIMIT 1 [ RunTime:0.000649s ]
[ sql ] [ SQL ] SELECT `name`,`faceImg`,`isVip`,`type`,`vipDate`,`phone` FROM `d_user` WHERE  `id` = 4 LIMIT 1 [ RunTime:0.000519s ]
---------------------------------------------------------------
[2023-08-04T14:57:13+08:00] 58.212.234.96 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.100141s] [吞吐率:9.99req/s] [内存消耗:3,512.19kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '53',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'cityId' => '',
  'latitude' => '',
  'longitude' => '',
  'page' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.001014s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.046589s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,-1 as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.000923s ]
---------------------------------------------------------------
[2023-08-04T14:57:54+08:00] 58.212.234.96 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.124810s] [吞吐率:8.01req/s] [内存消耗:3,528.63kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '53',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'cityId' => '',
  'latitude' => '',
  'longitude' => '',
  'page' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.012641s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.050280s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,-1 as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.000856s ]
---------------------------------------------------------------
[2023-08-04T14:58:23+08:00] 58.212.234.96 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.119953s] [吞吐率:8.34req/s] [内存消耗:3,534.70kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '53',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'cityId' => '',
  'latitude' => '',
  'longitude' => '',
  'page' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.015352s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.050238s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,-1 as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.001067s ]
---------------------------------------------------------------
[2023-08-04T14:59:11+08:00] 58.212.234.96 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.117464s] [吞吐率:8.51req/s] [内存消耗:3,534.70kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '53',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'cityId' => '',
  'latitude' => '',
  'longitude' => '',
  'page' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.006655s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.048569s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,-1 as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.000875s ]
---------------------------------------------------------------
[2023-08-04T14:59:11+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/cityInfo
[运行时间:0.101361s] [吞吐率:9.87req/s] [内存消耗:3,505.06kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
  'content-length' => '0',
)
[ info ] [ PARAM ] array (
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000789s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_city` [ RunTime:0.038195s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`cityInitial` FROM `d_city` WHERE  `status` = 0 ORDER BY `cityInitial` [ RunTime:0.000668s ]
---------------------------------------------------------------
[2023-08-04T14:59:12+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.118590s] [吞吐率:8.43req/s] [内存消耗:3,549.53kb] [文件加载:65]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '67',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'latitude' => '31.983362',
  'pagesize' => '20',
  'cityId' => '5',
  'page' => '1',
  'longitude' => '118.770966',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.011801s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.052061s ]
[ sql ] [ SQL ] SELECT h.id,h.name,listImg,address,r.name as rankName,t.name as typeName,isMedicalInsurance,phone, ROUND(6378.138 * 2 * ASIN(SQRT(POW(SIN((31.983362 * PI() / 180 - latitude * PI() / 180) / 2),2) + COS(31.983362 * PI() / 180) * COS(latitude * PI() / 180) * POW(SIN((118.770966 * PI() / 180 - longitude * PI() / 180) / 2),2))) * 1000) as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `cityId` = 5  AND `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.001384s ]
---------------------------------------------------------------
[2023-08-04T14:59:17+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.115934s] [吞吐率:8.63req/s] [内存消耗:3,525.63kb] [文件加载:65]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '68',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'latitude' => '31.983362',
  'pagesize' => '20',
  'cityId' => '5',
  'page' => '21',
  'longitude' => '118.770966',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.008683s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.051370s ]
[ sql ] [ SQL ] SELECT h.id,h.name,listImg,address,r.name as rankName,t.name as typeName,isMedicalInsurance,phone, ROUND(6378.138 * 2 * ASIN(SQRT(POW(SIN((31.983362 * PI() / 180 - latitude * PI() / 180) / 2),2) + COS(31.983362 * PI() / 180) * COS(latitude * PI() / 180) * POW(SIN((118.770966 * PI() / 180 - longitude * PI() / 180) / 2),2))) * 1000) as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `cityId` = 5  AND `h`.`status` = '0' ORDER BY `distance` LIMIT 400,20 [ RunTime:0.001126s ]
---------------------------------------------------------------
[2023-08-04T14:59:18+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.124727s] [吞吐率:8.02req/s] [内存消耗:3,525.63kb] [文件加载:65]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '68',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'latitude' => '31.983362',
  'pagesize' => '20',
  'cityId' => '5',
  'page' => '22',
  'longitude' => '118.770966',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.017978s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.050655s ]
[ sql ] [ SQL ] SELECT h.id,h.name,listImg,address,r.name as rankName,t.name as typeName,isMedicalInsurance,phone, ROUND(6378.138 * 2 * ASIN(SQRT(POW(SIN((31.983362 * PI() / 180 - latitude * PI() / 180) / 2),2) + COS(31.983362 * PI() / 180) * COS(latitude * PI() / 180) * POW(SIN((118.770966 * PI() / 180 - longitude * PI() / 180) / 2),2))) * 1000) as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `cityId` = 5  AND `h`.`status` = '0' ORDER BY `distance` LIMIT 420,20 [ RunTime:0.001121s ]
---------------------------------------------------------------
[2023-08-04T14:59:19+08:00] 58.212.234.96 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.128411s] [吞吐率:7.79req/s] [内存消耗:3,534.70kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '53',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'cityId' => '',
  'latitude' => '',
  'longitude' => '',
  'page' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.011028s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.051243s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,-1 as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.000879s ]
---------------------------------------------------------------
[2023-08-04T14:59:20+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.104400s] [吞吐率:9.58req/s] [内存消耗:3,525.63kb] [文件加载:65]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '68',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'latitude' => '31.983362',
  'pagesize' => '20',
  'cityId' => '5',
  'page' => '23',
  'longitude' => '118.770966',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.001115s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.048908s ]
[ sql ] [ SQL ] SELECT h.id,h.name,listImg,address,r.name as rankName,t.name as typeName,isMedicalInsurance,phone, ROUND(6378.138 * 2 * ASIN(SQRT(POW(SIN((31.983362 * PI() / 180 - latitude * PI() / 180) / 2),2) + COS(31.983362 * PI() / 180) * COS(latitude * PI() / 180) * POW(SIN((118.770966 * PI() / 180 - longitude * PI() / 180) / 2),2))) * 1000) as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `cityId` = 5  AND `h`.`status` = '0' ORDER BY `distance` LIMIT 440,20 [ RunTime:0.001126s ]
---------------------------------------------------------------
[2023-08-04T14:59:25+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.111472s] [吞吐率:8.97req/s] [内存消耗:3,549.53kb] [文件加载:65]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '67',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'latitude' => '31.983362',
  'pagesize' => '20',
  'cityId' => '5',
  'page' => '1',
  'longitude' => '118.770966',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.002987s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.051454s ]
[ sql ] [ SQL ] SELECT h.id,h.name,listImg,address,r.name as rankName,t.name as typeName,isMedicalInsurance,phone, ROUND(6378.138 * 2 * ASIN(SQRT(POW(SIN((31.983362 * PI() / 180 - latitude * PI() / 180) / 2),2) + COS(31.983362 * PI() / 180) * COS(latitude * PI() / 180) * POW(SIN((118.770966 * PI() / 180 - longitude * PI() / 180) / 2),2))) * 1000) as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `cityId` = 5  AND `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.001287s ]
---------------------------------------------------------------
[2023-08-04T14:59:28+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.116403s] [吞吐率:8.59req/s] [内存消耗:3,525.63kb] [文件加载:65]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '68',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'latitude' => '31.983362',
  'pagesize' => '20',
  'cityId' => '5',
  'page' => '21',
  'longitude' => '118.770966',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.014094s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.045996s ]
[ sql ] [ SQL ] SELECT h.id,h.name,listImg,address,r.name as rankName,t.name as typeName,isMedicalInsurance,phone, ROUND(6378.138 * 2 * ASIN(SQRT(POW(SIN((31.983362 * PI() / 180 - latitude * PI() / 180) / 2),2) + COS(31.983362 * PI() / 180) * COS(latitude * PI() / 180) * POW(SIN((118.770966 * PI() / 180 - longitude * PI() / 180) / 2),2))) * 1000) as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `cityId` = 5  AND `h`.`status` = '0' ORDER BY `distance` LIMIT 400,20 [ RunTime:0.001179s ]
---------------------------------------------------------------
[2023-08-04T14:59:29+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.115666s] [吞吐率:8.65req/s] [内存消耗:3,549.53kb] [文件加载:65]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '67',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'latitude' => '31.983362',
  'pagesize' => '20',
  'cityId' => '5',
  'page' => '1',
  'longitude' => '118.770966',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.014536s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.046288s ]
[ sql ] [ SQL ] SELECT h.id,h.name,listImg,address,r.name as rankName,t.name as typeName,isMedicalInsurance,phone, ROUND(6378.138 * 2 * ASIN(SQRT(POW(SIN((31.983362 * PI() / 180 - latitude * PI() / 180) / 2),2) + COS(31.983362 * PI() / 180) * COS(latitude * PI() / 180) * POW(SIN((118.770966 * PI() / 180 - longitude * PI() / 180) / 2),2))) * 1000) as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `cityId` = 5  AND `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.001262s ]
---------------------------------------------------------------
[2023-08-04T14:59:31+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.106759s] [吞吐率:9.37req/s] [内存消耗:3,525.63kb] [文件加载:65]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '68',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'latitude' => '31.983362',
  'pagesize' => '20',
  'cityId' => '5',
  'page' => '21',
  'longitude' => '118.770966',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.006746s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.046647s ]
[ sql ] [ SQL ] SELECT h.id,h.name,listImg,address,r.name as rankName,t.name as typeName,isMedicalInsurance,phone, ROUND(6378.138 * 2 * ASIN(SQRT(POW(SIN((31.983362 * PI() / 180 - latitude * PI() / 180) / 2),2) + COS(31.983362 * PI() / 180) * COS(latitude * PI() / 180) * POW(SIN((118.770966 * PI() / 180 - longitude * PI() / 180) / 2),2))) * 1000) as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `cityId` = 5  AND `h`.`status` = '0' ORDER BY `distance` LIMIT 400,20 [ RunTime:0.001127s ]
---------------------------------------------------------------
[2023-08-04T14:59:40+08:00] 58.212.234.96 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.122892s] [吞吐率:8.14req/s] [内存消耗:3,534.70kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '53',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'cityId' => '',
  'latitude' => '',
  'longitude' => '',
  'page' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.015347s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.054362s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,-1 as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.000941s ]
---------------------------------------------------------------
[2023-08-04T14:59:51+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/hospitalInfo
[运行时间:0.187353s] [吞吐率:5.34req/s] [内存消耗:3,518.80kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '12',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000790s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.051035s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,`presentation` FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`id` = '1'  AND `h`.`status` = '0' LIMIT 1 [ RunTime:0.000789s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital_img` [ RunTime:0.039087s ]
[ sql ] [ SQL ] SELECT `fileUrl` FROM `d_hospital_img` WHERE  `hospitalId` = 1  AND `status` = 0 [ RunTime:0.000585s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.039550s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `status` = 0 ORDER BY `level` LIMIT 4 [ RunTime:0.000708s ]
---------------------------------------------------------------
[2023-08-04T14:59:52+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/hospitalEpartmene
[运行时间:0.115121s] [吞吐率:8.69req/s] [内存消耗:3,505.47kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '12',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.012535s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene` [ RunTime:0.048087s ]
[ sql ] [ SQL ] SELECT `id`,`name` FROM `d_epartmene` WHERE  `type` = 1  AND `status` = 0 OR `hospitalId` = 1 ORDER BY `nameInitial` [ RunTime:0.000710s ]
---------------------------------------------------------------
[2023-08-04T14:59:54+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/epartmeneInfo
[运行时间:0.240640s] [吞吐率:4.16req/s] [内存消耗:3,529.05kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '26',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
  'epartmeneId' => '5',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.007463s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene` [ RunTime:0.049119s ]
[ sql ] [ SQL ] SELECT * FROM `d_epartmene` WHERE  `id` = 5  AND `status` = 0 LIMIT 1 [ RunTime:0.000734s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.036429s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName`,`territory` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `epartmeneId` = 5  AND `status` = 0 ORDER BY `level`,`epartmeneId` LIMIT 4 [ RunTime:0.000695s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene_group` [ RunTime:0.041839s ]
[ sql ] [ SQL ] SELECT `e`.`id`,`e`.`name`,`e`.`epartmeneId`,ep.name as epartmeneName FROM `d_epartmene_group` `e` LEFT JOIN `d_epartmene` `ep` ON `ep`.`id`=`e`.`epartmeneId` WHERE  `e`.`hospitalId` = '1'  AND `e`.`epartmeneId` = '5'  AND `e`.`status` = '0' [ RunTime:0.000709s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene_group_info` [ RunTime:0.043850s ]
[ sql ] [ SQL ] SELECT `e`.`groupId`,`doctorId`,d.name as doctorName,`faceImg`,`doctorLevelName`,`territory` FROM `d_epartmene_group_info` `e` LEFT JOIN `d_doctor` `d` ON `d`.`id`=`e`.`doctorId` WHERE  `e`.`hospitalId` = '1'  AND `e`.`epartmeneId` = '5'  AND `e`.`status` = '0' ORDER BY `type` [ RunTime:0.000807s ]
---------------------------------------------------------------
[2023-08-04T14:59:58+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/hospitalInfo
[运行时间:0.197345s] [吞吐率:5.07req/s] [内存消耗:3,516.14kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '12',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '3',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.006719s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.045276s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,`presentation` FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`id` = '3'  AND `h`.`status` = '0' LIMIT 1 [ RunTime:0.000770s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital_img` [ RunTime:0.038229s ]
[ sql ] [ SQL ] SELECT `fileUrl` FROM `d_hospital_img` WHERE  `hospitalId` = 3  AND `status` = 0 [ RunTime:0.000556s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.041818s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName` FROM `d_doctor` WHERE  `hospitalId` = 3  AND `status` = 0 ORDER BY `level` LIMIT 4 [ RunTime:0.000626s ]
---------------------------------------------------------------
[2023-08-04T14:59:59+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/hospitalEpartmene
[运行时间:0.110738s] [吞吐率:9.03req/s] [内存消耗:3,505.47kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '12',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '3',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000964s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene` [ RunTime:0.049703s ]
[ sql ] [ SQL ] SELECT `id`,`name` FROM `d_epartmene` WHERE  `type` = 1  AND `status` = 0 OR `hospitalId` = 3 ORDER BY `nameInitial` [ RunTime:0.000720s ]
---------------------------------------------------------------
[2023-08-04T15:00:01+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/epartmeneInfo
[运行时间:0.203250s] [吞吐率:4.92req/s] [内存消耗:3,515.26kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '26',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '3',
  'epartmeneId' => '2',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.007187s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene` [ RunTime:0.045978s ]
[ sql ] [ SQL ] SELECT * FROM `d_epartmene` WHERE  `id` = 2  AND `status` = 0 LIMIT 1 [ RunTime:0.000669s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.043027s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName`,`territory` FROM `d_doctor` WHERE  `hospitalId` = 3  AND `epartmeneId` = 2  AND `status` = 0 ORDER BY `level`,`epartmeneId` LIMIT 4 [ RunTime:0.000663s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene_group` [ RunTime:0.050445s ]
[ sql ] [ SQL ] SELECT `e`.`id`,`e`.`name`,`e`.`epartmeneId`,ep.name as epartmeneName FROM `d_epartmene_group` `e` LEFT JOIN `d_epartmene` `ep` ON `ep`.`id`=`e`.`epartmeneId` WHERE  `e`.`hospitalId` = '3'  AND `e`.`epartmeneId` = '2'  AND `e`.`status` = '0' [ RunTime:0.000673s ]
---------------------------------------------------------------
[2023-08-04T15:00:03+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/epartmeneInfo
[运行时间:0.210735s] [吞吐率:4.75req/s] [内存消耗:3,515.26kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '26',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '3',
  'epartmeneId' => '2',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.009524s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene` [ RunTime:0.052770s ]
[ sql ] [ SQL ] SELECT * FROM `d_epartmene` WHERE  `id` = 2  AND `status` = 0 LIMIT 1 [ RunTime:0.000717s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.044719s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName`,`territory` FROM `d_doctor` WHERE  `hospitalId` = 3  AND `epartmeneId` = 2  AND `status` = 0 ORDER BY `level`,`epartmeneId` LIMIT 4 [ RunTime:0.000733s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene_group` [ RunTime:0.046753s ]
[ sql ] [ SQL ] SELECT `e`.`id`,`e`.`name`,`e`.`epartmeneId`,ep.name as epartmeneName FROM `d_epartmene_group` `e` LEFT JOIN `d_epartmene` `ep` ON `ep`.`id`=`e`.`epartmeneId` WHERE  `e`.`hospitalId` = '3'  AND `e`.`epartmeneId` = '2'  AND `e`.`status` = '0' [ RunTime:0.000711s ]
---------------------------------------------------------------
[2023-08-04T15:00:15+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.116325s] [吞吐率:8.60req/s] [内存消耗:3,549.53kb] [文件加载:65]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '67',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'latitude' => '31.983362',
  'pagesize' => '20',
  'cityId' => '5',
  'page' => '1',
  'longitude' => '118.770966',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.004842s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.057811s ]
[ sql ] [ SQL ] SELECT h.id,h.name,listImg,address,r.name as rankName,t.name as typeName,isMedicalInsurance,phone, ROUND(6378.138 * 2 * ASIN(SQRT(POW(SIN((31.983362 * PI() / 180 - latitude * PI() / 180) / 2),2) + COS(31.983362 * PI() / 180) * COS(latitude * PI() / 180) * POW(SIN((118.770966 * PI() / 180 - longitude * PI() / 180) / 2),2))) * 1000) as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `cityId` = 5  AND `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.001253s ]
---------------------------------------------------------------
[2023-08-04T15:00:17+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.135596s] [吞吐率:7.37req/s] [内存消耗:3,525.63kb] [文件加载:65]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '68',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'latitude' => '31.983362',
  'pagesize' => '20',
  'cityId' => '5',
  'page' => '21',
  'longitude' => '118.770966',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000762s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.045706s ]
[ sql ] [ SQL ] SELECT h.id,h.name,listImg,address,r.name as rankName,t.name as typeName,isMedicalInsurance,phone, ROUND(6378.138 * 2 * ASIN(SQRT(POW(SIN((31.983362 * PI() / 180 - latitude * PI() / 180) / 2),2) + COS(31.983362 * PI() / 180) * COS(latitude * PI() / 180) * POW(SIN((118.770966 * PI() / 180 - longitude * PI() / 180) / 2),2))) * 1000) as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `cityId` = 5  AND `h`.`status` = '0' ORDER BY `distance` LIMIT 400,20 [ RunTime:0.001125s ]
---------------------------------------------------------------
[2023-08-04T15:00:18+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.109941s] [吞吐率:9.10req/s] [内存消耗:3,525.63kb] [文件加载:65]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '68',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'latitude' => '31.983362',
  'pagesize' => '20',
  'cityId' => '5',
  'page' => '22',
  'longitude' => '118.770966',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.006937s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.049824s ]
[ sql ] [ SQL ] SELECT h.id,h.name,listImg,address,r.name as rankName,t.name as typeName,isMedicalInsurance,phone, ROUND(6378.138 * 2 * ASIN(SQRT(POW(SIN((31.983362 * PI() / 180 - latitude * PI() / 180) / 2),2) + COS(31.983362 * PI() / 180) * COS(latitude * PI() / 180) * POW(SIN((118.770966 * PI() / 180 - longitude * PI() / 180) / 2),2))) * 1000) as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `cityId` = 5  AND `h`.`status` = '0' ORDER BY `distance` LIMIT 420,20 [ RunTime:0.001110s ]
---------------------------------------------------------------
[2023-08-04T15:00:20+08:00] 58.212.234.96 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.106236s] [吞吐率:9.41req/s] [内存消耗:3,534.70kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '53',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'cityId' => '',
  'latitude' => '',
  'longitude' => '',
  'page' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000859s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.050927s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,-1 as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.000949s ]
---------------------------------------------------------------
[2023-08-04T15:00:23+08:00] 58.212.234.96 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.106988s] [吞吐率:9.35req/s] [内存消耗:3,514.44kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '53',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'cityId' => '',
  'latitude' => '',
  'longitude' => '',
  'page' => '2',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.001114s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.053107s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,-1 as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`status` = '0' ORDER BY `distance` LIMIT 20,20 [ RunTime:0.000826s ]
---------------------------------------------------------------
[2023-08-04T15:00:25+08:00] 58.212.234.96 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.096517s] [吞吐率:10.36req/s] [内存消耗:3,510.79kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '53',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'cityId' => '',
  'latitude' => '',
  'longitude' => '',
  'page' => '3',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000778s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.043540s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,-1 as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`status` = '0' ORDER BY `distance` LIMIT 40,20 [ RunTime:0.000765s ]
---------------------------------------------------------------
[2023-08-04T15:03:07+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/cityInfo
[运行时间:0.115484s] [吞吐率:8.66req/s] [内存消耗:3,505.06kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
  'content-length' => '0',
)
[ info ] [ PARAM ] array (
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000778s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_city` [ RunTime:0.049477s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`cityInitial` FROM `d_city` WHERE  `status` = 0 ORDER BY `cityInitial` [ RunTime:0.000636s ]
---------------------------------------------------------------
[2023-08-04T15:03:07+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.103636s] [吞吐率:9.65req/s] [内存消耗:3,527.02kb] [文件加载:65]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '67',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'latitude' => '31.983387',
  'pagesize' => '20',
  'cityId' => '5',
  'page' => '1',
  'longitude' => '118.770752',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.010914s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.039200s ]
[ sql ] [ SQL ] SELECT h.id,h.name,listImg,address,r.name as rankName,t.name as typeName,isMedicalInsurance,phone, ROUND(6378.138 * 2 * ASIN(SQRT(POW(SIN((31.983387 * PI() / 180 - latitude * PI() / 180) / 2),2) + COS(31.983387 * PI() / 180) * COS(latitude * PI() / 180) * POW(SIN((118.770752 * PI() / 180 - longitude * PI() / 180) / 2),2))) * 1000) as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `cityId` = 5  AND `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.000984s ]
---------------------------------------------------------------
[2023-08-04T15:03:57+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.100261s] [吞吐率:9.97req/s] [内存消耗:3,527.02kb] [文件加载:65]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '67',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'latitude' => '31.983387',
  'pagesize' => '20',
  'cityId' => '5',
  'page' => '1',
  'longitude' => '118.770752',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000766s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.044004s ]
[ sql ] [ SQL ] SELECT h.id,h.name,listImg,address,r.name as rankName,t.name as typeName,isMedicalInsurance,phone, ROUND(6378.138 * 2 * ASIN(SQRT(POW(SIN((31.983387 * PI() / 180 - latitude * PI() / 180) / 2),2) + COS(31.983387 * PI() / 180) * COS(latitude * PI() / 180) * POW(SIN((118.770752 * PI() / 180 - longitude * PI() / 180) / 2),2))) * 1000) as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `cityId` = 5  AND `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.000892s ]
---------------------------------------------------------------
[2023-08-04T15:03:58+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/hospitalInfo
[运行时间:0.180045s] [吞吐率:5.55req/s] [内存消耗:3,518.80kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '12',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.008641s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.043024s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,`presentation` FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`id` = '1'  AND `h`.`status` = '0' LIMIT 1 [ RunTime:0.000760s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital_img` [ RunTime:0.035916s ]
[ sql ] [ SQL ] SELECT `fileUrl` FROM `d_hospital_img` WHERE  `hospitalId` = 1  AND `status` = 0 [ RunTime:0.000557s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.035548s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `status` = 0 ORDER BY `level` LIMIT 4 [ RunTime:0.000636s ]
---------------------------------------------------------------
[2023-08-04T15:04:00+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/hospitalEpartmene
[运行时间:0.100353s] [吞吐率:9.96req/s] [内存消耗:3,505.47kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '12',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.006971s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene` [ RunTime:0.041460s ]
[ sql ] [ SQL ] SELECT `id`,`name` FROM `d_epartmene` WHERE  `type` = 1  AND `status` = 0 OR `hospitalId` = 1 ORDER BY `nameInitial` [ RunTime:0.000656s ]
---------------------------------------------------------------
[2023-08-04T15:04:01+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/epartmeneInfo
[运行时间:0.223637s] [吞吐率:4.47req/s] [内存消耗:3,529.05kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '26',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
  'epartmeneId' => '5',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.003464s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene` [ RunTime:0.046932s ]
[ sql ] [ SQL ] SELECT * FROM `d_epartmene` WHERE  `id` = 5  AND `status` = 0 LIMIT 1 [ RunTime:0.001551s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.042051s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName`,`territory` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `epartmeneId` = 5  AND `status` = 0 ORDER BY `level`,`epartmeneId` LIMIT 4 [ RunTime:0.001554s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene_group` [ RunTime:0.034987s ]
[ sql ] [ SQL ] SELECT `e`.`id`,`e`.`name`,`e`.`epartmeneId`,ep.name as epartmeneName FROM `d_epartmene_group` `e` LEFT JOIN `d_epartmene` `ep` ON `ep`.`id`=`e`.`epartmeneId` WHERE  `e`.`hospitalId` = '1'  AND `e`.`epartmeneId` = '5'  AND `e`.`status` = '0' [ RunTime:0.000569s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene_group_info` [ RunTime:0.035134s ]
[ sql ] [ SQL ] SELECT `e`.`groupId`,`doctorId`,d.name as doctorName,`faceImg`,`doctorLevelName`,`territory` FROM `d_epartmene_group_info` `e` LEFT JOIN `d_doctor` `d` ON `d`.`id`=`e`.`doctorId` WHERE  `e`.`hospitalId` = '1'  AND `e`.`epartmeneId` = '5'  AND `e`.`status` = '0' ORDER BY `type` [ RunTime:0.000681s ]
---------------------------------------------------------------
[2023-08-04T15:06:22+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/epartmeneInfo
[运行时间:0.224167s] [吞吐率:4.46req/s] [内存消耗:3,529.05kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '26',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
  'epartmeneId' => '5',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.008326s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene` [ RunTime:0.045611s ]
[ sql ] [ SQL ] SELECT * FROM `d_epartmene` WHERE  `id` = 5  AND `status` = 0 LIMIT 1 [ RunTime:0.000769s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.034456s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName`,`territory` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `epartmeneId` = 5  AND `status` = 0 ORDER BY `level`,`epartmeneId` LIMIT 4 [ RunTime:0.000665s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene_group` [ RunTime:0.032801s ]
[ sql ] [ SQL ] SELECT `e`.`id`,`e`.`name`,`e`.`epartmeneId`,ep.name as epartmeneName FROM `d_epartmene_group` `e` LEFT JOIN `d_epartmene` `ep` ON `ep`.`id`=`e`.`epartmeneId` WHERE  `e`.`hospitalId` = '1'  AND `e`.`epartmeneId` = '5'  AND `e`.`status` = '0' [ RunTime:0.000656s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene_group_info` [ RunTime:0.034129s ]
[ sql ] [ SQL ] SELECT `e`.`groupId`,`doctorId`,d.name as doctorName,`faceImg`,`doctorLevelName`,`territory` FROM `d_epartmene_group_info` `e` LEFT JOIN `d_doctor` `d` ON `d`.`id`=`e`.`doctorId` WHERE  `e`.`hospitalId` = '1'  AND `e`.`epartmeneId` = '5'  AND `e`.`status` = '0' ORDER BY `type` [ RunTime:0.002084s ]
---------------------------------------------------------------
[2023-08-04T15:06:44+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/doctorInfo
[运行时间:0.120018s] [吞吐率:8.33req/s] [内存消耗:3,512.91kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '10',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'doctorId' => '2',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.010736s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.056879s ]
[ sql ] [ SQL ] SELECT `faceImg`,`name`,`doctorLevelName`,`sprechstundeStart`,`sprechstundeEnd`,`introduce`,`territory`,`videoUrl` FROM `d_doctor` WHERE  `id` = 2  AND `status` = 0 LIMIT 1 [ RunTime:0.000697s ]
---------------------------------------------------------------
[2023-08-04T15:06:46+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/doctorInfo
[运行时间:0.104279s] [吞吐率:9.59req/s] [内存消耗:3,512.17kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '10',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'doctorId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.010712s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.042574s ]
[ sql ] [ SQL ] SELECT `faceImg`,`name`,`doctorLevelName`,`sprechstundeStart`,`sprechstundeEnd`,`introduce`,`territory`,`videoUrl` FROM `d_doctor` WHERE  `id` = 1  AND `status` = 0 LIMIT 1 [ RunTime:0.000657s ]
---------------------------------------------------------------
[2023-08-04T15:06:48+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/doctorInfo
[运行时间:0.110080s] [吞吐率:9.08req/s] [内存消耗:3,511.92kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '10',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'doctorId' => '3',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.008515s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.050083s ]
[ sql ] [ SQL ] SELECT `faceImg`,`name`,`doctorLevelName`,`sprechstundeStart`,`sprechstundeEnd`,`introduce`,`territory`,`videoUrl` FROM `d_doctor` WHERE  `id` = 3  AND `status` = 0 LIMIT 1 [ RunTime:0.000666s ]
---------------------------------------------------------------
[2023-08-04T15:06:50+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/doctorInfo
[运行时间:0.107901s] [吞吐率:9.27req/s] [内存消耗:3,511.92kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '10',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'doctorId' => '3',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.014860s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.041814s ]
[ sql ] [ SQL ] SELECT `faceImg`,`name`,`doctorLevelName`,`sprechstundeStart`,`sprechstundeEnd`,`introduce`,`territory`,`videoUrl` FROM `d_doctor` WHERE  `id` = 3  AND `status` = 0 LIMIT 1 [ RunTime:0.000661s ]
---------------------------------------------------------------
[2023-08-04T15:06:53+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/doctorInfo
[运行时间:0.098883s] [吞吐率:10.11req/s] [内存消耗:3,512.91kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '10',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'doctorId' => '2',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.005063s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.042534s ]
[ sql ] [ SQL ] SELECT `faceImg`,`name`,`doctorLevelName`,`sprechstundeStart`,`sprechstundeEnd`,`introduce`,`territory`,`videoUrl` FROM `d_doctor` WHERE  `id` = 2  AND `status` = 0 LIMIT 1 [ RunTime:0.000706s ]
---------------------------------------------------------------
[2023-08-04T15:17:43+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/hospitalDoctor
[运行时间:0.226978s] [吞吐率:4.41req/s] [内存消耗:3,532.46kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '12',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000865s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.046160s ]
[ sql ] [ SQL ] SELECT * FROM `d_hospital` WHERE  `id` = 1  AND `status` = 0 LIMIT 1 [ RunTime:0.000733s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.040940s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName`,`territory` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `status` = 0 ORDER BY `level`,`epartmeneId` LIMIT 4 [ RunTime:0.000690s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene_group` [ RunTime:0.033185s ]
[ sql ] [ SQL ] SELECT `e`.`id`,`e`.`name`,`e`.`epartmeneId`,ep.name as epartmeneName FROM `d_epartmene_group` `e` LEFT JOIN `d_epartmene` `ep` ON `ep`.`id`=`e`.`epartmeneId` WHERE  `e`.`hospitalId` = '1'  AND `e`.`status` = '0' [ RunTime:0.000626s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene_group_info` [ RunTime:0.037648s ]
[ sql ] [ SQL ] SELECT `e`.`groupId`,`doctorId`,d.name as doctorName,`faceImg`,`doctorLevelName`,`territory` FROM `d_epartmene_group_info` `e` LEFT JOIN `d_doctor` `d` ON `d`.`id`=`e`.`doctorId` WHERE  `e`.`hospitalId` = '1'  AND `e`.`status` = '0' ORDER BY `type` [ RunTime:0.000751s ]
---------------------------------------------------------------
[2023-08-04T15:46:10+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.105993s] [吞吐率:9.43req/s] [内存消耗:3,511.71kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '47',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'latitude' => '',
  'pagesize' => '20',
  'cityId' => '',
  'page' => '1',
  'longitude' => '',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.001039s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.044100s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,-1 as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.000964s ]
---------------------------------------------------------------
[2023-08-04T15:46:15+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/hospitalInfo
[运行时间:0.180628s] [吞吐率:5.54req/s] [内存消耗:3,518.80kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '12',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000787s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.042386s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,`presentation` FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`id` = '1'  AND `h`.`status` = '0' LIMIT 1 [ RunTime:0.000738s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital_img` [ RunTime:0.040878s ]
[ sql ] [ SQL ] SELECT `fileUrl` FROM `d_hospital_img` WHERE  `hospitalId` = 1  AND `status` = 0 [ RunTime:0.000848s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.039716s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `status` = 0 ORDER BY `level` LIMIT 4 [ RunTime:0.000709s ]
---------------------------------------------------------------
[2023-08-04T15:47:10+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.094822s] [吞吐率:10.55req/s] [内存消耗:3,511.71kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '47',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'latitude' => '',
  'pagesize' => '20',
  'cityId' => '',
  'page' => '1',
  'longitude' => '',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000789s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.041824s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,-1 as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.000721s ]
---------------------------------------------------------------
[2023-08-04T15:47:18+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/hospitalInfo
[运行时间:0.180799s] [吞吐率:5.53req/s] [内存消耗:3,518.80kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '12',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000775s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.040836s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,`presentation` FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`id` = '1'  AND `h`.`status` = '0' LIMIT 1 [ RunTime:0.000753s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital_img` [ RunTime:0.034041s ]
[ sql ] [ SQL ] SELECT `fileUrl` FROM `d_hospital_img` WHERE  `hospitalId` = 1  AND `status` = 0 [ RunTime:0.000530s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.036907s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `status` = 0 ORDER BY `level` LIMIT 4 [ RunTime:0.000682s ]
---------------------------------------------------------------
[2023-08-04T15:47:21+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/hospitalDoctor
[运行时间:0.213241s] [吞吐率:4.69req/s] [内存消耗:3,532.46kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '12',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000763s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.046517s ]
[ sql ] [ SQL ] SELECT * FROM `d_hospital` WHERE  `id` = 1  AND `status` = 0 LIMIT 1 [ RunTime:0.000692s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.038039s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName`,`territory` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `status` = 0 ORDER BY `level`,`epartmeneId` LIMIT 4 [ RunTime:0.000632s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene_group` [ RunTime:0.033443s ]
[ sql ] [ SQL ] SELECT `e`.`id`,`e`.`name`,`e`.`epartmeneId`,ep.name as epartmeneName FROM `d_epartmene_group` `e` LEFT JOIN `d_epartmene` `ep` ON `ep`.`id`=`e`.`epartmeneId` WHERE  `e`.`hospitalId` = '1'  AND `e`.`status` = '0' [ RunTime:0.000695s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene_group_info` [ RunTime:0.036181s ]
[ sql ] [ SQL ] SELECT `e`.`groupId`,`doctorId`,d.name as doctorName,`faceImg`,`doctorLevelName`,`territory` FROM `d_epartmene_group_info` `e` LEFT JOIN `d_doctor` `d` ON `d`.`id`=`e`.`doctorId` WHERE  `e`.`hospitalId` = '1'  AND `e`.`status` = '0' ORDER BY `type` [ RunTime:0.000704s ]
---------------------------------------------------------------
[2023-08-04T15:47:59+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.098187s] [吞吐率:10.18req/s] [内存消耗:3,511.71kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '47',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'latitude' => '',
  'pagesize' => '20',
  'cityId' => '',
  'page' => '1',
  'longitude' => '',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000742s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.042161s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,-1 as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.000762s ]
---------------------------------------------------------------
[2023-08-04T15:48:09+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/hospitalInfo
[运行时间:0.209779s] [吞吐率:4.77req/s] [内存消耗:3,518.80kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '12',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.007356s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.047000s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,`presentation` FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`id` = '1'  AND `h`.`status` = '0' LIMIT 1 [ RunTime:0.000773s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital_img` [ RunTime:0.042482s ]
[ sql ] [ SQL ] SELECT `fileUrl` FROM `d_hospital_img` WHERE  `hospitalId` = 1  AND `status` = 0 [ RunTime:0.005345s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.039333s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `status` = 0 ORDER BY `level` LIMIT 4 [ RunTime:0.000682s ]
---------------------------------------------------------------
[2023-08-04T15:48:12+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/hospitalDoctor
[运行时间:0.222033s] [吞吐率:4.50req/s] [内存消耗:3,532.46kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '12',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000775s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.048237s ]
[ sql ] [ SQL ] SELECT * FROM `d_hospital` WHERE  `id` = 1  AND `status` = 0 LIMIT 1 [ RunTime:0.000829s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.035098s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName`,`territory` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `status` = 0 ORDER BY `level`,`epartmeneId` LIMIT 4 [ RunTime:0.000681s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene_group` [ RunTime:0.033079s ]
[ sql ] [ SQL ] SELECT `e`.`id`,`e`.`name`,`e`.`epartmeneId`,ep.name as epartmeneName FROM `d_epartmene_group` `e` LEFT JOIN `d_epartmene` `ep` ON `ep`.`id`=`e`.`epartmeneId` WHERE  `e`.`hospitalId` = '1'  AND `e`.`status` = '0' [ RunTime:0.000605s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene_group_info` [ RunTime:0.045744s ]
[ sql ] [ SQL ] SELECT `e`.`groupId`,`doctorId`,d.name as doctorName,`faceImg`,`doctorLevelName`,`territory` FROM `d_epartmene_group_info` `e` LEFT JOIN `d_doctor` `d` ON `d`.`id`=`e`.`doctorId` WHERE  `e`.`hospitalId` = '1'  AND `e`.`status` = '0' ORDER BY `type` [ RunTime:0.000723s ]
---------------------------------------------------------------
[2023-08-04T15:49:26+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.100927s] [吞吐率:9.91req/s] [内存消耗:3,511.71kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '47',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'latitude' => '',
  'pagesize' => '20',
  'cityId' => '',
  'page' => '1',
  'longitude' => '',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.001526s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.043317s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,-1 as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.000769s ]
---------------------------------------------------------------
[2023-08-04T15:50:00+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.119965s] [吞吐率:8.34req/s] [内存消耗:3,511.71kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '47',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'latitude' => '',
  'pagesize' => '20',
  'cityId' => '',
  'page' => '1',
  'longitude' => '',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000775s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.057611s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,-1 as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.001514s ]
---------------------------------------------------------------
[2023-08-04T15:50:03+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/hospitalInfo
[运行时间:0.196256s] [吞吐率:5.10req/s] [内存消耗:3,518.80kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '12',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.012826s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.044801s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,`presentation` FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`id` = '1'  AND `h`.`status` = '0' LIMIT 1 [ RunTime:0.000948s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital_img` [ RunTime:0.043253s ]
[ sql ] [ SQL ] SELECT `fileUrl` FROM `d_hospital_img` WHERE  `hospitalId` = 1  AND `status` = 0 [ RunTime:0.000587s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.035242s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `status` = 0 ORDER BY `level` LIMIT 4 [ RunTime:0.000724s ]
---------------------------------------------------------------
[2023-08-04T15:50:04+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/hospitalDoctor
[运行时间:0.241286s] [吞吐率:4.14req/s] [内存消耗:3,532.46kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '12',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.013553s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.045790s ]
[ sql ] [ SQL ] SELECT * FROM `d_hospital` WHERE  `id` = 1  AND `status` = 0 LIMIT 1 [ RunTime:0.000754s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.042569s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName`,`territory` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `status` = 0 ORDER BY `level`,`epartmeneId` LIMIT 4 [ RunTime:0.000765s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene_group` [ RunTime:0.040399s ]
[ sql ] [ SQL ] SELECT `e`.`id`,`e`.`name`,`e`.`epartmeneId`,ep.name as epartmeneName FROM `d_epartmene_group` `e` LEFT JOIN `d_epartmene` `ep` ON `ep`.`id`=`e`.`epartmeneId` WHERE  `e`.`hospitalId` = '1'  AND `e`.`status` = '0' [ RunTime:0.000644s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene_group_info` [ RunTime:0.036771s ]
[ sql ] [ SQL ] SELECT `e`.`groupId`,`doctorId`,d.name as doctorName,`faceImg`,`doctorLevelName`,`territory` FROM `d_epartmene_group_info` `e` LEFT JOIN `d_doctor` `d` ON `d`.`id`=`e`.`doctorId` WHERE  `e`.`hospitalId` = '1'  AND `e`.`status` = '0' ORDER BY `type` [ RunTime:0.000719s ]
---------------------------------------------------------------
[2023-08-04T15:52:27+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.109691s] [吞吐率:9.12req/s] [内存消耗:3,511.71kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '47',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'latitude' => '',
  'pagesize' => '20',
  'cityId' => '',
  'page' => '1',
  'longitude' => '',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000990s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.047261s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,-1 as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.000918s ]
---------------------------------------------------------------
[2023-08-04T15:52:28+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/hospitalInfo
[运行时间:0.185445s] [吞吐率:5.39req/s] [内存消耗:3,518.80kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '12',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000804s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.047352s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,`presentation` FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`id` = '1'  AND `h`.`status` = '0' LIMIT 1 [ RunTime:0.001011s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital_img` [ RunTime:0.040072s ]
[ sql ] [ SQL ] SELECT `fileUrl` FROM `d_hospital_img` WHERE  `hospitalId` = 1  AND `status` = 0 [ RunTime:0.000589s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.038388s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `status` = 0 ORDER BY `level` LIMIT 4 [ RunTime:0.000678s ]
---------------------------------------------------------------
[2023-08-04T15:52:28+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/hospitalInfo
[运行时间:0.165210s] [吞吐率:6.05req/s] [内存消耗:3,518.80kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '12',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.015849s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.028282s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,`presentation` FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`id` = '1'  AND `h`.`status` = '0' LIMIT 1 [ RunTime:0.000743s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital_img` [ RunTime:0.029565s ]
[ sql ] [ SQL ] SELECT `fileUrl` FROM `d_hospital_img` WHERE  `hospitalId` = 1  AND `status` = 0 [ RunTime:0.000543s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.030384s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `status` = 0 ORDER BY `level` LIMIT 4 [ RunTime:0.000676s ]
---------------------------------------------------------------
[2023-08-04T15:52:30+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/doctorInfo
[运行时间:0.105246s] [吞吐率:9.50req/s] [内存消耗:3,512.91kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '10',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'doctorId' => '2',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000802s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.052101s ]
[ sql ] [ SQL ] SELECT `faceImg`,`name`,`doctorLevelName`,`sprechstundeStart`,`sprechstundeEnd`,`introduce`,`territory`,`videoUrl` FROM `d_doctor` WHERE  `id` = 2  AND `status` = 0 LIMIT 1 [ RunTime:0.000768s ]
---------------------------------------------------------------
[2023-08-04T15:52:32+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/hospitalDoctor
[运行时间:0.239327s] [吞吐率:4.18req/s] [内存消耗:3,532.46kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '12',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000952s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.051215s ]
[ sql ] [ SQL ] SELECT * FROM `d_hospital` WHERE  `id` = 1  AND `status` = 0 LIMIT 1 [ RunTime:0.000738s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.042177s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName`,`territory` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `status` = 0 ORDER BY `level`,`epartmeneId` LIMIT 4 [ RunTime:0.000718s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene_group` [ RunTime:0.043006s ]
[ sql ] [ SQL ] SELECT `e`.`id`,`e`.`name`,`e`.`epartmeneId`,ep.name as epartmeneName FROM `d_epartmene_group` `e` LEFT JOIN `d_epartmene` `ep` ON `ep`.`id`=`e`.`epartmeneId` WHERE  `e`.`hospitalId` = '1'  AND `e`.`status` = '0' [ RunTime:0.000661s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene_group_info` [ RunTime:0.042209s ]
[ sql ] [ SQL ] SELECT `e`.`groupId`,`doctorId`,d.name as doctorName,`faceImg`,`doctorLevelName`,`territory` FROM `d_epartmene_group_info` `e` LEFT JOIN `d_doctor` `d` ON `d`.`id`=`e`.`doctorId` WHERE  `e`.`hospitalId` = '1'  AND `e`.`status` = '0' ORDER BY `type` [ RunTime:0.000740s ]
---------------------------------------------------------------
[2023-08-04T15:54:04+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.099307s] [吞吐率:10.07req/s] [内存消耗:3,511.71kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '47',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'latitude' => '',
  'pagesize' => '20',
  'cityId' => '',
  'page' => '1',
  'longitude' => '',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000795s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.044839s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,-1 as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.000762s ]
---------------------------------------------------------------
[2023-08-04T15:54:06+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/hospitalInfo
[运行时间:0.180848s] [吞吐率:5.53req/s] [内存消耗:3,518.80kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '12',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000775s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.043834s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,`presentation` FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`id` = '1'  AND `h`.`status` = '0' LIMIT 1 [ RunTime:0.000759s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital_img` [ RunTime:0.037286s ]
[ sql ] [ SQL ] SELECT `fileUrl` FROM `d_hospital_img` WHERE  `hospitalId` = 1  AND `status` = 0 [ RunTime:0.000544s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.039344s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `status` = 0 ORDER BY `level` LIMIT 4 [ RunTime:0.000694s ]
---------------------------------------------------------------
[2023-08-04T15:54:08+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/hospitalDoctor
[运行时间:0.252716s] [吞吐率:3.96req/s] [内存消耗:3,532.46kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '12',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.012564s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.050065s ]
[ sql ] [ SQL ] SELECT * FROM `d_hospital` WHERE  `id` = 1  AND `status` = 0 LIMIT 1 [ RunTime:0.000765s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.045339s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName`,`territory` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `status` = 0 ORDER BY `level`,`epartmeneId` LIMIT 4 [ RunTime:0.000767s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene_group` [ RunTime:0.043450s ]
[ sql ] [ SQL ] SELECT `e`.`id`,`e`.`name`,`e`.`epartmeneId`,ep.name as epartmeneName FROM `d_epartmene_group` `e` LEFT JOIN `d_epartmene` `ep` ON `ep`.`id`=`e`.`epartmeneId` WHERE  `e`.`hospitalId` = '1'  AND `e`.`status` = '0' [ RunTime:0.000727s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene_group_info` [ RunTime:0.041147s ]
[ sql ] [ SQL ] SELECT `e`.`groupId`,`doctorId`,d.name as doctorName,`faceImg`,`doctorLevelName`,`territory` FROM `d_epartmene_group_info` `e` LEFT JOIN `d_doctor` `d` ON `d`.`id`=`e`.`doctorId` WHERE  `e`.`hospitalId` = '1'  AND `e`.`status` = '0' ORDER BY `type` [ RunTime:0.000814s ]
---------------------------------------------------------------
[2023-08-04T15:54:20+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/doctorInfo
[运行时间:0.100662s] [吞吐率:9.93req/s] [内存消耗:3,512.91kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '10',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'doctorId' => '2',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000811s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.047785s ]
[ sql ] [ SQL ] SELECT `faceImg`,`name`,`doctorLevelName`,`sprechstundeStart`,`sprechstundeEnd`,`introduce`,`territory`,`videoUrl` FROM `d_doctor` WHERE  `id` = 2  AND `status` = 0 LIMIT 1 [ RunTime:0.000692s ]
---------------------------------------------------------------
[2023-08-04T15:54:21+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/doctorInfo
[运行时间:0.100674s] [吞吐率:9.93req/s] [内存消耗:3,512.17kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '10',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'doctorId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000790s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.047330s ]
[ sql ] [ SQL ] SELECT `faceImg`,`name`,`doctorLevelName`,`sprechstundeStart`,`sprechstundeEnd`,`introduce`,`territory`,`videoUrl` FROM `d_doctor` WHERE  `id` = 1  AND `status` = 0 LIMIT 1 [ RunTime:0.000700s ]
---------------------------------------------------------------
[2023-08-04T15:54:22+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/doctorInfo
[运行时间:0.110092s] [吞吐率:9.08req/s] [内存消耗:3,512.91kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '10',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'doctorId' => '2',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000773s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.051886s ]
[ sql ] [ SQL ] SELECT `faceImg`,`name`,`doctorLevelName`,`sprechstundeStart`,`sprechstundeEnd`,`introduce`,`territory`,`videoUrl` FROM `d_doctor` WHERE  `id` = 2  AND `status` = 0 LIMIT 1 [ RunTime:0.005768s ]
---------------------------------------------------------------
[2023-08-04T15:54:24+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/doctorInfo
[运行时间:0.109937s] [吞吐率:9.10req/s] [内存消耗:3,511.92kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '10',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'doctorId' => '3',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000757s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.048291s ]
[ sql ] [ SQL ] SELECT `faceImg`,`name`,`doctorLevelName`,`sprechstundeStart`,`sprechstundeEnd`,`introduce`,`territory`,`videoUrl` FROM `d_doctor` WHERE  `id` = 3  AND `status` = 0 LIMIT 1 [ RunTime:0.000684s ]
---------------------------------------------------------------
[2023-08-04T15:55:07+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.111731s] [吞吐率:8.95req/s] [内存消耗:3,511.71kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '47',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'latitude' => '',
  'pagesize' => '20',
  'cityId' => '',
  'page' => '1',
  'longitude' => '',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000769s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.049152s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,-1 as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.000817s ]
---------------------------------------------------------------
[2023-08-04T15:55:17+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/hospitalInfo
[运行时间:0.203668s] [吞吐率:4.91req/s] [内存消耗:3,518.80kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '12',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.005555s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.047907s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,`presentation` FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`id` = '1'  AND `h`.`status` = '0' LIMIT 1 [ RunTime:0.000771s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital_img` [ RunTime:0.040550s ]
[ sql ] [ SQL ] SELECT `fileUrl` FROM `d_hospital_img` WHERE  `hospitalId` = 1  AND `status` = 0 [ RunTime:0.000579s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.043599s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `status` = 0 ORDER BY `level` LIMIT 4 [ RunTime:0.000693s ]
---------------------------------------------------------------
[2023-08-04T15:55:24+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/hospitalDoctor
[运行时间:0.247611s] [吞吐率:4.04req/s] [内存消耗:3,532.46kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '12',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000826s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.050419s ]
[ sql ] [ SQL ] SELECT * FROM `d_hospital` WHERE  `id` = 1  AND `status` = 0 LIMIT 1 [ RunTime:0.000722s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.042551s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName`,`territory` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `status` = 0 ORDER BY `level`,`epartmeneId` LIMIT 4 [ RunTime:0.000709s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene_group` [ RunTime:0.039651s ]
[ sql ] [ SQL ] SELECT `e`.`id`,`e`.`name`,`e`.`epartmeneId`,ep.name as epartmeneName FROM `d_epartmene_group` `e` LEFT JOIN `d_epartmene` `ep` ON `ep`.`id`=`e`.`epartmeneId` WHERE  `e`.`hospitalId` = '1'  AND `e`.`status` = '0' [ RunTime:0.000649s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene_group_info` [ RunTime:0.054078s ]
[ sql ] [ SQL ] SELECT `e`.`groupId`,`doctorId`,d.name as doctorName,`faceImg`,`doctorLevelName`,`territory` FROM `d_epartmene_group_info` `e` LEFT JOIN `d_doctor` `d` ON `d`.`id`=`e`.`doctorId` WHERE  `e`.`hospitalId` = '1'  AND `e`.`status` = '0' ORDER BY `type` [ RunTime:0.000749s ]
---------------------------------------------------------------
[2023-08-04T15:55:25+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/hospitalDoctor
[运行时间:0.234489s] [吞吐率:4.26req/s] [内存消耗:3,532.46kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '12',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000825s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.048747s ]
[ sql ] [ SQL ] SELECT * FROM `d_hospital` WHERE  `id` = 1  AND `status` = 0 LIMIT 1 [ RunTime:0.000733s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.040669s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName`,`territory` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `status` = 0 ORDER BY `level`,`epartmeneId` LIMIT 4 [ RunTime:0.000722s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene_group` [ RunTime:0.041039s ]
[ sql ] [ SQL ] SELECT `e`.`id`,`e`.`name`,`e`.`epartmeneId`,ep.name as epartmeneName FROM `d_epartmene_group` `e` LEFT JOIN `d_epartmene` `ep` ON `ep`.`id`=`e`.`epartmeneId` WHERE  `e`.`hospitalId` = '1'  AND `e`.`status` = '0' [ RunTime:0.000645s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene_group_info` [ RunTime:0.043860s ]
[ sql ] [ SQL ] SELECT `e`.`groupId`,`doctorId`,d.name as doctorName,`faceImg`,`doctorLevelName`,`territory` FROM `d_epartmene_group_info` `e` LEFT JOIN `d_doctor` `d` ON `d`.`id`=`e`.`doctorId` WHERE  `e`.`hospitalId` = '1'  AND `e`.`status` = '0' ORDER BY `type` [ RunTime:0.000758s ]
---------------------------------------------------------------
[2023-08-04T15:55:27+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/hospitalDoctor
[运行时间:0.227686s] [吞吐率:4.39req/s] [内存消耗:3,532.46kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '12',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000816s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.047012s ]
[ sql ] [ SQL ] SELECT * FROM `d_hospital` WHERE  `id` = 1  AND `status` = 0 LIMIT 1 [ RunTime:0.000733s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.039763s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName`,`territory` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `status` = 0 ORDER BY `level`,`epartmeneId` LIMIT 4 [ RunTime:0.000738s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene_group` [ RunTime:0.043623s ]
[ sql ] [ SQL ] SELECT `e`.`id`,`e`.`name`,`e`.`epartmeneId`,ep.name as epartmeneName FROM `d_epartmene_group` `e` LEFT JOIN `d_epartmene` `ep` ON `ep`.`id`=`e`.`epartmeneId` WHERE  `e`.`hospitalId` = '1'  AND `e`.`status` = '0' [ RunTime:0.000660s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene_group_info` [ RunTime:0.037299s ]
[ sql ] [ SQL ] SELECT `e`.`groupId`,`doctorId`,d.name as doctorName,`faceImg`,`doctorLevelName`,`territory` FROM `d_epartmene_group_info` `e` LEFT JOIN `d_doctor` `d` ON `d`.`id`=`e`.`doctorId` WHERE  `e`.`hospitalId` = '1'  AND `e`.`status` = '0' ORDER BY `type` [ RunTime:0.000781s ]
---------------------------------------------------------------
[2023-08-04T15:55:29+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/hospitalDoctor
[运行时间:0.228451s] [吞吐率:4.38req/s] [内存消耗:3,532.46kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '12',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000804s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.048273s ]
[ sql ] [ SQL ] SELECT * FROM `d_hospital` WHERE  `id` = 1  AND `status` = 0 LIMIT 1 [ RunTime:0.000866s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.041096s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName`,`territory` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `status` = 0 ORDER BY `level`,`epartmeneId` LIMIT 4 [ RunTime:0.000776s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene_group` [ RunTime:0.039800s ]
[ sql ] [ SQL ] SELECT `e`.`id`,`e`.`name`,`e`.`epartmeneId`,ep.name as epartmeneName FROM `d_epartmene_group` `e` LEFT JOIN `d_epartmene` `ep` ON `ep`.`id`=`e`.`epartmeneId` WHERE  `e`.`hospitalId` = '1'  AND `e`.`status` = '0' [ RunTime:0.000699s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene_group_info` [ RunTime:0.038864s ]
[ sql ] [ SQL ] SELECT `e`.`groupId`,`doctorId`,d.name as doctorName,`faceImg`,`doctorLevelName`,`territory` FROM `d_epartmene_group_info` `e` LEFT JOIN `d_doctor` `d` ON `d`.`id`=`e`.`doctorId` WHERE  `e`.`hospitalId` = '1'  AND `e`.`status` = '0' ORDER BY `type` [ RunTime:0.000827s ]
---------------------------------------------------------------
[2023-08-04T15:55:30+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/hospitalDoctor
[运行时间:0.225534s] [吞吐率:4.43req/s] [内存消耗:3,532.46kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '12',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000782s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.047922s ]
[ sql ] [ SQL ] SELECT * FROM `d_hospital` WHERE  `id` = 1  AND `status` = 0 LIMIT 1 [ RunTime:0.000752s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.038799s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName`,`territory` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `status` = 0 ORDER BY `level`,`epartmeneId` LIMIT 4 [ RunTime:0.000707s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene_group` [ RunTime:0.040578s ]
[ sql ] [ SQL ] SELECT `e`.`id`,`e`.`name`,`e`.`epartmeneId`,ep.name as epartmeneName FROM `d_epartmene_group` `e` LEFT JOIN `d_epartmene` `ep` ON `ep`.`id`=`e`.`epartmeneId` WHERE  `e`.`hospitalId` = '1'  AND `e`.`status` = '0' [ RunTime:0.000656s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene_group_info` [ RunTime:0.038260s ]
[ sql ] [ SQL ] SELECT `e`.`groupId`,`doctorId`,d.name as doctorName,`faceImg`,`doctorLevelName`,`territory` FROM `d_epartmene_group_info` `e` LEFT JOIN `d_doctor` `d` ON `d`.`id`=`e`.`doctorId` WHERE  `e`.`hospitalId` = '1'  AND `e`.`status` = '0' ORDER BY `type` [ RunTime:0.000733s ]
---------------------------------------------------------------
[2023-08-04T15:57:14+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/hospitalInfo
[运行时间:0.191619s] [吞吐率:5.22req/s] [内存消耗:3,518.80kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '12',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000791s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.048300s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,`presentation` FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`id` = '1'  AND `h`.`status` = '0' LIMIT 1 [ RunTime:0.000788s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital_img` [ RunTime:0.038907s ]
[ sql ] [ SQL ] SELECT `fileUrl` FROM `d_hospital_img` WHERE  `hospitalId` = 1  AND `status` = 0 [ RunTime:0.000571s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.037711s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `status` = 0 ORDER BY `level` LIMIT 4 [ RunTime:0.000679s ]
---------------------------------------------------------------
[2023-08-04T15:57:16+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/hospitalEpartmene
[运行时间:0.099957s] [吞吐率:10.00req/s] [内存消耗:3,505.47kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '12',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000804s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene` [ RunTime:0.047767s ]
[ sql ] [ SQL ] SELECT `id`,`name` FROM `d_epartmene` WHERE  `type` = 1  AND `status` = 0 OR `hospitalId` = 1 ORDER BY `nameInitial` [ RunTime:0.000753s ]
---------------------------------------------------------------
[2023-08-04T15:57:18+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/doctorInfo
[运行时间:0.102556s] [吞吐率:9.75req/s] [内存消耗:3,512.17kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '10',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'doctorId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000795s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.048771s ]
[ sql ] [ SQL ] SELECT `faceImg`,`name`,`doctorLevelName`,`sprechstundeStart`,`sprechstundeEnd`,`introduce`,`territory`,`videoUrl` FROM `d_doctor` WHERE  `id` = 1  AND `status` = 0 LIMIT 1 [ RunTime:0.000673s ]
---------------------------------------------------------------
[2023-08-04T15:57:20+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/hospitalDoctor
[运行时间:0.243312s] [吞吐率:4.11req/s] [内存消耗:3,532.46kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '12',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000807s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.048547s ]
[ sql ] [ SQL ] SELECT * FROM `d_hospital` WHERE  `id` = 1  AND `status` = 0 LIMIT 1 [ RunTime:0.001019s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.046040s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName`,`territory` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `status` = 0 ORDER BY `level`,`epartmeneId` LIMIT 4 [ RunTime:0.000741s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene_group` [ RunTime:0.044807s ]
[ sql ] [ SQL ] SELECT `e`.`id`,`e`.`name`,`e`.`epartmeneId`,ep.name as epartmeneName FROM `d_epartmene_group` `e` LEFT JOIN `d_epartmene` `ep` ON `ep`.`id`=`e`.`epartmeneId` WHERE  `e`.`hospitalId` = '1'  AND `e`.`status` = '0' [ RunTime:0.000709s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene_group_info` [ RunTime:0.043609s ]
[ sql ] [ SQL ] SELECT `e`.`groupId`,`doctorId`,d.name as doctorName,`faceImg`,`doctorLevelName`,`territory` FROM `d_epartmene_group_info` `e` LEFT JOIN `d_doctor` `d` ON `d`.`id`=`e`.`doctorId` WHERE  `e`.`hospitalId` = '1'  AND `e`.`status` = '0' ORDER BY `type` [ RunTime:0.000814s ]
---------------------------------------------------------------
[2023-08-04T16:04:59+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.103804s] [吞吐率:9.63req/s] [内存消耗:3,512.19kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '53',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'cityId' => '',
  'latitude' => '',
  'longitude' => '',
  'page' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000882s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.041808s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,-1 as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.000786s ]
---------------------------------------------------------------
[2023-08-04T16:10:00+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.104406s] [吞吐率:9.58req/s] [内存消耗:3,512.19kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '53',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'cityId' => '',
  'latitude' => '',
  'longitude' => '',
  'page' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000865s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.042127s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,-1 as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.000829s ]
---------------------------------------------------------------
[2023-08-04T16:10:00+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/cityInfo
[运行时间:0.097412s] [吞吐率:10.27req/s] [内存消耗:3,505.42kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '2',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000853s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_city` [ RunTime:0.039940s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`cityInitial` FROM `d_city` WHERE  `status` = 0 ORDER BY `cityInitial` [ RunTime:0.000604s ]
---------------------------------------------------------------
[2023-08-04T16:15:59+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/fuzzySearch
[运行时间:0.111691s] [吞吐率:8.95req/s] [内存消耗:3,513.02kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'user-agent' => 'PostmanRuntime/7.32.3',
  'accept' => '*/*',
  'postman-token' => '83d29eb6-c486-4f07-9a25-fe6f665c9db5',
  'host' => '101.132.37.87:83',
  'accept-encoding' => 'gzip, deflate, br',
  'connection' => 'keep-alive',
  'content-type' => 'multipart/form-data; boundary=--------------------------363062463004798493168229',
  'content-length' => '481',
)
[ info ] [ PARAM ] array (
  'type' => '1',
  'name' => '测试',
  'page' => '1',
  'pageSize' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.003788s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.043531s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,1 as type FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`name` LIKE '%测试%'  AND `h`.`status` = '0' LIMIT 0,20 [ RunTime:0.000749s ]
---------------------------------------------------------------
[2023-08-04T16:16:04+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/fuzzySearch
[运行时间:0.096401s] [吞吐率:10.37req/s] [内存消耗:3,506.41kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'user-agent' => 'PostmanRuntime/7.32.3',
  'accept' => '*/*',
  'postman-token' => '3d566999-0024-4570-a74d-aa0ec71ee9ba',
  'host' => '101.132.37.87:83',
  'accept-encoding' => 'gzip, deflate, br',
  'connection' => 'keep-alive',
  'content-type' => 'multipart/form-data; boundary=--------------------------925648172358636103326709',
  'content-length' => '481',
)
[ info ] [ PARAM ] array (
  'type' => '2',
  'name' => '测试',
  'page' => '1',
  'pageSize' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.005283s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene` [ RunTime:0.039535s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`introduce`,2 as type FROM `d_epartmene` WHERE  `name` LIKE '%测试%'  AND `status` = 0 LIMIT 0,20 [ RunTime:0.000641s ]
---------------------------------------------------------------
[2023-08-04T16:16:07+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/fuzzySearch
[运行时间:0.103571s] [吞吐率:9.66req/s] [内存消耗:3,515.77kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'user-agent' => 'PostmanRuntime/7.32.3',
  'accept' => '*/*',
  'postman-token' => '991f70f7-0926-46c3-85dc-9e829d6a006f',
  'host' => '101.132.37.87:83',
  'accept-encoding' => 'gzip, deflate, br',
  'connection' => 'keep-alive',
  'content-type' => 'multipart/form-data; boundary=--------------------------012522183811209927809681',
  'content-length' => '481',
)
[ info ] [ PARAM ] array (
  'type' => '3',
  'name' => '测试',
  'page' => '1',
  'pageSize' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.009326s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.041430s ]
[ sql ] [ SQL ] SELECT `d`.`id`,`faceImg`,`d`.`name`,`introduce`,3 as type,h.name as hospitalName,`doctorLevelName` FROM `d_doctor` `d` LEFT JOIN `d_hospital` `h` ON `h`.`id`=`d`.`hospitalId` WHERE  `d`.`name` LIKE '%测试%'  AND `d`.`status` = '0' ORDER BY `level` ASC LIMIT 0,20 [ RunTime:0.000838s ]
---------------------------------------------------------------
[2023-08-04T16:16:38+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.105864s] [吞吐率:9.45req/s] [内存消耗:3,510.79kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '53',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'cityId' => '',
  'latitude' => '',
  'longitude' => '',
  'page' => '2',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.008471s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.044279s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,-1 as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`status` = '0' ORDER BY `distance` LIMIT 20,20 [ RunTime:0.000744s ]
---------------------------------------------------------------
[2023-08-04T16:20:58+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/fuzzySearch
[运行时间:0.120292s] [吞吐率:8.31req/s] [内存消耗:3,513.02kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'user-agent' => 'PostmanRuntime/7.32.3',
  'accept' => '*/*',
  'postman-token' => '771c05b9-96e8-4897-bb5e-1432fc863d3b',
  'host' => '101.132.37.87:83',
  'accept-encoding' => 'gzip, deflate, br',
  'connection' => 'keep-alive',
  'content-type' => 'multipart/form-data; boundary=--------------------------434036947595425354104070',
  'content-length' => '481',
)
[ info ] [ PARAM ] array (
  'type' => '1',
  'name' => '测试',
  'page' => '1',
  'pageSize' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.009682s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.048786s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,1 as type FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`name` LIKE '%测试%'  AND `h`.`status` = '0' LIMIT 0,20 [ RunTime:0.000796s ]
---------------------------------------------------------------
[2023-08-04T16:20:58+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/cityInfo
[运行时间:0.110270s] [吞吐率:9.07req/s] [内存消耗:3,505.42kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '2',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000791s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_city` [ RunTime:0.037623s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`cityInitial` FROM `d_city` WHERE  `status` = 0 ORDER BY `cityInitial` [ RunTime:0.000704s ]
---------------------------------------------------------------
[2023-08-04T16:24:00+08:00] 221.2.155.199 GET 101.132.37.87:83/favicon.ico
[运行时间:0.218456s] [吞吐率:4.58req/s] [内存消耗:1,616.34kb] [文件加载:50]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
---------------------------------------------------------------
[2023-08-04T16:24:27+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.119032s] [吞吐率:8.40req/s] [内存消耗:3,512.19kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '53',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'cityId' => '',
  'latitude' => '',
  'longitude' => '',
  'page' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.010573s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.052351s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,-1 as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.000765s ]
---------------------------------------------------------------
[2023-08-04T16:24:30+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/fuzzySearch
[运行时间:0.112727s] [吞吐率:8.87req/s] [内存消耗:3,506.41kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'user-agent' => 'PostmanRuntime/7.32.3',
  'accept' => '*/*',
  'postman-token' => '22553973-275b-4feb-82a9-b412dfa7b23a',
  'host' => '101.132.37.87:83',
  'accept-encoding' => 'gzip, deflate, br',
  'connection' => 'keep-alive',
  'content-type' => 'multipart/form-data; boundary=--------------------------108943501258311500927951',
  'content-length' => '481',
)
[ info ] [ PARAM ] array (
  'type' => '2',
  'name' => '测试',
  'page' => '1',
  'pageSize' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000782s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene` [ RunTime:0.049653s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`introduce`,2 as type FROM `d_epartmene` WHERE  `name` LIKE '%测试%'  AND `status` = 0 LIMIT 0,20 [ RunTime:0.000690s ]
---------------------------------------------------------------
[2023-08-04T16:24:31+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/cityInfo
[运行时间:0.107772s] [吞吐率:9.28req/s] [内存消耗:3,505.42kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '2',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.015590s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_city` [ RunTime:0.037693s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`cityInitial` FROM `d_city` WHERE  `status` = 0 ORDER BY `cityInitial` [ RunTime:0.000711s ]
---------------------------------------------------------------
[2023-08-04T16:25:39+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.101604s] [吞吐率:9.84req/s] [内存消耗:3,512.19kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '53',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'cityId' => '',
  'latitude' => '',
  'longitude' => '',
  'page' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000803s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.047703s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,-1 as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.000758s ]
---------------------------------------------------------------
[2023-08-04T16:25:40+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/cityInfo
[运行时间:0.112980s] [吞吐率:8.85req/s] [内存消耗:3,505.42kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '2',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.014517s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_city` [ RunTime:0.046865s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`cityInitial` FROM `d_city` WHERE  `status` = 0 ORDER BY `cityInitial` [ RunTime:0.000661s ]
---------------------------------------------------------------
[2023-08-04T16:26:27+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.104219s] [吞吐率:9.60req/s] [内存消耗:3,512.19kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '53',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'cityId' => '',
  'latitude' => '',
  'longitude' => '',
  'page' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000804s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.049929s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,-1 as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.000772s ]
---------------------------------------------------------------
[2023-08-04T16:26:50+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/cityInfo
[运行时间:0.110618s] [吞吐率:9.04req/s] [内存消耗:3,505.42kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '2',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.001140s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_city` [ RunTime:0.049488s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`cityInitial` FROM `d_city` WHERE  `status` = 0 ORDER BY `cityInitial` [ RunTime:0.000702s ]
---------------------------------------------------------------
[2023-08-04T16:27:02+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/cityInfo
[运行时间:0.109515s] [吞吐率:9.13req/s] [内存消耗:3,505.42kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '2',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000833s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_city` [ RunTime:0.051249s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`cityInitial` FROM `d_city` WHERE  `status` = 0 ORDER BY `cityInitial` [ RunTime:0.000668s ]
---------------------------------------------------------------
[2023-08-04T16:27:24+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/fuzzySearch
[运行时间:0.109220s] [吞吐率:9.16req/s] [内存消耗:3,505.62kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'user-agent' => 'PostmanRuntime/7.32.3',
  'accept' => '*/*',
  'postman-token' => 'fa2b1dac-02d3-4360-8889-2ac5a641dad6',
  'host' => '101.132.37.87:83',
  'accept-encoding' => 'gzip, deflate, br',
  'connection' => 'keep-alive',
  'content-type' => 'multipart/form-data; boundary=--------------------------112930306420781764497714',
  'content-length' => '481',
)
[ info ] [ PARAM ] array (
  'type' => '2',
  'name' => '测试',
  'page' => '2',
  'pageSize' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000783s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene` [ RunTime:0.046639s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`introduce`,2 as type FROM `d_epartmene` WHERE  `name` LIKE '%测试%'  AND `status` = 0 LIMIT 20,20 [ RunTime:0.000676s ]
---------------------------------------------------------------
[2023-08-04T16:28:08+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.105303s] [吞吐率:9.50req/s] [内存消耗:3,512.19kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '53',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'cityId' => '',
  'latitude' => '',
  'longitude' => '',
  'page' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.002490s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.049560s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,-1 as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.000766s ]
---------------------------------------------------------------
[2023-08-04T16:28:12+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/cityInfo
[运行时间:0.113940s] [吞吐率:8.78req/s] [内存消耗:3,505.42kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '2',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.013333s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_city` [ RunTime:0.048355s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`cityInitial` FROM `d_city` WHERE  `status` = 0 ORDER BY `cityInitial` [ RunTime:0.000697s ]
---------------------------------------------------------------
[2023-08-04T16:29:46+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/cityInfo
[运行时间:0.115967s] [吞吐率:8.62req/s] [内存消耗:3,505.42kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '2',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000815s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_city` [ RunTime:0.052408s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`cityInitial` FROM `d_city` WHERE  `status` = 0 ORDER BY `cityInitial` [ RunTime:0.000653s ]
---------------------------------------------------------------
[2023-08-04T16:32:53+08:00] 112.1.58.100 POST 101.132.37.87:83/api/MyCentre/centreInfo
[运行时间:0.122727s] [吞吐率:8.15req/s] [内存消耗:3,482.08kb] [文件加载:66]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '46',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'token' => '4|28c8a5545712781951881f96257281cd',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.014717s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user` [ RunTime:0.044427s ]
[ sql ] [ SQL ] SELECT `id`,`type` FROM `d_user` WHERE  `token` = '4|28c8a5545712781951881f96257281cd'  AND `status` = 0 LIMIT 1 [ RunTime:0.000617s ]
[ sql ] [ SQL ] SELECT `name`,`faceImg`,`isVip`,`type`,`vipDate`,`phone` FROM `d_user` WHERE  `id` = 4 LIMIT 1 [ RunTime:0.001154s ]
---------------------------------------------------------------
[2023-08-04T16:32:54+08:00] 112.1.58.100 POST 101.132.37.87:83/api/UserCase/UserCaseList
[运行时间:0.140439s] [吞吐率:7.12req/s] [内存消耗:3,485.16kb] [文件加载:66]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '46',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'token' => '4|28c8a5545712781951881f96257281cd',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.003964s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user` [ RunTime:0.045337s ]
[ sql ] [ SQL ] SELECT `id`,`type` FROM `d_user` WHERE  `token` = '4|28c8a5545712781951881f96257281cd'  AND `status` = 0 LIMIT 1 [ RunTime:0.000858s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user_case` [ RunTime:0.035267s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`userName`,`age`,`condition` FROM `d_user_case` WHERE  `userId` = 4  AND `status` = 0 ORDER BY `id` DESC [ RunTime:0.000628s ]
---------------------------------------------------------------
[2023-08-04T16:32:55+08:00] 112.1.58.100 POST 101.132.37.87:83/api/UserCase/UserCaseInfo
[运行时间:0.180421s] [吞吐率:5.54req/s] [内存消耗:3,488.24kb] [文件加载:66]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '60',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'token' => '4|28c8a5545712781951881f96257281cd',
  'caseId' => '13',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.005686s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user` [ RunTime:0.043449s ]
[ sql ] [ SQL ] SELECT `id`,`type` FROM `d_user` WHERE  `token` = '4|28c8a5545712781951881f96257281cd'  AND `status` = 0 LIMIT 1 [ RunTime:0.000654s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user_case` [ RunTime:0.040631s ]
[ sql ] [ SQL ] SELECT `u`.`id`,`u`.`name`,`userId`,`userName`,`age`,`phone`,e.name as seeEpartmene,`seeEpartmeneId`,`condition`,`illnessDays`,`measures` FROM `d_user_case` `u` LEFT JOIN `d_epartmene` `e` ON `e`.`id`=`seeEpartmeneId` WHERE  `u`.`id` = '13'  AND `u`.`status` = '0' LIMIT 1 [ RunTime:0.000915s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user_case_img` [ RunTime:0.033433s ]
[ sql ] [ SQL ] SELECT `id`,`imgUrl` FROM `d_user_case_img` WHERE  `userCaseId` = 13 [ RunTime:0.000623s ]
---------------------------------------------------------------
[2023-08-04T16:32:57+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/publicEpartmene
[运行时间:0.107448s] [吞吐率:9.31req/s] [内存消耗:3,508.14kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '2',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.003749s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene` [ RunTime:0.050631s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`nameInitial` FROM `d_epartmene` WHERE  `type` = 1  AND `status` = 0 ORDER BY `nameInitial` [ RunTime:0.000705s ]
---------------------------------------------------------------
[2023-08-04T16:38:15+08:00] 162.216.150.10 GET 101.132.37.87:83/
[运行时间:0.075093s] [吞吐率:13.32req/s] [内存消耗:2,140.88kb] [文件加载:57]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'user-agent' => 'Expanse, a Palo Alto Networks company, searches across the global IPv4 space multiple times per day to identify customers' presences on the Internet. If you would like to be excluded from our scans, please send IP addresses/domains to: scaninfo@paloaltonetworks.com',
)
[ info ] [ PARAM ] array (
)
---------------------------------------------------------------
[2023-08-04T16:38:30+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.110733s] [吞吐率:9.03req/s] [内存消耗:3,512.19kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '53',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'cityId' => '',
  'latitude' => '',
  'longitude' => '',
  'page' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.013143s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.043643s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,-1 as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.000882s ]
---------------------------------------------------------------
[2023-08-04T16:38:32+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/publicEpartmene
[运行时间:0.093256s] [吞吐率:10.72req/s] [内存消耗:3,508.14kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '2',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000879s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene` [ RunTime:0.040959s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`nameInitial` FROM `d_epartmene` WHERE  `type` = 1  AND `status` = 0 ORDER BY `nameInitial` [ RunTime:0.000719s ]
---------------------------------------------------------------
[2023-08-04T16:43:08+08:00] 49.94.41.171 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.102315s] [吞吐率:9.77req/s] [内存消耗:3,511.71kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '47',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'latitude' => '',
  'pagesize' => '20',
  'cityId' => '',
  'page' => '1',
  'longitude' => '',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000780s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.041028s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,-1 as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.000728s ]
---------------------------------------------------------------
[2023-08-04T16:49:26+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.109694s] [吞吐率:9.12req/s] [内存消耗:3,512.19kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '53',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'cityId' => '',
  'latitude' => '',
  'longitude' => '',
  'page' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000877s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.046621s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,-1 as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.000746s ]
---------------------------------------------------------------
[2023-08-04T16:49:28+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/publicEpartmene
[运行时间:0.105837s] [吞吐率:9.45req/s] [内存消耗:3,508.14kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '2',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.015941s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene` [ RunTime:0.038982s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`nameInitial` FROM `d_epartmene` WHERE  `type` = 1  AND `status` = 0 ORDER BY `nameInitial` [ RunTime:0.000687s ]
---------------------------------------------------------------
[2023-08-04T16:49:32+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.094725s] [吞吐率:10.56req/s] [内存消耗:3,512.19kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '53',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'cityId' => '',
  'latitude' => '',
  'longitude' => '',
  'page' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000766s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.042364s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,-1 as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.000730s ]
---------------------------------------------------------------
[2023-08-04T16:49:36+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/epartmeneQuery
[运行时间:0.136036s] [吞吐率:7.35req/s] [内存消耗:3,516.48kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '71',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'cityId' => '',
  'latitude' => '',
  'epartmeneId' => '5',
  'longitude' => '',
  'page' => '0',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.002655s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene` [ RunTime:0.042248s ]
[ sql ] [ SQL ] SELECT * FROM `d_epartmene` WHERE  `id` = 5  AND `status` = 0 LIMIT 1 [ RunTime:0.000689s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.036517s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,-1 as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.000675s ]
---------------------------------------------------------------
[2023-08-04T16:49:48+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.106836s] [吞吐率:9.36req/s] [内存消耗:3,512.19kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '53',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'cityId' => '',
  'latitude' => '',
  'longitude' => '',
  'page' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000747s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.044585s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,-1 as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.000761s ]
---------------------------------------------------------------
[2023-08-04T16:49:52+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.101892s] [吞吐率:9.81req/s] [内存消耗:3,510.79kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '53',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'cityId' => '',
  'latitude' => '',
  'longitude' => '',
  'page' => '2',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.007119s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.043042s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,-1 as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`status` = '0' ORDER BY `distance` LIMIT 20,20 [ RunTime:0.000798s ]
---------------------------------------------------------------
[2023-08-04T16:49:54+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/publicEpartmene
[运行时间:0.101868s] [吞吐率:9.82req/s] [内存消耗:3,508.14kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '2',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.007228s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene` [ RunTime:0.043535s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`nameInitial` FROM `d_epartmene` WHERE  `type` = 1  AND `status` = 0 ORDER BY `nameInitial` [ RunTime:0.000653s ]
---------------------------------------------------------------
[2023-08-04T16:49:58+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.098311s] [吞吐率:10.17req/s] [内存消耗:3,512.19kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '53',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'cityId' => '',
  'latitude' => '',
  'longitude' => '',
  'page' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.001316s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.044931s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,-1 as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.000819s ]
---------------------------------------------------------------
[2023-08-04T16:50:27+08:00] 61.147.21.51 GET 101.132.37.87:83/
[运行时间:0.041250s] [吞吐率:24.24req/s] [内存消耗:2,141.53kb] [文件加载:57]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 9.0; ZTE BA520 Build/MRA58K)',
  'accept-encoding' => 'gzip, deflate',
  'accept' => 'text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9',
  'connection' => 'keep-alive',
  'cache-control' => 'no-cache',
  'accept-language' => 'zh-CN,zh;q=0.9',
)
[ info ] [ PARAM ] array (
)
---------------------------------------------------------------
[2023-08-04T16:51:22+08:00] 61.147.15.67 GET 101.132.37.87:83/
[运行时间:0.040610s] [吞吐率:24.62req/s] [内存消耗:2,141.97kb] [文件加载:57]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'user-agent' => 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11) AppleWebKit/601.1.27 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/601.1.27',
  'accept-encoding' => 'gzip, deflate',
  'accept' => 'text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9',
  'connection' => 'keep-alive',
  'cache-control' => 'no-cache',
  'accept-language' => 'zh-CN,zh;q=0.9',
)
[ info ] [ PARAM ] array (
)
---------------------------------------------------------------
[2023-08-04T16:51:37+08:00] 61.147.21.52 GET 101.132.37.87:83/
[运行时间:0.046408s] [吞吐率:21.55req/s] [内存消耗:2,141.53kb] [文件加载:57]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 9.0; ZTE BA520 Build/MRA58K)',
  'accept-encoding' => 'gzip, deflate',
  'accept' => 'text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9',
  'connection' => 'keep-alive',
  'cache-control' => 'no-cache',
  'accept-language' => 'zh-CN,zh;q=0.9',
)
[ info ] [ PARAM ] array (
)
---------------------------------------------------------------
[2023-08-04T16:51:48+08:00] 61.147.21.52 GET 101.132.37.87:83/favicon.ico
[运行时间:0.033109s] [吞吐率:30.20req/s] [内存消耗:1,616.34kb] [文件加载:50]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
---------------------------------------------------------------
[2023-08-04T16:51:49+08:00] 61.147.15.65 GET 101.132.37.87:83/
[运行时间:0.039899s] [吞吐率:25.06req/s] [内存消耗:2,142.03kb] [文件加载:57]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'user-agent' => 'Mozilla/5.0 (Linux; U; Android 8.0.0; zh-CN; MI 5 Build/OPR1.170623.032) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/57.0.2987.108 UCBrowser/11.8.9.969 Mobile Safari/537.36',
  'accept-encoding' => 'gzip, deflate',
  'accept' => 'text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9',
  'connection' => 'keep-alive',
  'cache-control' => 'no-cache',
  'accept-language' => 'zh-CN,zh;q=0.9',
)
[ info ] [ PARAM ] array (
)
---------------------------------------------------------------
[2023-08-04T16:51:52+08:00] 61.147.21.49 GET 101.132.37.87:83/favicon.ico
[运行时间:0.034536s] [吞吐率:28.96req/s] [内存消耗:1,616.34kb] [文件加载:50]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
---------------------------------------------------------------
[2023-08-04T16:53:02+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.115155s] [吞吐率:8.68req/s] [内存消耗:3,512.19kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '53',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'cityId' => '',
  'latitude' => '',
  'longitude' => '',
  'page' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.007732s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.052383s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,-1 as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.000850s ]
---------------------------------------------------------------
[2023-08-04T16:53:14+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/publicEpartmene
[运行时间:0.114584s] [吞吐率:8.73req/s] [内存消耗:3,508.14kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '2',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.007392s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene` [ RunTime:0.046853s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`nameInitial` FROM `d_epartmene` WHERE  `type` = 1  AND `status` = 0 ORDER BY `nameInitial` [ RunTime:0.000702s ]
---------------------------------------------------------------
[2023-08-04T16:53:17+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/epartmeneQuery
[运行时间:0.145664s] [吞吐率:6.87req/s] [内存消耗:3,515.14kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '71',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'cityId' => '',
  'latitude' => '',
  'epartmeneId' => '3',
  'longitude' => '',
  'page' => '0',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000925s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene` [ RunTime:0.048277s ]
[ sql ] [ SQL ] SELECT * FROM `d_epartmene` WHERE  `id` = 3  AND `status` = 0 LIMIT 1 [ RunTime:0.000683s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.041845s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,-1 as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.000706s ]
---------------------------------------------------------------
[2023-08-04T16:55:46+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.111893s] [吞吐率:8.94req/s] [内存消耗:3,512.19kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '53',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'cityId' => '',
  'latitude' => '',
  'longitude' => '',
  'page' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.001513s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.048698s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,-1 as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.000768s ]
---------------------------------------------------------------
[2023-08-04T16:55:47+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/publicEpartmene
[运行时间:0.101563s] [吞吐率:9.85req/s] [内存消耗:3,508.14kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '2',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.001472s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene` [ RunTime:0.047408s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`nameInitial` FROM `d_epartmene` WHERE  `type` = 1  AND `status` = 0 ORDER BY `nameInitial` [ RunTime:0.000745s ]
---------------------------------------------------------------
[2023-08-04T16:55:48+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/epartmeneQuery
[运行时间:0.160623s] [吞吐率:6.23req/s] [内存消耗:3,515.14kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '71',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'cityId' => '',
  'latitude' => '',
  'epartmeneId' => '3',
  'longitude' => '',
  'page' => '0',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.006442s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene` [ RunTime:0.035262s ]
[ sql ] [ SQL ] SELECT * FROM `d_epartmene` WHERE  `id` = 3  AND `status` = 0 LIMIT 1 [ RunTime:0.000771s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.064210s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,-1 as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.000828s ]
---------------------------------------------------------------
[2023-08-04T16:55:49+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.114529s] [吞吐率:8.73req/s] [内存消耗:3,512.19kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '53',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'cityId' => '',
  'latitude' => '',
  'longitude' => '',
  'page' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.012160s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.049528s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,-1 as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.000743s ]
---------------------------------------------------------------
[2023-08-04T16:55:51+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.109598s] [吞吐率:9.12req/s] [内存消耗:3,510.79kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '53',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'cityId' => '',
  'latitude' => '',
  'longitude' => '',
  'page' => '2',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.007727s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.049858s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,-1 as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`status` = '0' ORDER BY `distance` LIMIT 20,20 [ RunTime:0.000739s ]
---------------------------------------------------------------
[2023-08-04T16:55:52+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.114197s] [吞吐率:8.76req/s] [内存消耗:3,510.79kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '53',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'cityId' => '',
  'latitude' => '',
  'longitude' => '',
  'page' => '3',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.010669s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.050294s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,-1 as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`status` = '0' ORDER BY `distance` LIMIT 40,20 [ RunTime:0.000811s ]
---------------------------------------------------------------
[2023-08-04T16:55:54+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.115550s] [吞吐率:8.65req/s] [内存消耗:3,510.79kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '53',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'cityId' => '',
  'latitude' => '',
  'longitude' => '',
  'page' => '4',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.015215s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.047994s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,-1 as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`status` = '0' ORDER BY `distance` LIMIT 60,20 [ RunTime:0.000749s ]
---------------------------------------------------------------
[2023-08-04T16:55:57+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.106907s] [吞吐率:9.35req/s] [内存消耗:3,510.79kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '53',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'cityId' => '',
  'latitude' => '',
  'longitude' => '',
  'page' => '5',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.004691s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.049906s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,-1 as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`status` = '0' ORDER BY `distance` LIMIT 80,20 [ RunTime:0.000734s ]
---------------------------------------------------------------
[2023-08-04T16:55:58+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/epartmeneQuery
[运行时间:0.160740s] [吞吐率:6.22req/s] [内存消耗:3,515.14kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '71',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'cityId' => '',
  'latitude' => '',
  'epartmeneId' => '3',
  'longitude' => '',
  'page' => '0',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.015591s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene` [ RunTime:0.050521s ]
[ sql ] [ SQL ] SELECT * FROM `d_epartmene` WHERE  `id` = 3  AND `status` = 0 LIMIT 1 [ RunTime:0.000675s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.039307s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,-1 as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.000724s ]
---------------------------------------------------------------
[2023-08-04T16:56:02+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.118042s] [吞吐率:8.47req/s] [内存消耗:3,512.19kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '53',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'cityId' => '',
  'latitude' => '',
  'longitude' => '',
  'page' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.015723s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.049784s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,-1 as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.000814s ]
---------------------------------------------------------------
[2023-08-04T16:56:08+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/epartmeneQuery
[运行时间:0.185186s] [吞吐率:5.40req/s] [内存消耗:3,515.14kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '71',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'cityId' => '',
  'latitude' => '',
  'epartmeneId' => '3',
  'longitude' => '',
  'page' => '0',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000766s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene` [ RunTime:0.048140s ]
[ sql ] [ SQL ] SELECT * FROM `d_epartmene` WHERE  `id` = 3  AND `status` = 0 LIMIT 1 [ RunTime:0.000690s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.040300s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,-1 as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.000795s ]
---------------------------------------------------------------
[2023-08-04T16:56:32+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/publicEpartmene
[运行时间:0.116041s] [吞吐率:8.62req/s] [内存消耗:3,508.14kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '2',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.014283s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene` [ RunTime:0.049552s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`nameInitial` FROM `d_epartmene` WHERE  `type` = 1  AND `status` = 0 ORDER BY `nameInitial` [ RunTime:0.000703s ]
---------------------------------------------------------------
[2023-08-04T16:56:43+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/publicEpartmene
[运行时间:0.099869s] [吞吐率:10.01req/s] [内存消耗:3,508.14kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '2',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000801s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene` [ RunTime:0.047251s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`nameInitial` FROM `d_epartmene` WHERE  `type` = 1  AND `status` = 0 ORDER BY `nameInitial` [ RunTime:0.000707s ]
---------------------------------------------------------------
[2023-08-04T16:56:45+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/epartmeneQuery
[运行时间:0.162492s] [吞吐率:6.15req/s] [内存消耗:3,516.48kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '71',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'cityId' => '',
  'latitude' => '',
  'epartmeneId' => '5',
  'longitude' => '',
  'page' => '0',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.013189s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene` [ RunTime:0.055763s ]
[ sql ] [ SQL ] SELECT * FROM `d_epartmene` WHERE  `id` = 5  AND `status` = 0 LIMIT 1 [ RunTime:0.000744s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.038568s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,-1 as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.000772s ]
---------------------------------------------------------------
[2023-08-04T16:56:51+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.106642s] [吞吐率:9.38req/s] [内存消耗:3,512.19kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '53',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'cityId' => '',
  'latitude' => '',
  'longitude' => '',
  'page' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.004305s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.049565s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,-1 as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.000756s ]
---------------------------------------------------------------
[2023-08-04T16:58:43+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.115268s] [吞吐率:8.68req/s] [内存消耗:3,512.19kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '53',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'cityId' => '',
  'latitude' => '',
  'longitude' => '',
  'page' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000840s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.052342s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,-1 as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.000959s ]
---------------------------------------------------------------
[2023-08-04T16:58:45+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/publicEpartmene
[运行时间:0.106894s] [吞吐率:9.36req/s] [内存消耗:3,508.14kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '2',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000805s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene` [ RunTime:0.049271s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`nameInitial` FROM `d_epartmene` WHERE  `type` = 1  AND `status` = 0 ORDER BY `nameInitial` [ RunTime:0.000709s ]
---------------------------------------------------------------
[2023-08-04T16:58:46+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/epartmeneQuery
[运行时间:0.155621s] [吞吐率:6.43req/s] [内存消耗:3,516.48kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '71',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'cityId' => '',
  'latitude' => '',
  'epartmeneId' => '5',
  'longitude' => '',
  'page' => '0',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.005793s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene` [ RunTime:0.050636s ]
[ sql ] [ SQL ] SELECT * FROM `d_epartmene` WHERE  `id` = 5  AND `status` = 0 LIMIT 1 [ RunTime:0.000754s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.044162s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,-1 as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.000762s ]
---------------------------------------------------------------
[2023-08-04T16:59:18+08:00] 112.1.58.100 POST 101.132.37.87:83/api/MyCentre/centreInfo
[运行时间:0.111436s] [吞吐率:8.97req/s] [内存消耗:3,482.08kb] [文件加载:66]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '46',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'token' => '4|28c8a5545712781951881f96257281cd',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000790s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user` [ RunTime:0.046735s ]
[ sql ] [ SQL ] SELECT `id`,`type` FROM `d_user` WHERE  `token` = '4|28c8a5545712781951881f96257281cd'  AND `status` = 0 LIMIT 1 [ RunTime:0.000957s ]
[ sql ] [ SQL ] SELECT `name`,`faceImg`,`isVip`,`type`,`vipDate`,`phone` FROM `d_user` WHERE  `id` = 4 LIMIT 1 [ RunTime:0.000525s ]
---------------------------------------------------------------
[2023-08-04T16:59:19+08:00] 112.1.58.100 POST 101.132.37.87:83/api/UserCase/UserCaseList
[运行时间:0.147103s] [吞吐率:6.80req/s] [内存消耗:3,485.16kb] [文件加载:66]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '46',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'token' => '4|28c8a5545712781951881f96257281cd',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000789s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user` [ RunTime:0.048990s ]
[ sql ] [ SQL ] SELECT `id`,`type` FROM `d_user` WHERE  `token` = '4|28c8a5545712781951881f96257281cd'  AND `status` = 0 LIMIT 1 [ RunTime:0.000620s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user_case` [ RunTime:0.040651s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`userName`,`age`,`condition` FROM `d_user_case` WHERE  `userId` = 4  AND `status` = 0 ORDER BY `id` DESC [ RunTime:0.000673s ]
---------------------------------------------------------------
[2023-08-04T17:01:36+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.114017s] [吞吐率:8.77req/s] [内存消耗:3,512.19kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '53',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'cityId' => '',
  'latitude' => '',
  'longitude' => '',
  'page' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000816s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.051632s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,-1 as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.000768s ]
---------------------------------------------------------------
[2023-08-04T17:01:38+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/publicEpartmene
[运行时间:0.120773s] [吞吐率:8.28req/s] [内存消耗:3,508.14kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '2',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.016448s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene` [ RunTime:0.050683s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`nameInitial` FROM `d_epartmene` WHERE  `type` = 1  AND `status` = 0 ORDER BY `nameInitial` [ RunTime:0.000757s ]
---------------------------------------------------------------
[2023-08-04T17:01:43+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/publicEpartmene
[运行时间:0.102442s] [吞吐率:9.76req/s] [内存消耗:3,508.14kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '2',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.002234s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene` [ RunTime:0.047824s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`nameInitial` FROM `d_epartmene` WHERE  `type` = 1  AND `status` = 0 ORDER BY `nameInitial` [ RunTime:0.000702s ]
---------------------------------------------------------------
[2023-08-04T17:01:44+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/epartmeneQuery
[运行时间:0.154279s] [吞吐率:6.48req/s] [内存消耗:3,516.48kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '71',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'cityId' => '',
  'latitude' => '',
  'epartmeneId' => '5',
  'longitude' => '',
  'page' => '0',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.006622s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene` [ RunTime:0.050249s ]
[ sql ] [ SQL ] SELECT * FROM `d_epartmene` WHERE  `id` = 5  AND `status` = 0 LIMIT 1 [ RunTime:0.000705s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.042145s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,-1 as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.000702s ]
---------------------------------------------------------------
[2023-08-04T17:01:54+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/publicEpartmene
[运行时间:0.113332s] [吞吐率:8.82req/s] [内存消耗:3,508.14kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '2',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000956s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene` [ RunTime:0.048035s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`nameInitial` FROM `d_epartmene` WHERE  `type` = 1  AND `status` = 0 ORDER BY `nameInitial` [ RunTime:0.000696s ]
---------------------------------------------------------------
[2023-08-04T17:01:57+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/epartmeneQuery
[运行时间:0.159262s] [吞吐率:6.28req/s] [内存消耗:3,516.48kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '71',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'cityId' => '',
  'latitude' => '',
  'epartmeneId' => '5',
  'longitude' => '',
  'page' => '0',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.006906s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene` [ RunTime:0.057212s ]
[ sql ] [ SQL ] SELECT * FROM `d_epartmene` WHERE  `id` = 5  AND `status` = 0 LIMIT 1 [ RunTime:0.000693s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.040088s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,-1 as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.000700s ]
---------------------------------------------------------------
[2023-08-04T17:10:49+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.104777s] [吞吐率:9.54req/s] [内存消耗:3,512.19kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '53',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'cityId' => '',
  'latitude' => '',
  'longitude' => '',
  'page' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.001046s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.042918s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,-1 as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.000812s ]
---------------------------------------------------------------
[2023-08-04T17:12:44+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.109047s] [吞吐率:9.17req/s] [内存消耗:3,512.19kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '53',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'cityId' => '',
  'latitude' => '',
  'longitude' => '',
  'page' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000795s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.047037s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,-1 as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.000769s ]
---------------------------------------------------------------
[2023-08-04T17:13:21+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.116589s] [吞吐率:8.58req/s] [内存消耗:3,512.19kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '53',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'cityId' => '',
  'latitude' => '',
  'longitude' => '',
  'page' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.015448s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.040394s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,-1 as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.000726s ]
---------------------------------------------------------------
[2023-08-04T17:13:22+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospitalInfo
[运行时间:0.167623s] [吞吐率:5.97req/s] [内存消耗:3,519.49kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '18',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000868s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.040798s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,`presentation` FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`id` = '1'  AND `h`.`status` = '0' LIMIT 1 [ RunTime:0.000738s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital_img` [ RunTime:0.033618s ]
[ sql ] [ SQL ] SELECT `fileUrl` FROM `d_hospital_img` WHERE  `hospitalId` = 1  AND `status` = 0 [ RunTime:0.001111s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.034861s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `status` = 0 ORDER BY `level` LIMIT 4 [ RunTime:0.000618s ]
---------------------------------------------------------------
[2023-08-04T17:38:13+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.112506s] [吞吐率:8.89req/s] [内存消耗:3,512.19kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '53',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'cityId' => '',
  'latitude' => '',
  'longitude' => '',
  'page' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.009204s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.043296s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,-1 as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.000850s ]
---------------------------------------------------------------
[2023-08-04T17:38:15+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospitalInfo
[运行时间:0.163817s] [吞吐率:6.10req/s] [内存消耗:3,519.49kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '18',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.003303s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.040604s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,`presentation` FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`id` = '1'  AND `h`.`status` = '0' LIMIT 1 [ RunTime:0.000735s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital_img` [ RunTime:0.032014s ]
[ sql ] [ SQL ] SELECT `fileUrl` FROM `d_hospital_img` WHERE  `hospitalId` = 1  AND `status` = 0 [ RunTime:0.000488s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.030514s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `status` = 0 ORDER BY `level` LIMIT 4 [ RunTime:0.000700s ]
---------------------------------------------------------------
[2023-08-04T17:40:05+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospitalInfo
[运行时间:0.176217s] [吞吐率:5.67req/s] [内存消耗:3,519.49kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '18',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000815s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.042533s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,`presentation` FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`id` = '1'  AND `h`.`status` = '0' LIMIT 1 [ RunTime:0.000721s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital_img` [ RunTime:0.034539s ]
[ sql ] [ SQL ] SELECT `fileUrl` FROM `d_hospital_img` WHERE  `hospitalId` = 1  AND `status` = 0 [ RunTime:0.000520s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.033560s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `status` = 0 ORDER BY `level` LIMIT 4 [ RunTime:0.000592s ]
---------------------------------------------------------------
[2023-08-04T17:41:39+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.105409s] [吞吐率:9.49req/s] [内存消耗:3,512.19kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '53',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'cityId' => '',
  'latitude' => '',
  'longitude' => '',
  'page' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000792s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.051947s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,-1 as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.000769s ]
---------------------------------------------------------------
[2023-08-04T17:41:40+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospitalInfo
[运行时间:0.171589s] [吞吐率:5.83req/s] [内存消耗:3,519.49kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '18',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000855s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.043654s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,`presentation` FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`id` = '1'  AND `h`.`status` = '0' LIMIT 1 [ RunTime:0.000748s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital_img` [ RunTime:0.035890s ]
[ sql ] [ SQL ] SELECT `fileUrl` FROM `d_hospital_img` WHERE  `hospitalId` = 1  AND `status` = 0 [ RunTime:0.000521s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.034781s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `status` = 0 ORDER BY `level` LIMIT 4 [ RunTime:0.000637s ]
---------------------------------------------------------------
[2023-08-04T17:42:42+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.108346s] [吞吐率:9.23req/s] [内存消耗:3,512.19kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '53',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'cityId' => '',
  'latitude' => '',
  'longitude' => '',
  'page' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000799s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.046525s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,-1 as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.000736s ]
---------------------------------------------------------------
[2023-08-04T17:42:43+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospitalInfo
[运行时间:0.181585s] [吞吐率:5.51req/s] [内存消耗:3,519.49kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '18',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.010758s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.042736s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,`presentation` FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`id` = '1'  AND `h`.`status` = '0' LIMIT 1 [ RunTime:0.000745s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital_img` [ RunTime:0.036237s ]
[ sql ] [ SQL ] SELECT `fileUrl` FROM `d_hospital_img` WHERE  `hospitalId` = 1  AND `status` = 0 [ RunTime:0.000521s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.035662s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `status` = 0 ORDER BY `level` LIMIT 4 [ RunTime:0.000665s ]
---------------------------------------------------------------
[2023-08-04T17:43:06+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.109802s] [吞吐率:9.11req/s] [内存消耗:3,512.19kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '53',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'cityId' => '',
  'latitude' => '',
  'longitude' => '',
  'page' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.015570s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.042155s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,-1 as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.000723s ]
---------------------------------------------------------------
[2023-08-04T17:43:07+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospitalInfo
[运行时间:0.176045s] [吞吐率:5.68req/s] [内存消耗:3,519.49kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '18',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.011904s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.041354s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,`presentation` FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`id` = '1'  AND `h`.`status` = '0' LIMIT 1 [ RunTime:0.000740s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital_img` [ RunTime:0.032575s ]
[ sql ] [ SQL ] SELECT `fileUrl` FROM `d_hospital_img` WHERE  `hospitalId` = 1  AND `status` = 0 [ RunTime:0.000506s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.034780s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `status` = 0 ORDER BY `level` LIMIT 4 [ RunTime:0.000623s ]
---------------------------------------------------------------
[2023-08-04T17:45:36+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.107905s] [吞吐率:9.27req/s] [内存消耗:3,512.19kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '53',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'cityId' => '',
  'latitude' => '',
  'longitude' => '',
  'page' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000772s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.045605s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,-1 as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.000754s ]
---------------------------------------------------------------
[2023-08-04T17:45:37+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospitalInfo
[运行时间:0.176328s] [吞吐率:5.67req/s] [内存消耗:3,519.49kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '18',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.001107s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.045264s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,`presentation` FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`id` = '1'  AND `h`.`status` = '0' LIMIT 1 [ RunTime:0.000758s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital_img` [ RunTime:0.038299s ]
[ sql ] [ SQL ] SELECT `fileUrl` FROM `d_hospital_img` WHERE  `hospitalId` = 1  AND `status` = 0 [ RunTime:0.000554s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.035553s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `status` = 0 ORDER BY `level` LIMIT 4 [ RunTime:0.000679s ]
---------------------------------------------------------------
[2023-08-04T17:47:18+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.105199s] [吞吐率:9.51req/s] [内存消耗:3,512.19kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '53',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'cityId' => '',
  'latitude' => '',
  'longitude' => '',
  'page' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000792s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.051254s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,-1 as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.000781s ]
---------------------------------------------------------------
[2023-08-04T17:47:19+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospitalInfo
[运行时间:0.173591s] [吞吐率:5.76req/s] [内存消耗:3,519.49kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '18',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.001979s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.041696s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,`presentation` FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`id` = '1'  AND `h`.`status` = '0' LIMIT 1 [ RunTime:0.000748s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital_img` [ RunTime:0.035840s ]
[ sql ] [ SQL ] SELECT `fileUrl` FROM `d_hospital_img` WHERE  `hospitalId` = 1  AND `status` = 0 [ RunTime:0.000532s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.038187s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `status` = 0 ORDER BY `level` LIMIT 4 [ RunTime:0.000644s ]
---------------------------------------------------------------
[2023-08-04T17:47:46+08:00] 112.1.58.100 POST 101.132.37.87:83/api/MyCentre/centreInfo
[运行时间:0.115309s] [吞吐率:8.67req/s] [内存消耗:3,482.08kb] [文件加载:66]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '46',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'token' => '4|28c8a5545712781951881f96257281cd',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.003539s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user` [ RunTime:0.048112s ]
[ sql ] [ SQL ] SELECT `id`,`type` FROM `d_user` WHERE  `token` = '4|28c8a5545712781951881f96257281cd'  AND `status` = 0 LIMIT 1 [ RunTime:0.000594s ]
[ sql ] [ SQL ] SELECT `name`,`faceImg`,`isVip`,`type`,`vipDate`,`phone` FROM `d_user` WHERE  `id` = 4 LIMIT 1 [ RunTime:0.000499s ]
---------------------------------------------------------------
[2023-08-04T17:48:03+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/cityInfo
[运行时间:0.105625s] [吞吐率:9.47req/s] [内存消耗:3,505.06kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
  'content-length' => '0',
)
[ info ] [ PARAM ] array (
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.002055s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_city` [ RunTime:0.052201s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`cityInitial` FROM `d_city` WHERE  `status` = 0 ORDER BY `cityInitial` [ RunTime:0.000638s ]
---------------------------------------------------------------
[2023-08-04T17:48:20+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.097138s] [吞吐率:10.29req/s] [内存消耗:3,512.19kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '53',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'cityId' => '',
  'latitude' => '',
  'longitude' => '',
  'page' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000770s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.044242s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,-1 as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.000752s ]
---------------------------------------------------------------
[2023-08-04T17:48:24+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospitalInfo
[运行时间:0.190557s] [吞吐率:5.25req/s] [内存消耗:3,519.49kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '18',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.007291s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.049585s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,`presentation` FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`id` = '1'  AND `h`.`status` = '0' LIMIT 1 [ RunTime:0.000747s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital_img` [ RunTime:0.041466s ]
[ sql ] [ SQL ] SELECT `fileUrl` FROM `d_hospital_img` WHERE  `hospitalId` = 1  AND `status` = 0 [ RunTime:0.000543s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.036469s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `status` = 0 ORDER BY `level` LIMIT 4 [ RunTime:0.000671s ]
---------------------------------------------------------------
[2023-08-04T17:48:56+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.115833s] [吞吐率:8.63req/s] [内存消耗:3,512.19kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '53',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'cityId' => '',
  'latitude' => '',
  'longitude' => '',
  'page' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.016019s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.046082s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,-1 as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.000734s ]
---------------------------------------------------------------
[2023-08-04T17:49:02+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospitalInfo
[运行时间:0.195032s] [吞吐率:5.13req/s] [内存消耗:3,519.49kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '18',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000781s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.048644s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,`presentation` FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`id` = '1'  AND `h`.`status` = '0' LIMIT 1 [ RunTime:0.000782s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital_img` [ RunTime:0.041760s ]
[ sql ] [ SQL ] SELECT `fileUrl` FROM `d_hospital_img` WHERE  `hospitalId` = 1  AND `status` = 0 [ RunTime:0.000565s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.038889s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `status` = 0 ORDER BY `level` LIMIT 4 [ RunTime:0.000678s ]
---------------------------------------------------------------
[2023-08-04T17:49:58+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/cityInfo
[运行时间:0.106936s] [吞吐率:9.35req/s] [内存消耗:3,505.06kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
  'content-length' => '0',
)
[ info ] [ PARAM ] array (
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.013169s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_city` [ RunTime:0.042696s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`cityInitial` FROM `d_city` WHERE  `status` = 0 ORDER BY `cityInitial` [ RunTime:0.000602s ]
---------------------------------------------------------------
[2023-08-04T17:51:02+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.099622s] [吞吐率:10.04req/s] [内存消耗:3,512.19kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '53',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'cityId' => '',
  'latitude' => '',
  'longitude' => '',
  'page' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000793s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.045220s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,-1 as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.000865s ]
---------------------------------------------------------------
[2023-08-04T17:51:03+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospitalInfo
[运行时间:0.195284s] [吞吐率:5.12req/s] [内存消耗:3,519.47kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '18',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000783s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.048604s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,`presentation` FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`id` = '1'  AND `h`.`status` = '0' LIMIT 1 [ RunTime:0.000796s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital_img` [ RunTime:0.040101s ]
[ sql ] [ SQL ] SELECT `fileUrl` FROM `d_hospital_img` WHERE  `hospitalId` = 1  AND `status` = 0 [ RunTime:0.000566s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.041047s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `status` = 0 ORDER BY `level` LIMIT 4 [ RunTime:0.000697s ]
---------------------------------------------------------------
[2023-08-04T17:55:28+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.121323s] [吞吐率:8.24req/s] [内存消耗:3,512.19kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '53',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'cityId' => '',
  'latitude' => '',
  'longitude' => '',
  'page' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000800s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.059011s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,-1 as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.000761s ]
---------------------------------------------------------------
[2023-08-04T17:55:29+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospitalInfo
[运行时间:0.238295s] [吞吐率:4.20req/s] [内存消耗:3,519.47kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '18',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.003212s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.070548s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,`presentation` FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`id` = '1'  AND `h`.`status` = '0' LIMIT 1 [ RunTime:0.000888s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital_img` [ RunTime:0.060313s ]
[ sql ] [ SQL ] SELECT `fileUrl` FROM `d_hospital_img` WHERE  `hospitalId` = 1  AND `status` = 0 [ RunTime:0.000585s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.039107s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `status` = 0 ORDER BY `level` LIMIT 4 [ RunTime:0.000679s ]
---------------------------------------------------------------
[2023-08-04T17:56:33+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.107331s] [吞吐率:9.32req/s] [内存消耗:3,512.19kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '53',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'cityId' => '',
  'latitude' => '',
  'longitude' => '',
  'page' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000816s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.049060s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,-1 as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.000760s ]
---------------------------------------------------------------
[2023-08-04T17:56:34+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospitalInfo
[运行时间:0.188152s] [吞吐率:5.31req/s] [内存消耗:3,519.47kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '18',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.002701s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.047450s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,`presentation` FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`id` = '1'  AND `h`.`status` = '0' LIMIT 1 [ RunTime:0.000769s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital_img` [ RunTime:0.041592s ]
[ sql ] [ SQL ] SELECT `fileUrl` FROM `d_hospital_img` WHERE  `hospitalId` = 1  AND `status` = 0 [ RunTime:0.000573s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.039734s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `status` = 0 ORDER BY `level` LIMIT 4 [ RunTime:0.000692s ]
---------------------------------------------------------------
[2023-08-04T18:03:36+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.112810s] [吞吐率:8.86req/s] [内存消耗:3,512.19kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '53',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'cityId' => '',
  'latitude' => '',
  'longitude' => '',
  'page' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000939s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.050161s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,-1 as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.001006s ]
---------------------------------------------------------------
[2023-08-04T18:03:39+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/publicEpartmene
[运行时间:0.095898s] [吞吐率:10.43req/s] [内存消耗:3,508.14kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '2',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000804s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene` [ RunTime:0.043793s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`nameInitial` FROM `d_epartmene` WHERE  `type` = 1  AND `status` = 0 ORDER BY `nameInitial` [ RunTime:0.000696s ]
---------------------------------------------------------------
[2023-08-04T18:03:41+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospitalInfo
[运行时间:0.184827s] [吞吐率:5.41req/s] [内存消耗:3,519.47kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '18',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000822s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.047207s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,`presentation` FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`id` = '1'  AND `h`.`status` = '0' LIMIT 1 [ RunTime:0.000789s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital_img` [ RunTime:0.041533s ]
[ sql ] [ SQL ] SELECT `fileUrl` FROM `d_hospital_img` WHERE  `hospitalId` = 1  AND `status` = 0 [ RunTime:0.000582s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.038488s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `status` = 0 ORDER BY `level` LIMIT 4 [ RunTime:0.000706s ]
---------------------------------------------------------------
[2023-08-04T18:03:42+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospitalEpartmene
[运行时间:0.040825s] [吞吐率:24.49req/s] [内存消耗:2,148.88kb] [文件加载:59]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '2',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
)
---------------------------------------------------------------
[2023-08-04T18:04:04+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospitalEpartmene
[运行时间:0.041090s] [吞吐率:24.34req/s] [内存消耗:2,148.88kb] [文件加载:59]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '2',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
)
---------------------------------------------------------------
[2023-08-04T18:05:44+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.124619s] [吞吐率:8.02req/s] [内存消耗:3,512.19kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '53',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'cityId' => '',
  'latitude' => '',
  'longitude' => '',
  'page' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.011934s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.050840s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,-1 as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.000750s ]
---------------------------------------------------------------
[2023-08-04T18:05:57+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospitalInfo
[运行时间:0.184358s] [吞吐率:5.42req/s] [内存消耗:3,519.47kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '18',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000773s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.047763s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,`presentation` FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`id` = '1'  AND `h`.`status` = '0' LIMIT 1 [ RunTime:0.000777s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital_img` [ RunTime:0.034106s ]
[ sql ] [ SQL ] SELECT `fileUrl` FROM `d_hospital_img` WHERE  `hospitalId` = 1  AND `status` = 0 [ RunTime:0.000533s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.035504s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `status` = 0 ORDER BY `level` LIMIT 4 [ RunTime:0.000626s ]
---------------------------------------------------------------
[2023-08-04T18:05:58+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospitalEpartmene
[运行时间:0.093850s] [吞吐率:10.66req/s] [内存消耗:3,506.16kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '18',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000766s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene` [ RunTime:0.042162s ]
[ sql ] [ SQL ] SELECT `id`,`name` FROM `d_epartmene` WHERE  `type` = 1  AND `status` = 0 OR `hospitalId` = 1 ORDER BY `nameInitial` [ RunTime:0.000755s ]
---------------------------------------------------------------
[2023-08-04T18:08:31+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/cityInfo
[运行时间:0.109500s] [吞吐率:9.13req/s] [内存消耗:3,505.06kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
  'content-length' => '0',
)
[ info ] [ PARAM ] array (
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000770s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_city` [ RunTime:0.048663s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`cityInitial` FROM `d_city` WHERE  `status` = 0 ORDER BY `cityInitial` [ RunTime:0.000654s ]
---------------------------------------------------------------
[2023-08-04T18:08:32+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.099360s] [吞吐率:10.06req/s] [内存消耗:3,527.02kb] [文件加载:65]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '67',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'latitude' => '31.983358',
  'pagesize' => '20',
  'cityId' => '5',
  'page' => '1',
  'longitude' => '118.770151',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000811s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.045614s ]
[ sql ] [ SQL ] SELECT h.id,h.name,listImg,address,r.name as rankName,t.name as typeName,isMedicalInsurance,phone, ROUND(6378.138 * 2 * ASIN(SQRT(POW(SIN((31.983358 * PI() / 180 - latitude * PI() / 180) / 2),2) + COS(31.983358 * PI() / 180) * COS(latitude * PI() / 180) * POW(SIN((118.770151 * PI() / 180 - longitude * PI() / 180) / 2),2))) * 1000) as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `cityId` = 5  AND `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.000915s ]
---------------------------------------------------------------
[2023-08-04T18:08:37+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/cityInfo
[运行时间:0.104654s] [吞吐率:9.56req/s] [内存消耗:3,505.06kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
  'content-length' => '0',
)
[ info ] [ PARAM ] array (
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.001027s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_city` [ RunTime:0.047048s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`cityInitial` FROM `d_city` WHERE  `status` = 0 ORDER BY `cityInitial` [ RunTime:0.000636s ]
---------------------------------------------------------------
[2023-08-04T18:08:48+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.099735s] [吞吐率:10.03req/s] [内存消耗:3,512.19kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '53',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'cityId' => '',
  'latitude' => '',
  'longitude' => '',
  'page' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.004821s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.043141s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,-1 as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.000714s ]
---------------------------------------------------------------
[2023-08-04T18:08:51+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/cityInfo
[运行时间:0.102365s] [吞吐率:9.77req/s] [内存消耗:3,505.06kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
  'content-length' => '0',
)
[ info ] [ PARAM ] array (
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000753s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_city` [ RunTime:0.042442s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`cityInitial` FROM `d_city` WHERE  `status` = 0 ORDER BY `cityInitial` [ RunTime:0.000765s ]
---------------------------------------------------------------
[2023-08-04T18:08:56+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospitalInfo
[运行时间:0.177437s] [吞吐率:5.64req/s] [内存消耗:3,519.47kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '18',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.003043s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.043250s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,`presentation` FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`id` = '1'  AND `h`.`status` = '0' LIMIT 1 [ RunTime:0.000755s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital_img` [ RunTime:0.034030s ]
[ sql ] [ SQL ] SELECT `fileUrl` FROM `d_hospital_img` WHERE  `hospitalId` = 1  AND `status` = 0 [ RunTime:0.000488s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.032350s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `status` = 0 ORDER BY `level` LIMIT 4 [ RunTime:0.000557s ]
---------------------------------------------------------------
[2023-08-04T18:08:57+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospitalEpartmene
[运行时间:0.099146s] [吞吐率:10.09req/s] [内存消耗:3,506.16kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '18',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000771s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene` [ RunTime:0.046056s ]
[ sql ] [ SQL ] SELECT `id`,`name` FROM `d_epartmene` WHERE  `type` = 1  AND `status` = 0 OR `hospitalId` = 1 ORDER BY `nameInitial` [ RunTime:0.000699s ]
---------------------------------------------------------------
[2023-08-04T18:09:08+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospitalEpartmene
[运行时间:0.112629s] [吞吐率:8.88req/s] [内存消耗:3,506.16kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '18',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.001010s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene` [ RunTime:0.055975s ]
[ sql ] [ SQL ] SELECT `id`,`name` FROM `d_epartmene` WHERE  `type` = 1  AND `status` = 0 OR `hospitalId` = 1 ORDER BY `nameInitial` [ RunTime:0.000720s ]
---------------------------------------------------------------
[2023-08-04T18:09:53+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/cityInfo
[运行时间:0.099112s] [吞吐率:10.09req/s] [内存消耗:3,505.06kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
  'content-length' => '0',
)
[ info ] [ PARAM ] array (
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000762s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_city` [ RunTime:0.045245s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`cityInitial` FROM `d_city` WHERE  `status` = 0 ORDER BY `cityInitial` [ RunTime:0.000655s ]
---------------------------------------------------------------
[2023-08-04T18:09:54+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.090693s] [吞吐率:11.03req/s] [内存消耗:3,527.02kb] [文件加载:65]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '67',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'latitude' => '31.983359',
  'pagesize' => '20',
  'cityId' => '5',
  'page' => '1',
  'longitude' => '118.771289',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000773s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.037267s ]
[ sql ] [ SQL ] SELECT h.id,h.name,listImg,address,r.name as rankName,t.name as typeName,isMedicalInsurance,phone, ROUND(6378.138 * 2 * ASIN(SQRT(POW(SIN((31.983359 * PI() / 180 - latitude * PI() / 180) / 2),2) + COS(31.983359 * PI() / 180) * COS(latitude * PI() / 180) * POW(SIN((118.771289 * PI() / 180 - longitude * PI() / 180) / 2),2))) * 1000) as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `cityId` = 5  AND `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.000992s ]
---------------------------------------------------------------
[2023-08-04T18:09:55+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/cityInfo
[运行时间:0.096196s] [吞吐率:10.40req/s] [内存消耗:3,505.06kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
  'content-length' => '0',
)
[ info ] [ PARAM ] array (
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000758s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_city` [ RunTime:0.043602s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`cityInitial` FROM `d_city` WHERE  `status` = 0 ORDER BY `cityInitial` [ RunTime:0.000683s ]
---------------------------------------------------------------
[2023-08-04T18:10:24+08:00] 112.1.58.100 POST 101.132.37.87:83/api/MyCentre/centreInfo
[运行时间:0.110607s] [吞吐率:9.04req/s] [内存消耗:3,482.08kb] [文件加载:66]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '46',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'token' => '4|28c8a5545712781951881f96257281cd',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.005257s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user` [ RunTime:0.047023s ]
[ sql ] [ SQL ] SELECT `id`,`type` FROM `d_user` WHERE  `token` = '4|28c8a5545712781951881f96257281cd'  AND `status` = 0 LIMIT 1 [ RunTime:0.000584s ]
[ sql ] [ SQL ] SELECT `name`,`faceImg`,`isVip`,`type`,`vipDate`,`phone` FROM `d_user` WHERE  `id` = 4 LIMIT 1 [ RunTime:0.000469s ]
---------------------------------------------------------------
[2023-08-04T18:11:25+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.106351s] [吞吐率:9.40req/s] [内存消耗:3,512.19kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '53',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'cityId' => '',
  'latitude' => '',
  'longitude' => '',
  'page' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000777s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.044980s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,-1 as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.000762s ]
---------------------------------------------------------------
[2023-08-04T18:11:26+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospitalInfo
[运行时间:0.167392s] [吞吐率:5.97req/s] [内存消耗:3,519.47kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '18',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000778s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.042110s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,`presentation` FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`id` = '1'  AND `h`.`status` = '0' LIMIT 1 [ RunTime:0.000749s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital_img` [ RunTime:0.035201s ]
[ sql ] [ SQL ] SELECT `fileUrl` FROM `d_hospital_img` WHERE  `hospitalId` = 1  AND `status` = 0 [ RunTime:0.000514s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.032320s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `status` = 0 ORDER BY `level` LIMIT 4 [ RunTime:0.000607s ]
---------------------------------------------------------------
[2023-08-04T18:11:27+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospitalEpartmene
[运行时间:0.106163s] [吞吐率:9.42req/s] [内存消耗:3,506.16kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '18',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000836s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene` [ RunTime:0.053512s ]
[ sql ] [ SQL ] SELECT `id`,`name` FROM `d_epartmene` WHERE  `type` = 1  AND `status` = 0 OR `hospitalId` = 1 ORDER BY `nameInitial` [ RunTime:0.000769s ]
---------------------------------------------------------------
[2023-08-04T18:13:14+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/cityInfo
[运行时间:0.103034s] [吞吐率:9.71req/s] [内存消耗:3,505.06kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
  'content-length' => '0',
)
[ info ] [ PARAM ] array (
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.007727s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_city` [ RunTime:0.043785s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`cityInitial` FROM `d_city` WHERE  `status` = 0 ORDER BY `cityInitial` [ RunTime:0.000631s ]
---------------------------------------------------------------
[2023-08-04T18:13:14+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.096807s] [吞吐率:10.33req/s] [内存消耗:3,527.02kb] [文件加载:65]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '67',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'latitude' => '31.983416',
  'pagesize' => '20',
  'cityId' => '5',
  'page' => '1',
  'longitude' => '118.770927',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.002965s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.040195s ]
[ sql ] [ SQL ] SELECT h.id,h.name,listImg,address,r.name as rankName,t.name as typeName,isMedicalInsurance,phone, ROUND(6378.138 * 2 * ASIN(SQRT(POW(SIN((31.983416 * PI() / 180 - latitude * PI() / 180) / 2),2) + COS(31.983416 * PI() / 180) * COS(latitude * PI() / 180) * POW(SIN((118.770927 * PI() / 180 - longitude * PI() / 180) / 2),2))) * 1000) as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `cityId` = 5  AND `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.000932s ]
---------------------------------------------------------------
[2023-08-04T18:13:17+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/cityInfo
[运行时间:0.111371s] [吞吐率:8.98req/s] [内存消耗:3,505.06kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
  'content-length' => '0',
)
[ info ] [ PARAM ] array (
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.002107s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_city` [ RunTime:0.058038s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`cityInitial` FROM `d_city` WHERE  `status` = 0 ORDER BY `cityInitial` [ RunTime:0.000686s ]
---------------------------------------------------------------
[2023-08-04T18:13:19+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/cityInfo
[运行时间:0.117672s] [吞吐率:8.50req/s] [内存消耗:3,505.06kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
  'content-length' => '0',
)
[ info ] [ PARAM ] array (
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.015927s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_city` [ RunTime:0.044608s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`cityInitial` FROM `d_city` WHERE  `status` = 0 ORDER BY `cityInitial` [ RunTime:0.000625s ]
---------------------------------------------------------------
[2023-08-04T18:13:39+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/cityInfo
[运行时间:0.116770s] [吞吐率:8.56req/s] [内存消耗:3,505.06kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
  'content-length' => '0',
)
[ info ] [ PARAM ] array (
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.014155s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_city` [ RunTime:0.043062s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`cityInitial` FROM `d_city` WHERE  `status` = 0 ORDER BY `cityInitial` [ RunTime:0.000655s ]
---------------------------------------------------------------
[2023-08-04T18:17:05+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospitalEpartmene
[运行时间:0.106747s] [吞吐率:9.37req/s] [内存消耗:3,506.16kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '18',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000798s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene` [ RunTime:0.044159s ]
[ sql ] [ SQL ] SELECT `id`,`name` FROM `d_epartmene` WHERE  `type` = 1  AND `status` = 0 OR `hospitalId` = 1 ORDER BY `nameInitial` [ RunTime:0.000680s ]
---------------------------------------------------------------
[2023-08-04T18:18:06+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/cityInfo
[运行时间:0.096964s] [吞吐率:10.31req/s] [内存消耗:3,505.06kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
  'content-length' => '0',
)
[ info ] [ PARAM ] array (
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000787s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_city` [ RunTime:0.044557s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`cityInitial` FROM `d_city` WHERE  `status` = 0 ORDER BY `cityInitial` [ RunTime:0.000631s ]
---------------------------------------------------------------
[2023-08-04T18:18:06+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/cityInfo
[运行时间:0.089539s] [吞吐率:11.17req/s] [内存消耗:3,505.06kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
  'content-length' => '0',
)
[ info ] [ PARAM ] array (
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000780s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_city` [ RunTime:0.027904s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`cityInitial` FROM `d_city` WHERE  `status` = 0 ORDER BY `cityInitial` [ RunTime:0.000625s ]
---------------------------------------------------------------
[2023-08-04T18:18:06+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.091787s] [吞吐率:10.89req/s] [内存消耗:3,527.02kb] [文件加载:65]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '67',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'latitude' => '31.982523',
  'pagesize' => '20',
  'cityId' => '5',
  'page' => '1',
  'longitude' => '118.770122',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000962s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.037197s ]
[ sql ] [ SQL ] SELECT h.id,h.name,listImg,address,r.name as rankName,t.name as typeName,isMedicalInsurance,phone, ROUND(6378.138 * 2 * ASIN(SQRT(POW(SIN((31.982523 * PI() / 180 - latitude * PI() / 180) / 2),2) + COS(31.982523 * PI() / 180) * COS(latitude * PI() / 180) * POW(SIN((118.770122 * PI() / 180 - longitude * PI() / 180) / 2),2))) * 1000) as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `cityId` = 5  AND `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.000979s ]
---------------------------------------------------------------
[2023-08-04T18:19:21+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.106644s] [吞吐率:9.38req/s] [内存消耗:3,512.19kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '53',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'cityId' => '',
  'latitude' => '',
  'longitude' => '',
  'page' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000764s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.044364s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,-1 as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.000770s ]
---------------------------------------------------------------
[2023-08-04T18:19:48+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospitalInfo
[运行时间:0.173459s] [吞吐率:5.77req/s] [内存消耗:3,519.47kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '18',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000815s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.044544s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,`presentation` FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`id` = '1'  AND `h`.`status` = '0' LIMIT 1 [ RunTime:0.000753s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital_img` [ RunTime:0.036517s ]
[ sql ] [ SQL ] SELECT `fileUrl` FROM `d_hospital_img` WHERE  `hospitalId` = 1  AND `status` = 0 [ RunTime:0.000556s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.034741s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `status` = 0 ORDER BY `level` LIMIT 4 [ RunTime:0.000665s ]
---------------------------------------------------------------
[2023-08-04T18:19:49+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospitalEpartmene
[运行时间:0.093344s] [吞吐率:10.71req/s] [内存消耗:3,506.16kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '18',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000801s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene` [ RunTime:0.041347s ]
[ sql ] [ SQL ] SELECT `id`,`name` FROM `d_epartmene` WHERE  `type` = 1  AND `status` = 0 OR `hospitalId` = 1 ORDER BY `nameInitial` [ RunTime:0.000654s ]
---------------------------------------------------------------
[2023-08-04T18:19:51+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/epartmeneInfo
[运行时间:0.217112s] [吞吐率:4.61req/s] [内存消耗:3,529.66kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '36',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'epartmeneId' => '5',
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000773s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene` [ RunTime:0.044239s ]
[ sql ] [ SQL ] SELECT * FROM `d_epartmene` WHERE  `id` = 5  AND `status` = 0 LIMIT 1 [ RunTime:0.000666s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.036132s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName`,`territory` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `epartmeneId` = 5  AND `status` = 0 ORDER BY `level`,`epartmeneId` LIMIT 4 [ RunTime:0.000620s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene_group` [ RunTime:0.039416s ]
[ sql ] [ SQL ] SELECT `e`.`id`,`e`.`name`,`e`.`epartmeneId`,ep.name as epartmeneName FROM `d_epartmene_group` `e` LEFT JOIN `d_epartmene` `ep` ON `ep`.`id`=`e`.`epartmeneId` WHERE  `e`.`hospitalId` = '1'  AND `e`.`epartmeneId` = '5'  AND `e`.`status` = '0' [ RunTime:0.000638s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene_group_info` [ RunTime:0.038173s ]
[ sql ] [ SQL ] SELECT `e`.`groupId`,`doctorId`,d.name as doctorName,`faceImg`,`doctorLevelName`,`territory` FROM `d_epartmene_group_info` `e` LEFT JOIN `d_doctor` `d` ON `d`.`id`=`e`.`doctorId` WHERE  `e`.`hospitalId` = '1'  AND `e`.`epartmeneId` = '5'  AND `e`.`status` = '0' ORDER BY `type` [ RunTime:0.000732s ]
---------------------------------------------------------------
[2023-08-04T18:24:46+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/cityInfo
[运行时间:0.109625s] [吞吐率:9.12req/s] [内存消耗:3,505.06kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
  'content-length' => '0',
)
[ info ] [ PARAM ] array (
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000809s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_city` [ RunTime:0.048287s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`cityInitial` FROM `d_city` WHERE  `status` = 0 ORDER BY `cityInitial` [ RunTime:0.000658s ]
---------------------------------------------------------------
[2023-08-04T18:25:43+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/cityInfo
[运行时间:0.106275s] [吞吐率:9.41req/s] [内存消耗:3,505.06kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
  'content-length' => '0',
)
[ info ] [ PARAM ] array (
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000810s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_city` [ RunTime:0.052659s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`cityInitial` FROM `d_city` WHERE  `status` = 0 ORDER BY `cityInitial` [ RunTime:0.000664s ]
---------------------------------------------------------------
[2023-08-04T18:25:44+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.100901s] [吞吐率:9.91req/s] [内存消耗:3,527.02kb] [文件加载:65]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '67',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'latitude' => '31.983425',
  'pagesize' => '20',
  'cityId' => '5',
  'page' => '1',
  'longitude' => '118.770955',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000837s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.046932s ]
[ sql ] [ SQL ] SELECT h.id,h.name,listImg,address,r.name as rankName,t.name as typeName,isMedicalInsurance,phone, ROUND(6378.138 * 2 * ASIN(SQRT(POW(SIN((31.983425 * PI() / 180 - latitude * PI() / 180) / 2),2) + COS(31.983425 * PI() / 180) * COS(latitude * PI() / 180) * POW(SIN((118.770955 * PI() / 180 - longitude * PI() / 180) / 2),2))) * 1000) as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `cityId` = 5  AND `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.000927s ]
---------------------------------------------------------------
[2023-08-04T18:26:03+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/cityInfo
[运行时间:0.098647s] [吞吐率:10.14req/s] [内存消耗:3,505.06kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
  'content-length' => '0',
)
[ info ] [ PARAM ] array (
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000806s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_city` [ RunTime:0.045924s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`cityInitial` FROM `d_city` WHERE  `status` = 0 ORDER BY `cityInitial` [ RunTime:0.000651s ]
---------------------------------------------------------------
[2023-08-04T18:27:03+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/cityInfo
[运行时间:0.109518s] [吞吐率:9.13req/s] [内存消耗:3,505.06kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
  'content-length' => '0',
)
[ info ] [ PARAM ] array (
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000802s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_city` [ RunTime:0.047691s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`cityInitial` FROM `d_city` WHERE  `status` = 0 ORDER BY `cityInitial` [ RunTime:0.000667s ]
---------------------------------------------------------------
[2023-08-04T18:27:47+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/cityInfo
[运行时间:0.103783s] [吞吐率:9.64req/s] [内存消耗:3,505.06kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
  'content-length' => '0',
)
[ info ] [ PARAM ] array (
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000805s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_city` [ RunTime:0.050851s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`cityInitial` FROM `d_city` WHERE  `status` = 0 ORDER BY `cityInitial` [ RunTime:0.000660s ]
---------------------------------------------------------------
[2023-08-04T18:27:47+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/cityInfo
[运行时间:0.120722s] [吞吐率:8.28req/s] [内存消耗:3,505.06kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
  'content-length' => '0',
)
[ info ] [ PARAM ] array (
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.005654s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_city` [ RunTime:0.030409s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`cityInitial` FROM `d_city` WHERE  `status` = 0 ORDER BY `cityInitial` [ RunTime:0.000666s ]
---------------------------------------------------------------
[2023-08-04T18:27:47+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.096286s] [吞吐率:10.39req/s] [内存消耗:3,527.02kb] [文件加载:65]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '67',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'latitude' => '31.982909',
  'pagesize' => '20',
  'cityId' => '5',
  'page' => '1',
  'longitude' => '118.770261',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000786s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.040843s ]
[ sql ] [ SQL ] SELECT h.id,h.name,listImg,address,r.name as rankName,t.name as typeName,isMedicalInsurance,phone, ROUND(6378.138 * 2 * ASIN(SQRT(POW(SIN((31.982909 * PI() / 180 - latitude * PI() / 180) / 2),2) + COS(31.982909 * PI() / 180) * COS(latitude * PI() / 180) * POW(SIN((118.770261 * PI() / 180 - longitude * PI() / 180) / 2),2))) * 1000) as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `cityId` = 5  AND `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.000926s ]
---------------------------------------------------------------
[2023-08-04T18:28:44+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/cityInfo
[运行时间:0.104818s] [吞吐率:9.54req/s] [内存消耗:3,505.06kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
  'content-length' => '0',
)
[ info ] [ PARAM ] array (
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.002358s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_city` [ RunTime:0.050340s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`cityInitial` FROM `d_city` WHERE  `status` = 0 ORDER BY `cityInitial` [ RunTime:0.000649s ]
---------------------------------------------------------------
[2023-08-04T18:33:01+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.117511s] [吞吐率:8.51req/s] [内存消耗:3,512.19kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '53',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'cityId' => '',
  'latitude' => '',
  'longitude' => '',
  'page' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000810s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.054603s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,-1 as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.000922s ]
---------------------------------------------------------------
[2023-08-04T18:33:02+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospitalInfo
[运行时间:0.225346s] [吞吐率:4.44req/s] [内存消耗:3,519.47kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '18',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.007233s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.058308s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,`presentation` FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`id` = '1'  AND `h`.`status` = '0' LIMIT 1 [ RunTime:0.000824s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital_img` [ RunTime:0.049376s ]
[ sql ] [ SQL ] SELECT `fileUrl` FROM `d_hospital_img` WHERE  `hospitalId` = 1  AND `status` = 0 [ RunTime:0.000579s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.051833s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `status` = 0 ORDER BY `level` LIMIT 4 [ RunTime:0.000674s ]
---------------------------------------------------------------
[2023-08-04T18:33:03+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospitalEpartmene
[运行时间:0.103662s] [吞吐率:9.65req/s] [内存消耗:3,506.16kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '18',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000853s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene` [ RunTime:0.050483s ]
[ sql ] [ SQL ] SELECT `id`,`name` FROM `d_epartmene` WHERE  `type` = 1  AND `status` = 0 OR `hospitalId` = 1 ORDER BY `nameInitial` [ RunTime:0.000724s ]
---------------------------------------------------------------
[2023-08-04T18:33:04+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/epartmeneInfo
[运行时间:0.234233s] [吞吐率:4.27req/s] [内存消耗:3,529.66kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '36',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'epartmeneId' => '5',
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000819s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene` [ RunTime:0.050979s ]
[ sql ] [ SQL ] SELECT * FROM `d_epartmene` WHERE  `id` = 5  AND `status` = 0 LIMIT 1 [ RunTime:0.000679s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.041874s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName`,`territory` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `epartmeneId` = 5  AND `status` = 0 ORDER BY `level`,`epartmeneId` LIMIT 4 [ RunTime:0.000654s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene_group` [ RunTime:0.041074s ]
[ sql ] [ SQL ] SELECT `e`.`id`,`e`.`name`,`e`.`epartmeneId`,ep.name as epartmeneName FROM `d_epartmene_group` `e` LEFT JOIN `d_epartmene` `ep` ON `ep`.`id`=`e`.`epartmeneId` WHERE  `e`.`hospitalId` = '1'  AND `e`.`epartmeneId` = '5'  AND `e`.`status` = '0' [ RunTime:0.000666s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene_group_info` [ RunTime:0.039890s ]
[ sql ] [ SQL ] SELECT `e`.`groupId`,`doctorId`,d.name as doctorName,`faceImg`,`doctorLevelName`,`territory` FROM `d_epartmene_group_info` `e` LEFT JOIN `d_doctor` `d` ON `d`.`id`=`e`.`doctorId` WHERE  `e`.`hospitalId` = '1'  AND `e`.`epartmeneId` = '5'  AND `e`.`status` = '0' ORDER BY `type` [ RunTime:0.000735s ]
---------------------------------------------------------------
[2023-08-04T18:33:32+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.102540s] [吞吐率:9.75req/s] [内存消耗:3,512.19kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '53',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'cityId' => '',
  'latitude' => '',
  'longitude' => '',
  'page' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000804s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.049108s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,-1 as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.000761s ]
---------------------------------------------------------------
[2023-08-04T18:33:33+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospitalInfo
[运行时间:0.192829s] [吞吐率:5.19req/s] [内存消耗:3,519.47kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '18',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000804s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.050186s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,`presentation` FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`id` = '1'  AND `h`.`status` = '0' LIMIT 1 [ RunTime:0.000780s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital_img` [ RunTime:0.042428s ]
[ sql ] [ SQL ] SELECT `fileUrl` FROM `d_hospital_img` WHERE  `hospitalId` = 1  AND `status` = 0 [ RunTime:0.000570s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.041484s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `status` = 0 ORDER BY `level` LIMIT 4 [ RunTime:0.000707s ]
---------------------------------------------------------------
[2023-08-04T18:33:34+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospitalEpartmene
[运行时间:0.103163s] [吞吐率:9.69req/s] [内存消耗:3,506.16kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '18',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000794s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene` [ RunTime:0.049949s ]
[ sql ] [ SQL ] SELECT `id`,`name` FROM `d_epartmene` WHERE  `type` = 1  AND `status` = 0 OR `hospitalId` = 1 ORDER BY `nameInitial` [ RunTime:0.000722s ]
---------------------------------------------------------------
[2023-08-04T18:33:35+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/epartmeneInfo
[运行时间:0.233342s] [吞吐率:4.29req/s] [内存消耗:3,529.66kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '36',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'epartmeneId' => '5',
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000792s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene` [ RunTime:0.048997s ]
[ sql ] [ SQL ] SELECT * FROM `d_epartmene` WHERE  `id` = 5  AND `status` = 0 LIMIT 1 [ RunTime:0.000695s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.041564s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName`,`territory` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `epartmeneId` = 5  AND `status` = 0 ORDER BY `level`,`epartmeneId` LIMIT 4 [ RunTime:0.000660s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene_group` [ RunTime:0.041173s ]
[ sql ] [ SQL ] SELECT `e`.`id`,`e`.`name`,`e`.`epartmeneId`,ep.name as epartmeneName FROM `d_epartmene_group` `e` LEFT JOIN `d_epartmene` `ep` ON `ep`.`id`=`e`.`epartmeneId` WHERE  `e`.`hospitalId` = '1'  AND `e`.`epartmeneId` = '5'  AND `e`.`status` = '0' [ RunTime:0.000697s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene_group_info` [ RunTime:0.041681s ]
[ sql ] [ SQL ] SELECT `e`.`groupId`,`doctorId`,d.name as doctorName,`faceImg`,`doctorLevelName`,`territory` FROM `d_epartmene_group_info` `e` LEFT JOIN `d_doctor` `d` ON `d`.`id`=`e`.`doctorId` WHERE  `e`.`hospitalId` = '1'  AND `e`.`epartmeneId` = '5'  AND `e`.`status` = '0' ORDER BY `type` [ RunTime:0.000736s ]
---------------------------------------------------------------
[2023-08-04T18:34:18+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.102864s] [吞吐率:9.72req/s] [内存消耗:3,512.19kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '53',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'cityId' => '',
  'latitude' => '',
  'longitude' => '',
  'page' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.003018s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.047215s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,-1 as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.000766s ]
---------------------------------------------------------------
[2023-08-04T18:34:19+08:00] 112.1.58.100 POST 101.132.37.87:83/api/MyCentre/centreInfo
[运行时间:0.105193s] [吞吐率:9.51req/s] [内存消耗:3,482.08kb] [文件加载:66]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '46',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'token' => '4|28c8a5545712781951881f96257281cd',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000782s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user` [ RunTime:0.050081s ]
[ sql ] [ SQL ] SELECT `id`,`type` FROM `d_user` WHERE  `token` = '4|28c8a5545712781951881f96257281cd'  AND `status` = 0 LIMIT 1 [ RunTime:0.000619s ]
[ sql ] [ SQL ] SELECT `name`,`faceImg`,`isVip`,`type`,`vipDate`,`phone` FROM `d_user` WHERE  `id` = 4 LIMIT 1 [ RunTime:0.000490s ]
---------------------------------------------------------------
[2023-08-04T18:34:21+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospitalInfo
[运行时间:0.186971s] [吞吐率:5.35req/s] [内存消耗:3,519.47kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '18',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000803s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.048623s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,`presentation` FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`id` = '1'  AND `h`.`status` = '0' LIMIT 1 [ RunTime:0.000767s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital_img` [ RunTime:0.039253s ]
[ sql ] [ SQL ] SELECT `fileUrl` FROM `d_hospital_img` WHERE  `hospitalId` = 1  AND `status` = 0 [ RunTime:0.000571s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.041885s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `status` = 0 ORDER BY `level` LIMIT 4 [ RunTime:0.000677s ]
---------------------------------------------------------------
[2023-08-04T18:34:22+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospitalEpartmene
[运行时间:0.099397s] [吞吐率:10.06req/s] [内存消耗:3,506.16kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '18',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000798s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene` [ RunTime:0.046835s ]
[ sql ] [ SQL ] SELECT `id`,`name` FROM `d_epartmene` WHERE  `type` = 1  AND `status` = 0 OR `hospitalId` = 1 ORDER BY `nameInitial` [ RunTime:0.000708s ]
---------------------------------------------------------------
[2023-08-04T18:34:23+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/epartmeneInfo
[运行时间:0.233396s] [吞吐率:4.28req/s] [内存消耗:3,529.66kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '36',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'epartmeneId' => '5',
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000785s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene` [ RunTime:0.048206s ]
[ sql ] [ SQL ] SELECT * FROM `d_epartmene` WHERE  `id` = 5  AND `status` = 0 LIMIT 1 [ RunTime:0.000668s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.042541s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName`,`territory` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `epartmeneId` = 5  AND `status` = 0 ORDER BY `level`,`epartmeneId` LIMIT 4 [ RunTime:0.000643s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene_group` [ RunTime:0.040175s ]
[ sql ] [ SQL ] SELECT `e`.`id`,`e`.`name`,`e`.`epartmeneId`,ep.name as epartmeneName FROM `d_epartmene_group` `e` LEFT JOIN `d_epartmene` `ep` ON `ep`.`id`=`e`.`epartmeneId` WHERE  `e`.`hospitalId` = '1'  AND `e`.`epartmeneId` = '5'  AND `e`.`status` = '0' [ RunTime:0.000659s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene_group_info` [ RunTime:0.042682s ]
[ sql ] [ SQL ] SELECT `e`.`groupId`,`doctorId`,d.name as doctorName,`faceImg`,`doctorLevelName`,`territory` FROM `d_epartmene_group_info` `e` LEFT JOIN `d_doctor` `d` ON `d`.`id`=`e`.`doctorId` WHERE  `e`.`hospitalId` = '1'  AND `e`.`epartmeneId` = '5'  AND `e`.`status` = '0' ORDER BY `type` [ RunTime:0.000729s ]
---------------------------------------------------------------
[2023-08-04T18:34:57+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.104559s] [吞吐率:9.56req/s] [内存消耗:3,512.19kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '53',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'cityId' => '',
  'latitude' => '',
  'longitude' => '',
  'page' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.002762s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.048707s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,-1 as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.000757s ]
---------------------------------------------------------------
[2023-08-04T18:34:59+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/cityInfo
[运行时间:0.115311s] [吞吐率:8.67req/s] [内存消耗:3,505.06kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
  'content-length' => '0',
)
[ info ] [ PARAM ] array (
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.008805s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_city` [ RunTime:0.046047s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`cityInitial` FROM `d_city` WHERE  `status` = 0 ORDER BY `cityInitial` [ RunTime:0.000658s ]
---------------------------------------------------------------
[2023-08-04T18:35:00+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.101468s] [吞吐率:9.86req/s] [内存消耗:3,527.02kb] [文件加载:65]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '66',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'latitude' => '31.983303',
  'pagesize' => '20',
  'cityId' => '5',
  'page' => '1',
  'longitude' => '118.77102',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.008832s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.038505s ]
[ sql ] [ SQL ] SELECT h.id,h.name,listImg,address,r.name as rankName,t.name as typeName,isMedicalInsurance,phone, ROUND(6378.138 * 2 * ASIN(SQRT(POW(SIN((31.983303 * PI() / 180 - latitude * PI() / 180) / 2),2) + COS(31.983303 * PI() / 180) * COS(latitude * PI() / 180) * POW(SIN((118.77102 * PI() / 180 - longitude * PI() / 180) / 2),2))) * 1000) as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `cityId` = 5  AND `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.000946s ]
---------------------------------------------------------------
[2023-08-04T18:35:01+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/cityInfo
[运行时间:0.108457s] [吞吐率:9.22req/s] [内存消耗:3,505.06kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
  'content-length' => '0',
)
[ info ] [ PARAM ] array (
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.009059s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_city` [ RunTime:0.046914s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`cityInitial` FROM `d_city` WHERE  `status` = 0 ORDER BY `cityInitial` [ RunTime:0.000668s ]
---------------------------------------------------------------
[2023-08-04T18:35:03+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospitalInfo
[运行时间:0.200222s] [吞吐率:4.99req/s] [内存消耗:3,519.47kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '18',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.014023s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.046450s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,`presentation` FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`id` = '1'  AND `h`.`status` = '0' LIMIT 1 [ RunTime:0.000733s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital_img` [ RunTime:0.037450s ]
[ sql ] [ SQL ] SELECT `fileUrl` FROM `d_hospital_img` WHERE  `hospitalId` = 1  AND `status` = 0 [ RunTime:0.000568s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.036896s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `status` = 0 ORDER BY `level` LIMIT 4 [ RunTime:0.000670s ]
---------------------------------------------------------------
[2023-08-04T18:35:05+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospitalEpartmene
[运行时间:0.107256s] [吞吐率:9.32req/s] [内存消耗:3,506.16kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '18',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.008814s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene` [ RunTime:0.046608s ]
[ sql ] [ SQL ] SELECT `id`,`name` FROM `d_epartmene` WHERE  `type` = 1  AND `status` = 0 OR `hospitalId` = 1 ORDER BY `nameInitial` [ RunTime:0.000752s ]
---------------------------------------------------------------
[2023-08-04T18:35:06+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/epartmeneInfo
[运行时间:0.217752s] [吞吐率:4.59req/s] [内存消耗:3,529.66kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '36',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'epartmeneId' => '5',
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000788s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene` [ RunTime:0.046087s ]
[ sql ] [ SQL ] SELECT * FROM `d_epartmene` WHERE  `id` = 5  AND `status` = 0 LIMIT 1 [ RunTime:0.000673s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.037641s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName`,`territory` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `epartmeneId` = 5  AND `status` = 0 ORDER BY `level`,`epartmeneId` LIMIT 4 [ RunTime:0.000641s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene_group` [ RunTime:0.036502s ]
[ sql ] [ SQL ] SELECT `e`.`id`,`e`.`name`,`e`.`epartmeneId`,ep.name as epartmeneName FROM `d_epartmene_group` `e` LEFT JOIN `d_epartmene` `ep` ON `ep`.`id`=`e`.`epartmeneId` WHERE  `e`.`hospitalId` = '1'  AND `e`.`epartmeneId` = '5'  AND `e`.`status` = '0' [ RunTime:0.000644s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene_group_info` [ RunTime:0.036641s ]
[ sql ] [ SQL ] SELECT `e`.`groupId`,`doctorId`,d.name as doctorName,`faceImg`,`doctorLevelName`,`territory` FROM `d_epartmene_group_info` `e` LEFT JOIN `d_doctor` `d` ON `d`.`id`=`e`.`doctorId` WHERE  `e`.`hospitalId` = '1'  AND `e`.`epartmeneId` = '5'  AND `e`.`status` = '0' ORDER BY `type` [ RunTime:0.000712s ]
---------------------------------------------------------------
[2023-08-04T18:35:11+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/cityInfo
[运行时间:0.104492s] [吞吐率:9.57req/s] [内存消耗:3,505.06kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
  'content-length' => '0',
)
[ info ] [ PARAM ] array (
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.006266s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_city` [ RunTime:0.045489s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`cityInitial` FROM `d_city` WHERE  `status` = 0 ORDER BY `cityInitial` [ RunTime:0.001481s ]
---------------------------------------------------------------
[2023-08-04T18:35:55+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.095799s] [吞吐率:10.44req/s] [内存消耗:3,512.19kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '53',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'cityId' => '',
  'latitude' => '',
  'longitude' => '',
  'page' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000759s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.042315s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,-1 as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.000705s ]
---------------------------------------------------------------
[2023-08-04T18:35:57+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospitalInfo
[运行时间:0.180301s] [吞吐率:5.55req/s] [内存消耗:3,519.47kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '18',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000770s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.048054s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,`presentation` FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`id` = '1'  AND `h`.`status` = '0' LIMIT 1 [ RunTime:0.000749s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital_img` [ RunTime:0.037005s ]
[ sql ] [ SQL ] SELECT `fileUrl` FROM `d_hospital_img` WHERE  `hospitalId` = 1  AND `status` = 0 [ RunTime:0.000545s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.037561s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `status` = 0 ORDER BY `level` LIMIT 4 [ RunTime:0.000668s ]
---------------------------------------------------------------
[2023-08-04T18:35:58+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospitalEpartmene
[运行时间:0.107424s] [吞吐率:9.31req/s] [内存消耗:3,506.16kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '18',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000772s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene` [ RunTime:0.053233s ]
[ sql ] [ SQL ] SELECT `id`,`name` FROM `d_epartmene` WHERE  `type` = 1  AND `status` = 0 OR `hospitalId` = 1 ORDER BY `nameInitial` [ RunTime:0.000700s ]
---------------------------------------------------------------
[2023-08-04T18:35:59+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/epartmeneInfo
[运行时间:0.222236s] [吞吐率:4.50req/s] [内存消耗:3,529.66kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '36',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'epartmeneId' => '5',
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000883s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene` [ RunTime:0.045671s ]
[ sql ] [ SQL ] SELECT * FROM `d_epartmene` WHERE  `id` = 5  AND `status` = 0 LIMIT 1 [ RunTime:0.000793s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.042411s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName`,`territory` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `epartmeneId` = 5  AND `status` = 0 ORDER BY `level`,`epartmeneId` LIMIT 4 [ RunTime:0.000663s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene_group` [ RunTime:0.036964s ]
[ sql ] [ SQL ] SELECT `e`.`id`,`e`.`name`,`e`.`epartmeneId`,ep.name as epartmeneName FROM `d_epartmene_group` `e` LEFT JOIN `d_epartmene` `ep` ON `ep`.`id`=`e`.`epartmeneId` WHERE  `e`.`hospitalId` = '1'  AND `e`.`epartmeneId` = '5'  AND `e`.`status` = '0' [ RunTime:0.000662s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene_group_info` [ RunTime:0.037163s ]
[ sql ] [ SQL ] SELECT `e`.`groupId`,`doctorId`,d.name as doctorName,`faceImg`,`doctorLevelName`,`territory` FROM `d_epartmene_group_info` `e` LEFT JOIN `d_doctor` `d` ON `d`.`id`=`e`.`doctorId` WHERE  `e`.`hospitalId` = '1'  AND `e`.`epartmeneId` = '5'  AND `e`.`status` = '0' ORDER BY `type` [ RunTime:0.000717s ]
---------------------------------------------------------------
[2023-08-04T18:36:11+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/cityInfo
[运行时间:0.106456s] [吞吐率:9.39req/s] [内存消耗:3,505.06kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
  'content-length' => '0',
)
[ info ] [ PARAM ] array (
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.011338s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_city` [ RunTime:0.043747s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`cityInitial` FROM `d_city` WHERE  `status` = 0 ORDER BY `cityInitial` [ RunTime:0.000637s ]
---------------------------------------------------------------
[2023-08-04T18:36:12+08:00] 49.77.181.221 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.104998s] [吞吐率:9.52req/s] [内存消耗:3,527.02kb] [文件加载:65]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '67',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'latitude' => '31.983402',
  'pagesize' => '20',
  'cityId' => '5',
  'page' => '1',
  'longitude' => '118.771019',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.005769s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.045752s ]
[ sql ] [ SQL ] SELECT h.id,h.name,listImg,address,r.name as rankName,t.name as typeName,isMedicalInsurance,phone, ROUND(6378.138 * 2 * ASIN(SQRT(POW(SIN((31.983402 * PI() / 180 - latitude * PI() / 180) / 2),2) + COS(31.983402 * PI() / 180) * COS(latitude * PI() / 180) * POW(SIN((118.771019 * PI() / 180 - longitude * PI() / 180) / 2),2))) * 1000) as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `cityId` = 5  AND `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.001335s ]
---------------------------------------------------------------
[2023-08-04T18:36:55+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/epartmeneInfo
[运行时间:0.216662s] [吞吐率:4.62req/s] [内存消耗:3,529.66kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '36',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'epartmeneId' => '5',
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000930s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene` [ RunTime:0.045953s ]
[ sql ] [ SQL ] SELECT * FROM `d_epartmene` WHERE  `id` = 5  AND `status` = 0 LIMIT 1 [ RunTime:0.000765s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.037453s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName`,`territory` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `epartmeneId` = 5  AND `status` = 0 ORDER BY `level`,`epartmeneId` LIMIT 4 [ RunTime:0.000655s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene_group` [ RunTime:0.035951s ]
[ sql ] [ SQL ] SELECT `e`.`id`,`e`.`name`,`e`.`epartmeneId`,ep.name as epartmeneName FROM `d_epartmene_group` `e` LEFT JOIN `d_epartmene` `ep` ON `ep`.`id`=`e`.`epartmeneId` WHERE  `e`.`hospitalId` = '1'  AND `e`.`epartmeneId` = '5'  AND `e`.`status` = '0' [ RunTime:0.000645s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene_group_info` [ RunTime:0.037186s ]
[ sql ] [ SQL ] SELECT `e`.`groupId`,`doctorId`,d.name as doctorName,`faceImg`,`doctorLevelName`,`territory` FROM `d_epartmene_group_info` `e` LEFT JOIN `d_doctor` `d` ON `d`.`id`=`e`.`doctorId` WHERE  `e`.`hospitalId` = '1'  AND `e`.`epartmeneId` = '5'  AND `e`.`status` = '0' ORDER BY `type` [ RunTime:0.000715s ]
---------------------------------------------------------------
[2023-08-04T18:38:23+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.108569s] [吞吐率:9.21req/s] [内存消耗:3,512.19kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '53',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'cityId' => '',
  'latitude' => '',
  'longitude' => '',
  'page' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000782s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.047286s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,-1 as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.000734s ]
---------------------------------------------------------------
[2023-08-04T18:38:24+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospitalInfo
[运行时间:0.175284s] [吞吐率:5.71req/s] [内存消耗:3,519.47kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '18',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000806s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.046126s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,`presentation` FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`id` = '1'  AND `h`.`status` = '0' LIMIT 1 [ RunTime:0.000753s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital_img` [ RunTime:0.036472s ]
[ sql ] [ SQL ] SELECT `fileUrl` FROM `d_hospital_img` WHERE  `hospitalId` = 1  AND `status` = 0 [ RunTime:0.000692s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.035447s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `status` = 0 ORDER BY `level` LIMIT 4 [ RunTime:0.000627s ]
---------------------------------------------------------------
[2023-08-04T18:38:25+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospitalEpartmene
[运行时间:0.100881s] [吞吐率:9.91req/s] [内存消耗:3,506.16kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '18',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000783s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene` [ RunTime:0.047390s ]
[ sql ] [ SQL ] SELECT `id`,`name` FROM `d_epartmene` WHERE  `type` = 1  AND `status` = 0 OR `hospitalId` = 1 ORDER BY `nameInitial` [ RunTime:0.000713s ]
---------------------------------------------------------------
[2023-08-04T18:38:26+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/epartmeneInfo
[运行时间:0.200127s] [吞吐率:5.00req/s] [内存消耗:3,529.66kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '36',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'epartmeneId' => '5',
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000767s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene` [ RunTime:0.041230s ]
[ sql ] [ SQL ] SELECT * FROM `d_epartmene` WHERE  `id` = 5  AND `status` = 0 LIMIT 1 [ RunTime:0.000635s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.033455s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName`,`territory` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `epartmeneId` = 5  AND `status` = 0 ORDER BY `level`,`epartmeneId` LIMIT 4 [ RunTime:0.000526s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene_group` [ RunTime:0.033559s ]
[ sql ] [ SQL ] SELECT `e`.`id`,`e`.`name`,`e`.`epartmeneId`,ep.name as epartmeneName FROM `d_epartmene_group` `e` LEFT JOIN `d_epartmene` `ep` ON `ep`.`id`=`e`.`epartmeneId` WHERE  `e`.`hospitalId` = '1'  AND `e`.`epartmeneId` = '5'  AND `e`.`status` = '0' [ RunTime:0.000539s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene_group_info` [ RunTime:0.033082s ]
[ sql ] [ SQL ] SELECT `e`.`groupId`,`doctorId`,d.name as doctorName,`faceImg`,`doctorLevelName`,`territory` FROM `d_epartmene_group_info` `e` LEFT JOIN `d_doctor` `d` ON `d`.`id`=`e`.`doctorId` WHERE  `e`.`hospitalId` = '1'  AND `e`.`epartmeneId` = '5'  AND `e`.`status` = '0' ORDER BY `type` [ RunTime:0.000598s ]
---------------------------------------------------------------
[2023-08-04T18:41:21+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.105220s] [吞吐率:9.50req/s] [内存消耗:3,512.19kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '53',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'cityId' => '',
  'latitude' => '',
  'longitude' => '',
  'page' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000788s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.044044s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,-1 as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.000732s ]
---------------------------------------------------------------
[2023-08-04T18:41:23+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospitalInfo
[运行时间:0.170485s] [吞吐率:5.87req/s] [内存消耗:3,519.47kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '18',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000769s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.041335s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,`presentation` FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`id` = '1'  AND `h`.`status` = '0' LIMIT 1 [ RunTime:0.000697s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital_img` [ RunTime:0.035011s ]
[ sql ] [ SQL ] SELECT `fileUrl` FROM `d_hospital_img` WHERE  `hospitalId` = 1  AND `status` = 0 [ RunTime:0.000522s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.037324s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `status` = 0 ORDER BY `level` LIMIT 4 [ RunTime:0.000642s ]
---------------------------------------------------------------
[2023-08-04T18:41:23+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospitalEpartmene
[运行时间:0.098049s] [吞吐率:10.20req/s] [内存消耗:3,506.16kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '18',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000896s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene` [ RunTime:0.043209s ]
[ sql ] [ SQL ] SELECT `id`,`name` FROM `d_epartmene` WHERE  `type` = 1  AND `status` = 0 OR `hospitalId` = 1 ORDER BY `nameInitial` [ RunTime:0.000771s ]
---------------------------------------------------------------
[2023-08-04T18:41:25+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/epartmeneInfo
[运行时间:0.220671s] [吞吐率:4.53req/s] [内存消耗:3,529.66kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '36',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'epartmeneId' => '5',
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000923s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene` [ RunTime:0.048637s ]
[ sql ] [ SQL ] SELECT * FROM `d_epartmene` WHERE  `id` = 5  AND `status` = 0 LIMIT 1 [ RunTime:0.000655s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.035142s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName`,`territory` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `epartmeneId` = 5  AND `status` = 0 ORDER BY `level`,`epartmeneId` LIMIT 4 [ RunTime:0.000609s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene_group` [ RunTime:0.036743s ]
[ sql ] [ SQL ] SELECT `e`.`id`,`e`.`name`,`e`.`epartmeneId`,ep.name as epartmeneName FROM `d_epartmene_group` `e` LEFT JOIN `d_epartmene` `ep` ON `ep`.`id`=`e`.`epartmeneId` WHERE  `e`.`hospitalId` = '1'  AND `e`.`epartmeneId` = '5'  AND `e`.`status` = '0' [ RunTime:0.000662s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene_group_info` [ RunTime:0.039937s ]
[ sql ] [ SQL ] SELECT `e`.`groupId`,`doctorId`,d.name as doctorName,`faceImg`,`doctorLevelName`,`territory` FROM `d_epartmene_group_info` `e` LEFT JOIN `d_doctor` `d` ON `d`.`id`=`e`.`doctorId` WHERE  `e`.`hospitalId` = '1'  AND `e`.`epartmeneId` = '5'  AND `e`.`status` = '0' ORDER BY `type` [ RunTime:0.000713s ]
---------------------------------------------------------------
[2023-08-04T18:43:57+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.107279s] [吞吐率:9.32req/s] [内存消耗:3,512.19kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '53',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'cityId' => '',
  'latitude' => '',
  'longitude' => '',
  'page' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000822s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.045771s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,-1 as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.000741s ]
---------------------------------------------------------------
[2023-08-04T18:43:59+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospitalInfo
[运行时间:0.163671s] [吞吐率:6.11req/s] [内存消耗:3,519.47kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '18',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000736s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.040775s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,`presentation` FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`id` = '1'  AND `h`.`status` = '0' LIMIT 1 [ RunTime:0.000708s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital_img` [ RunTime:0.034246s ]
[ sql ] [ SQL ] SELECT `fileUrl` FROM `d_hospital_img` WHERE  `hospitalId` = 1  AND `status` = 0 [ RunTime:0.000524s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.032481s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `status` = 0 ORDER BY `level` LIMIT 4 [ RunTime:0.000603s ]
---------------------------------------------------------------
[2023-08-04T18:44:01+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospitalEpartmene
[运行时间:0.101947s] [吞吐率:9.81req/s] [内存消耗:3,506.16kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '18',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000754s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene` [ RunTime:0.050079s ]
[ sql ] [ SQL ] SELECT `id`,`name` FROM `d_epartmene` WHERE  `type` = 1  AND `status` = 0 OR `hospitalId` = 1 ORDER BY `nameInitial` [ RunTime:0.000692s ]
---------------------------------------------------------------
[2023-08-04T18:44:02+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/epartmeneInfo
[运行时间:0.226386s] [吞吐率:4.42req/s] [内存消耗:3,530.96kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '36',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'epartmeneId' => '5',
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000941s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene` [ RunTime:0.047818s ]
[ sql ] [ SQL ] SELECT * FROM `d_epartmene` WHERE  `id` = 5  AND `status` = 0 LIMIT 1 [ RunTime:0.000680s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.039326s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName`,`territory` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `epartmeneId` = 5  AND `status` = 0 ORDER BY `level`,`epartmeneId` LIMIT 4 [ RunTime:0.000650s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene_group` [ RunTime:0.038181s ]
[ sql ] [ SQL ] SELECT `e`.`id`,`e`.`name`,`e`.`epartmeneId`,ep.name as epartmeneName FROM `d_epartmene_group` `e` LEFT JOIN `d_epartmene` `ep` ON `ep`.`id`=`e`.`epartmeneId` WHERE  `e`.`hospitalId` = '1'  AND `e`.`epartmeneId` = '5'  AND `e`.`status` = '0' [ RunTime:0.000666s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene_group_info` [ RunTime:0.041359s ]
[ sql ] [ SQL ] SELECT `e`.`groupId`,`doctorId`,d.name as doctorName,`faceImg`,`doctorLevelName`,`territory` FROM `d_epartmene_group_info` `e` LEFT JOIN `d_doctor` `d` ON `d`.`id`=`e`.`doctorId` WHERE  `e`.`hospitalId` = '1'  AND `e`.`epartmeneId` = '5'  AND `e`.`status` = '0' ORDER BY `type` [ RunTime:0.000743s ]
---------------------------------------------------------------
[2023-08-04T18:46:01+08:00] 112.1.58.100 POST 101.132.37.87:83/api/MyCentre/centreInfo
[运行时间:0.114403s] [吞吐率:8.74req/s] [内存消耗:3,482.08kb] [文件加载:66]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '46',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'token' => '4|28c8a5545712781951881f96257281cd',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000806s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_user` [ RunTime:0.049989s ]
[ sql ] [ SQL ] SELECT `id`,`type` FROM `d_user` WHERE  `token` = '4|28c8a5545712781951881f96257281cd'  AND `status` = 0 LIMIT 1 [ RunTime:0.000647s ]
[ sql ] [ SQL ] SELECT `name`,`faceImg`,`isVip`,`type`,`vipDate`,`phone` FROM `d_user` WHERE  `id` = 4 LIMIT 1 [ RunTime:0.000518s ]
---------------------------------------------------------------
[2023-08-04T18:46:05+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospitalInfo
[运行时间:0.163132s] [吞吐率:6.13req/s] [内存消耗:3,519.47kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '18',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000830s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.041370s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,`presentation` FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`id` = '1'  AND `h`.`status` = '0' LIMIT 1 [ RunTime:0.000705s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital_img` [ RunTime:0.032930s ]
[ sql ] [ SQL ] SELECT `fileUrl` FROM `d_hospital_img` WHERE  `hospitalId` = 1  AND `status` = 0 [ RunTime:0.001139s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.032090s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `status` = 0 ORDER BY `level` LIMIT 4 [ RunTime:0.000554s ]
---------------------------------------------------------------
[2023-08-04T18:48:26+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.122672s] [吞吐率:8.15req/s] [内存消耗:3,512.19kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '53',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'cityId' => '',
  'latitude' => '',
  'longitude' => '',
  'page' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.009918s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.050874s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,-1 as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.000758s ]
---------------------------------------------------------------
[2023-08-04T18:48:27+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospitalInfo
[运行时间:0.175679s] [吞吐率:5.69req/s] [内存消耗:3,519.47kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '18',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000805s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.045659s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,`presentation` FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`id` = '1'  AND `h`.`status` = '0' LIMIT 1 [ RunTime:0.000752s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital_img` [ RunTime:0.034658s ]
[ sql ] [ SQL ] SELECT `fileUrl` FROM `d_hospital_img` WHERE  `hospitalId` = 1  AND `status` = 0 [ RunTime:0.000542s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.038389s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `status` = 0 ORDER BY `level` LIMIT 4 [ RunTime:0.000672s ]
---------------------------------------------------------------
[2023-08-04T18:48:28+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospitalEpartmene
[运行时间:0.093645s] [吞吐率:10.68req/s] [内存消耗:3,506.16kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '18',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000767s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene` [ RunTime:0.041948s ]
[ sql ] [ SQL ] SELECT `id`,`name` FROM `d_epartmene` WHERE  `type` = 1  AND `status` = 0 OR `hospitalId` = 1 ORDER BY `nameInitial` [ RunTime:0.000642s ]
---------------------------------------------------------------
[2023-08-04T18:48:29+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/epartmeneInfo
[运行时间:0.217560s] [吞吐率:4.60req/s] [内存消耗:3,530.96kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '36',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'epartmeneId' => '5',
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000795s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene` [ RunTime:0.044454s ]
[ sql ] [ SQL ] SELECT * FROM `d_epartmene` WHERE  `id` = 5  AND `status` = 0 LIMIT 1 [ RunTime:0.000664s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.036580s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName`,`territory` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `epartmeneId` = 5  AND `status` = 0 ORDER BY `level`,`epartmeneId` LIMIT 4 [ RunTime:0.000667s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene_group` [ RunTime:0.038845s ]
[ sql ] [ SQL ] SELECT `e`.`id`,`e`.`name`,`e`.`epartmeneId`,ep.name as epartmeneName FROM `d_epartmene_group` `e` LEFT JOIN `d_epartmene` `ep` ON `ep`.`id`=`e`.`epartmeneId` WHERE  `e`.`hospitalId` = '1'  AND `e`.`epartmeneId` = '5'  AND `e`.`status` = '0' [ RunTime:0.000666s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene_group_info` [ RunTime:0.038333s ]
[ sql ] [ SQL ] SELECT `e`.`groupId`,`doctorId`,d.name as doctorName,`faceImg`,`doctorLevelName`,`territory` FROM `d_epartmene_group_info` `e` LEFT JOIN `d_doctor` `d` ON `d`.`id`=`e`.`doctorId` WHERE  `e`.`hospitalId` = '1'  AND `e`.`epartmeneId` = '5'  AND `e`.`status` = '0' ORDER BY `type` [ RunTime:0.000740s ]
---------------------------------------------------------------
[2023-08-04T19:19:39+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.113044s] [吞吐率:8.85req/s] [内存消耗:3,512.19kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '53',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'cityId' => '',
  'latitude' => '',
  'longitude' => '',
  'page' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.001455s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.049851s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,-1 as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.000929s ]
---------------------------------------------------------------
[2023-08-04T19:19:47+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospitalInfo
[运行时间:0.178424s] [吞吐率:5.60req/s] [内存消耗:3,519.47kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '18',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.004111s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.042559s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,`presentation` FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`id` = '1'  AND `h`.`status` = '0' LIMIT 1 [ RunTime:0.000766s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital_img` [ RunTime:0.034420s ]
[ sql ] [ SQL ] SELECT `fileUrl` FROM `d_hospital_img` WHERE  `hospitalId` = 1  AND `status` = 0 [ RunTime:0.000589s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.032656s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `status` = 0 ORDER BY `level` LIMIT 4 [ RunTime:0.000643s ]
---------------------------------------------------------------
[2023-08-04T19:19:48+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospitalEpartmene
[运行时间:0.107875s] [吞吐率:9.27req/s] [内存消耗:3,506.16kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '18',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.015382s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene` [ RunTime:0.041226s ]
[ sql ] [ SQL ] SELECT `id`,`name` FROM `d_epartmene` WHERE  `type` = 1  AND `status` = 0 OR `hospitalId` = 1 ORDER BY `nameInitial` [ RunTime:0.000750s ]
---------------------------------------------------------------
[2023-08-04T19:19:50+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/epartmeneInfo
[运行时间:0.225968s] [吞吐率:4.43req/s] [内存消耗:3,530.96kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '36',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'epartmeneId' => '5',
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.014801s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene` [ RunTime:0.040864s ]
[ sql ] [ SQL ] SELECT * FROM `d_epartmene` WHERE  `id` = 5  AND `status` = 0 LIMIT 1 [ RunTime:0.000625s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.033738s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName`,`territory` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `epartmeneId` = 5  AND `status` = 0 ORDER BY `level`,`epartmeneId` LIMIT 4 [ RunTime:0.001442s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene_group` [ RunTime:0.035566s ]
[ sql ] [ SQL ] SELECT `e`.`id`,`e`.`name`,`e`.`epartmeneId`,ep.name as epartmeneName FROM `d_epartmene_group` `e` LEFT JOIN `d_epartmene` `ep` ON `ep`.`id`=`e`.`epartmeneId` WHERE  `e`.`hospitalId` = '1'  AND `e`.`epartmeneId` = '5'  AND `e`.`status` = '0' [ RunTime:0.000615s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene_group_info` [ RunTime:0.041569s ]
[ sql ] [ SQL ] SELECT `e`.`groupId`,`doctorId`,d.name as doctorName,`faceImg`,`doctorLevelName`,`territory` FROM `d_epartmene_group_info` `e` LEFT JOIN `d_doctor` `d` ON `d`.`id`=`e`.`doctorId` WHERE  `e`.`hospitalId` = '1'  AND `e`.`epartmeneId` = '5'  AND `e`.`status` = '0' ORDER BY `type` [ RunTime:0.000673s ]
---------------------------------------------------------------
[2023-08-04T19:21:07+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.097603s] [吞吐率:10.25req/s] [内存消耗:3,512.19kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '53',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'cityId' => '',
  'latitude' => '',
  'longitude' => '',
  'page' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000907s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.044212s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,-1 as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.000767s ]
---------------------------------------------------------------
[2023-08-04T19:21:08+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospitalInfo
[运行时间:0.182449s] [吞吐率:5.48req/s] [内存消耗:3,519.47kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '18',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.013879s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.042157s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,`presentation` FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`id` = '1'  AND `h`.`status` = '0' LIMIT 1 [ RunTime:0.000742s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital_img` [ RunTime:0.035697s ]
[ sql ] [ SQL ] SELECT `fileUrl` FROM `d_hospital_img` WHERE  `hospitalId` = 1  AND `status` = 0 [ RunTime:0.000520s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.034823s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `status` = 0 ORDER BY `level` LIMIT 4 [ RunTime:0.000649s ]
---------------------------------------------------------------
[2023-08-04T19:21:09+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospitalEpartmene
[运行时间:0.102291s] [吞吐率:9.78req/s] [内存消耗:3,506.16kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '18',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.007773s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene` [ RunTime:0.043453s ]
[ sql ] [ SQL ] SELECT `id`,`name` FROM `d_epartmene` WHERE  `type` = 1  AND `status` = 0 OR `hospitalId` = 1 ORDER BY `nameInitial` [ RunTime:0.000704s ]
---------------------------------------------------------------
[2023-08-04T19:21:11+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/epartmeneInfo
[运行时间:0.219174s] [吞吐率:4.56req/s] [内存消耗:3,530.96kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '36',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'epartmeneId' => '5',
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.007327s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene` [ RunTime:0.042750s ]
[ sql ] [ SQL ] SELECT * FROM `d_epartmene` WHERE  `id` = 5  AND `status` = 0 LIMIT 1 [ RunTime:0.000737s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.034898s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName`,`territory` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `epartmeneId` = 5  AND `status` = 0 ORDER BY `level`,`epartmeneId` LIMIT 4 [ RunTime:0.000704s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene_group` [ RunTime:0.034351s ]
[ sql ] [ SQL ] SELECT `e`.`id`,`e`.`name`,`e`.`epartmeneId`,ep.name as epartmeneName FROM `d_epartmene_group` `e` LEFT JOIN `d_epartmene` `ep` ON `ep`.`id`=`e`.`epartmeneId` WHERE  `e`.`hospitalId` = '1'  AND `e`.`epartmeneId` = '5'  AND `e`.`status` = '0' [ RunTime:0.000691s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene_group_info` [ RunTime:0.038698s ]
[ sql ] [ SQL ] SELECT `e`.`groupId`,`doctorId`,d.name as doctorName,`faceImg`,`doctorLevelName`,`territory` FROM `d_epartmene_group_info` `e` LEFT JOIN `d_doctor` `d` ON `d`.`id`=`e`.`doctorId` WHERE  `e`.`hospitalId` = '1'  AND `e`.`epartmeneId` = '5'  AND `e`.`status` = '0' ORDER BY `type` [ RunTime:0.000796s ]
---------------------------------------------------------------
[2023-08-04T19:21:59+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.104632s] [吞吐率:9.56req/s] [内存消耗:3,512.19kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '53',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'cityId' => '',
  'latitude' => '',
  'longitude' => '',
  'page' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000741s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.043456s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,-1 as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.000707s ]
---------------------------------------------------------------
[2023-08-04T19:38:59+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.105671s] [吞吐率:9.46req/s] [内存消耗:3,512.19kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '53',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'cityId' => '',
  'latitude' => '',
  'longitude' => '',
  'page' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.001412s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.043063s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,-1 as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.000901s ]
---------------------------------------------------------------
[2023-08-04T19:39:00+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospitalInfo
[运行时间:0.165288s] [吞吐率:6.05req/s] [内存消耗:3,519.47kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '18',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000780s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.040945s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,`presentation` FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`id` = '1'  AND `h`.`status` = '0' LIMIT 1 [ RunTime:0.000806s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital_img` [ RunTime:0.034403s ]
[ sql ] [ SQL ] SELECT `fileUrl` FROM `d_hospital_img` WHERE  `hospitalId` = 1  AND `status` = 0 [ RunTime:0.000605s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.032845s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `status` = 0 ORDER BY `level` LIMIT 4 [ RunTime:0.000713s ]
---------------------------------------------------------------
[2023-08-04T19:39:01+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospitalEpartmene
[运行时间:0.095946s] [吞吐率:10.42req/s] [内存消耗:3,506.16kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '18',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000798s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene` [ RunTime:0.043183s ]
[ sql ] [ SQL ] SELECT `id`,`name` FROM `d_epartmene` WHERE  `type` = 1  AND `status` = 0 OR `hospitalId` = 1 ORDER BY `nameInitial` [ RunTime:0.000695s ]
---------------------------------------------------------------
[2023-08-04T19:39:03+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/epartmeneInfo
[运行时间:0.216285s] [吞吐率:4.62req/s] [内存消耗:3,530.96kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '36',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'epartmeneId' => '5',
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000766s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene` [ RunTime:0.043609s ]
[ sql ] [ SQL ] SELECT * FROM `d_epartmene` WHERE  `id` = 5  AND `status` = 0 LIMIT 1 [ RunTime:0.000684s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.036944s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName`,`territory` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `epartmeneId` = 5  AND `status` = 0 ORDER BY `level`,`epartmeneId` LIMIT 4 [ RunTime:0.000662s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene_group` [ RunTime:0.035922s ]
[ sql ] [ SQL ] SELECT `e`.`id`,`e`.`name`,`e`.`epartmeneId`,ep.name as epartmeneName FROM `d_epartmene_group` `e` LEFT JOIN `d_epartmene` `ep` ON `ep`.`id`=`e`.`epartmeneId` WHERE  `e`.`hospitalId` = '1'  AND `e`.`epartmeneId` = '5'  AND `e`.`status` = '0' [ RunTime:0.000641s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene_group_info` [ RunTime:0.040065s ]
[ sql ] [ SQL ] SELECT `e`.`groupId`,`doctorId`,d.name as doctorName,`faceImg`,`doctorLevelName`,`territory` FROM `d_epartmene_group_info` `e` LEFT JOIN `d_doctor` `d` ON `d`.`id`=`e`.`doctorId` WHERE  `e`.`hospitalId` = '1'  AND `e`.`epartmeneId` = '5'  AND `e`.`status` = '0' ORDER BY `type` [ RunTime:0.000750s ]
---------------------------------------------------------------
[2023-08-04T19:42:34+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.108791s] [吞吐率:9.19req/s] [内存消耗:3,512.19kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '53',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'cityId' => '',
  'latitude' => '',
  'longitude' => '',
  'page' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000819s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.044856s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,-1 as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.000772s ]
---------------------------------------------------------------
[2023-08-04T19:42:35+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospitalInfo
[运行时间:0.171887s] [吞吐率:5.82req/s] [内存消耗:3,519.47kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '18',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000771s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.043358s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,`presentation` FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`id` = '1'  AND `h`.`status` = '0' LIMIT 1 [ RunTime:0.000774s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital_img` [ RunTime:0.036279s ]
[ sql ] [ SQL ] SELECT `fileUrl` FROM `d_hospital_img` WHERE  `hospitalId` = 1  AND `status` = 0 [ RunTime:0.000653s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.035439s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `status` = 0 ORDER BY `level` LIMIT 4 [ RunTime:0.000661s ]
---------------------------------------------------------------
[2023-08-04T19:42:36+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospitalEpartmene
[运行时间:0.151996s] [吞吐率:6.58req/s] [内存消耗:3,506.16kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '18',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.016502s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene` [ RunTime:0.070337s ]
[ sql ] [ SQL ] SELECT `id`,`name` FROM `d_epartmene` WHERE  `type` = 1  AND `status` = 0 OR `hospitalId` = 1 ORDER BY `nameInitial` [ RunTime:0.000795s ]
---------------------------------------------------------------
[2023-08-04T19:42:37+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/epartmeneInfo
[运行时间:0.217225s] [吞吐率:4.60req/s] [内存消耗:3,530.96kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '36',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'epartmeneId' => '5',
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000794s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene` [ RunTime:0.047926s ]
[ sql ] [ SQL ] SELECT * FROM `d_epartmene` WHERE  `id` = 5  AND `status` = 0 LIMIT 1 [ RunTime:0.000673s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.039271s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName`,`territory` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `epartmeneId` = 5  AND `status` = 0 ORDER BY `level`,`epartmeneId` LIMIT 4 [ RunTime:0.000676s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene_group` [ RunTime:0.036235s ]
[ sql ] [ SQL ] SELECT `e`.`id`,`e`.`name`,`e`.`epartmeneId`,ep.name as epartmeneName FROM `d_epartmene_group` `e` LEFT JOIN `d_epartmene` `ep` ON `ep`.`id`=`e`.`epartmeneId` WHERE  `e`.`hospitalId` = '1'  AND `e`.`epartmeneId` = '5'  AND `e`.`status` = '0' [ RunTime:0.000631s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene_group_info` [ RunTime:0.033395s ]
[ sql ] [ SQL ] SELECT `e`.`groupId`,`doctorId`,d.name as doctorName,`faceImg`,`doctorLevelName`,`territory` FROM `d_epartmene_group_info` `e` LEFT JOIN `d_doctor` `d` ON `d`.`id`=`e`.`doctorId` WHERE  `e`.`hospitalId` = '1'  AND `e`.`epartmeneId` = '5'  AND `e`.`status` = '0' ORDER BY `type` [ RunTime:0.000685s ]
---------------------------------------------------------------
[2023-08-04T19:43:33+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.109454s] [吞吐率:9.14req/s] [内存消耗:3,512.19kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '53',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'cityId' => '',
  'latitude' => '',
  'longitude' => '',
  'page' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.010005s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.045053s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,-1 as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.003134s ]
---------------------------------------------------------------
[2023-08-04T19:43:34+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospitalInfo
[运行时间:0.177374s] [吞吐率:5.64req/s] [内存消耗:3,519.47kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '18',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000771s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.044746s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,`presentation` FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`id` = '1'  AND `h`.`status` = '0' LIMIT 1 [ RunTime:0.000750s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital_img` [ RunTime:0.038035s ]
[ sql ] [ SQL ] SELECT `fileUrl` FROM `d_hospital_img` WHERE  `hospitalId` = 1  AND `status` = 0 [ RunTime:0.000576s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.037253s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `status` = 0 ORDER BY `level` LIMIT 4 [ RunTime:0.000647s ]
---------------------------------------------------------------
[2023-08-04T19:43:35+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospitalEpartmene
[运行时间:0.095274s] [吞吐率:10.50req/s] [内存消耗:3,506.16kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '18',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000788s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene` [ RunTime:0.043484s ]
[ sql ] [ SQL ] SELECT `id`,`name` FROM `d_epartmene` WHERE  `type` = 1  AND `status` = 0 OR `hospitalId` = 1 ORDER BY `nameInitial` [ RunTime:0.000693s ]
---------------------------------------------------------------
[2023-08-04T19:43:36+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/epartmeneInfo
[运行时间:0.211331s] [吞吐率:4.73req/s] [内存消耗:3,530.96kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '36',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'epartmeneId' => '5',
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000794s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene` [ RunTime:0.044292s ]
[ sql ] [ SQL ] SELECT * FROM `d_epartmene` WHERE  `id` = 5  AND `status` = 0 LIMIT 1 [ RunTime:0.000742s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.036399s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName`,`territory` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `epartmeneId` = 5  AND `status` = 0 ORDER BY `level`,`epartmeneId` LIMIT 4 [ RunTime:0.000743s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene_group` [ RunTime:0.035572s ]
[ sql ] [ SQL ] SELECT `e`.`id`,`e`.`name`,`e`.`epartmeneId`,ep.name as epartmeneName FROM `d_epartmene_group` `e` LEFT JOIN `d_epartmene` `ep` ON `ep`.`id`=`e`.`epartmeneId` WHERE  `e`.`hospitalId` = '1'  AND `e`.`epartmeneId` = '5'  AND `e`.`status` = '0' [ RunTime:0.000711s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene_group_info` [ RunTime:0.035335s ]
[ sql ] [ SQL ] SELECT `e`.`groupId`,`doctorId`,d.name as doctorName,`faceImg`,`doctorLevelName`,`territory` FROM `d_epartmene_group_info` `e` LEFT JOIN `d_doctor` `d` ON `d`.`id`=`e`.`doctorId` WHERE  `e`.`hospitalId` = '1'  AND `e`.`epartmeneId` = '5'  AND `e`.`status` = '0' ORDER BY `type` [ RunTime:0.001097s ]
---------------------------------------------------------------
[2023-08-04T19:46:59+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.106875s] [吞吐率:9.36req/s] [内存消耗:3,512.19kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '53',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'cityId' => '',
  'latitude' => '',
  'longitude' => '',
  'page' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000756s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.043566s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,-1 as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.000735s ]
---------------------------------------------------------------
[2023-08-04T19:47:00+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospitalInfo
[运行时间:0.165682s] [吞吐率:6.04req/s] [内存消耗:3,519.47kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '18',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000764s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.042112s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,`presentation` FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`id` = '1'  AND `h`.`status` = '0' LIMIT 1 [ RunTime:0.000708s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital_img` [ RunTime:0.035638s ]
[ sql ] [ SQL ] SELECT `fileUrl` FROM `d_hospital_img` WHERE  `hospitalId` = 1  AND `status` = 0 [ RunTime:0.000481s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.031869s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `status` = 0 ORDER BY `level` LIMIT 4 [ RunTime:0.000578s ]
---------------------------------------------------------------
[2023-08-04T19:47:01+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospitalEpartmene
[运行时间:0.099222s] [吞吐率:10.08req/s] [内存消耗:3,506.16kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '18',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000784s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene` [ RunTime:0.045598s ]
[ sql ] [ SQL ] SELECT `id`,`name` FROM `d_epartmene` WHERE  `type` = 1  AND `status` = 0 OR `hospitalId` = 1 ORDER BY `nameInitial` [ RunTime:0.000836s ]
---------------------------------------------------------------
[2023-08-04T19:47:02+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/epartmeneInfo
[运行时间:0.239377s] [吞吐率:4.18req/s] [内存消耗:3,530.96kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '36',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'epartmeneId' => '5',
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000821s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene` [ RunTime:0.050095s ]
[ sql ] [ SQL ] SELECT * FROM `d_epartmene` WHERE  `id` = 5  AND `status` = 0 LIMIT 1 [ RunTime:0.001008s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.045471s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName`,`territory` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `epartmeneId` = 5  AND `status` = 0 ORDER BY `level`,`epartmeneId` LIMIT 4 [ RunTime:0.000674s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene_group` [ RunTime:0.040751s ]
[ sql ] [ SQL ] SELECT `e`.`id`,`e`.`name`,`e`.`epartmeneId`,ep.name as epartmeneName FROM `d_epartmene_group` `e` LEFT JOIN `d_epartmene` `ep` ON `ep`.`id`=`e`.`epartmeneId` WHERE  `e`.`hospitalId` = '1'  AND `e`.`epartmeneId` = '5'  AND `e`.`status` = '0' [ RunTime:0.000682s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene_group_info` [ RunTime:0.042283s ]
[ sql ] [ SQL ] SELECT `e`.`groupId`,`doctorId`,d.name as doctorName,`faceImg`,`doctorLevelName`,`territory` FROM `d_epartmene_group_info` `e` LEFT JOIN `d_doctor` `d` ON `d`.`id`=`e`.`doctorId` WHERE  `e`.`hospitalId` = '1'  AND `e`.`epartmeneId` = '5'  AND `e`.`status` = '0' ORDER BY `type` [ RunTime:0.000759s ]
---------------------------------------------------------------
[2023-08-04T19:48:57+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.101954s] [吞吐率:9.81req/s] [内存消耗:3,512.19kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '53',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'cityId' => '',
  'latitude' => '',
  'longitude' => '',
  'page' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000865s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.046722s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,-1 as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.000825s ]
---------------------------------------------------------------
[2023-08-04T19:48:57+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospitalInfo
[运行时间:0.170239s] [吞吐率:5.87req/s] [内存消耗:3,519.47kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '18',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000788s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.043968s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,`presentation` FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`id` = '1'  AND `h`.`status` = '0' LIMIT 1 [ RunTime:0.000737s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital_img` [ RunTime:0.034526s ]
[ sql ] [ SQL ] SELECT `fileUrl` FROM `d_hospital_img` WHERE  `hospitalId` = 1  AND `status` = 0 [ RunTime:0.000504s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.034974s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `status` = 0 ORDER BY `level` LIMIT 4 [ RunTime:0.000592s ]
---------------------------------------------------------------
[2023-08-04T19:48:59+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospitalEpartmene
[运行时间:0.096793s] [吞吐率:10.33req/s] [内存消耗:3,506.16kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '18',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000775s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene` [ RunTime:0.043020s ]
[ sql ] [ SQL ] SELECT `id`,`name` FROM `d_epartmene` WHERE  `type` = 1  AND `status` = 0 OR `hospitalId` = 1 ORDER BY `nameInitial` [ RunTime:0.000692s ]
---------------------------------------------------------------
[2023-08-04T19:49:00+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/epartmeneInfo
[运行时间:0.206009s] [吞吐率:4.85req/s] [内存消耗:3,530.96kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '36',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'epartmeneId' => '5',
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000784s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene` [ RunTime:0.041526s ]
[ sql ] [ SQL ] SELECT * FROM `d_epartmene` WHERE  `id` = 5  AND `status` = 0 LIMIT 1 [ RunTime:0.000628s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.034053s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName`,`territory` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `epartmeneId` = 5  AND `status` = 0 ORDER BY `level`,`epartmeneId` LIMIT 4 [ RunTime:0.000589s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene_group` [ RunTime:0.031937s ]
[ sql ] [ SQL ] SELECT `e`.`id`,`e`.`name`,`e`.`epartmeneId`,ep.name as epartmeneName FROM `d_epartmene_group` `e` LEFT JOIN `d_epartmene` `ep` ON `ep`.`id`=`e`.`epartmeneId` WHERE  `e`.`hospitalId` = '1'  AND `e`.`epartmeneId` = '5'  AND `e`.`status` = '0' [ RunTime:0.000520s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene_group_info` [ RunTime:0.031672s ]
[ sql ] [ SQL ] SELECT `e`.`groupId`,`doctorId`,d.name as doctorName,`faceImg`,`doctorLevelName`,`territory` FROM `d_epartmene_group_info` `e` LEFT JOIN `d_doctor` `d` ON `d`.`id`=`e`.`doctorId` WHERE  `e`.`hospitalId` = '1'  AND `e`.`epartmeneId` = '5'  AND `e`.`status` = '0' ORDER BY `type` [ RunTime:0.000587s ]
---------------------------------------------------------------
[2023-08-04T19:52:11+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.107245s] [吞吐率:9.32req/s] [内存消耗:3,512.19kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '53',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'cityId' => '',
  'latitude' => '',
  'longitude' => '',
  'page' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000802s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.044993s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,-1 as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.000760s ]
---------------------------------------------------------------
[2023-08-04T19:52:12+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospitalInfo
[运行时间:0.181152s] [吞吐率:5.52req/s] [内存消耗:3,519.47kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '18',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000796s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.045407s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,`presentation` FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`id` = '1'  AND `h`.`status` = '0' LIMIT 1 [ RunTime:0.000832s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital_img` [ RunTime:0.039104s ]
[ sql ] [ SQL ] SELECT `fileUrl` FROM `d_hospital_img` WHERE  `hospitalId` = 1  AND `status` = 0 [ RunTime:0.000637s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.039522s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `status` = 0 ORDER BY `level` LIMIT 4 [ RunTime:0.000737s ]
---------------------------------------------------------------
[2023-08-04T19:52:13+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospitalEpartmene
[运行时间:0.098510s] [吞吐率:10.15req/s] [内存消耗:3,506.16kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '18',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000808s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene` [ RunTime:0.046148s ]
[ sql ] [ SQL ] SELECT `id`,`name` FROM `d_epartmene` WHERE  `type` = 1  AND `status` = 0 OR `hospitalId` = 1 ORDER BY `nameInitial` [ RunTime:0.000693s ]
---------------------------------------------------------------
[2023-08-04T19:52:14+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/epartmeneInfo
[运行时间:0.261028s] [吞吐率:3.83req/s] [内存消耗:3,530.96kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '36',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'epartmeneId' => '5',
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000823s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene` [ RunTime:0.051980s ]
[ sql ] [ SQL ] SELECT * FROM `d_epartmene` WHERE  `id` = 5  AND `status` = 0 LIMIT 1 [ RunTime:0.000683s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.051114s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName`,`territory` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `epartmeneId` = 5  AND `status` = 0 ORDER BY `level`,`epartmeneId` LIMIT 4 [ RunTime:0.000672s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene_group` [ RunTime:0.043074s ]
[ sql ] [ SQL ] SELECT `e`.`id`,`e`.`name`,`e`.`epartmeneId`,ep.name as epartmeneName FROM `d_epartmene_group` `e` LEFT JOIN `d_epartmene` `ep` ON `ep`.`id`=`e`.`epartmeneId` WHERE  `e`.`hospitalId` = '1'  AND `e`.`epartmeneId` = '5'  AND `e`.`status` = '0' [ RunTime:0.000665s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene_group_info` [ RunTime:0.055198s ]
[ sql ] [ SQL ] SELECT `e`.`groupId`,`doctorId`,d.name as doctorName,`faceImg`,`doctorLevelName`,`territory` FROM `d_epartmene_group_info` `e` LEFT JOIN `d_doctor` `d` ON `d`.`id`=`e`.`doctorId` WHERE  `e`.`hospitalId` = '1'  AND `e`.`epartmeneId` = '5'  AND `e`.`status` = '0' ORDER BY `type` [ RunTime:0.000757s ]
---------------------------------------------------------------
[2023-08-04T19:53:22+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.102649s] [吞吐率:9.74req/s] [内存消耗:3,512.19kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '53',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'cityId' => '',
  'latitude' => '',
  'longitude' => '',
  'page' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.005299s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.044535s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,-1 as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.000738s ]
---------------------------------------------------------------
[2023-08-04T19:53:24+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospitalInfo
[运行时间:0.185071s] [吞吐率:5.40req/s] [内存消耗:3,519.47kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '18',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000794s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.046946s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,`presentation` FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`id` = '1'  AND `h`.`status` = '0' LIMIT 1 [ RunTime:0.000815s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital_img` [ RunTime:0.040957s ]
[ sql ] [ SQL ] SELECT `fileUrl` FROM `d_hospital_img` WHERE  `hospitalId` = 1  AND `status` = 0 [ RunTime:0.000630s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.040135s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `status` = 0 ORDER BY `level` LIMIT 4 [ RunTime:0.000734s ]
---------------------------------------------------------------
[2023-08-04T19:53:25+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospitalEpartmene
[运行时间:0.097638s] [吞吐率:10.24req/s] [内存消耗:3,506.16kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '18',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000797s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene` [ RunTime:0.045536s ]
[ sql ] [ SQL ] SELECT `id`,`name` FROM `d_epartmene` WHERE  `type` = 1  AND `status` = 0 OR `hospitalId` = 1 ORDER BY `nameInitial` [ RunTime:0.000710s ]
---------------------------------------------------------------
[2023-08-04T19:53:26+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/epartmeneInfo
[运行时间:0.229742s] [吞吐率:4.35req/s] [内存消耗:3,530.96kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '36',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'epartmeneId' => '5',
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000784s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene` [ RunTime:0.049953s ]
[ sql ] [ SQL ] SELECT * FROM `d_epartmene` WHERE  `id` = 5  AND `status` = 0 LIMIT 1 [ RunTime:0.000684s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.040487s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName`,`territory` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `epartmeneId` = 5  AND `status` = 0 ORDER BY `level`,`epartmeneId` LIMIT 4 [ RunTime:0.000684s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene_group` [ RunTime:0.037659s ]
[ sql ] [ SQL ] SELECT `e`.`id`,`e`.`name`,`e`.`epartmeneId`,ep.name as epartmeneName FROM `d_epartmene_group` `e` LEFT JOIN `d_epartmene` `ep` ON `ep`.`id`=`e`.`epartmeneId` WHERE  `e`.`hospitalId` = '1'  AND `e`.`epartmeneId` = '5'  AND `e`.`status` = '0' [ RunTime:0.000662s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene_group_info` [ RunTime:0.039603s ]
[ sql ] [ SQL ] SELECT `e`.`groupId`,`doctorId`,d.name as doctorName,`faceImg`,`doctorLevelName`,`territory` FROM `d_epartmene_group_info` `e` LEFT JOIN `d_doctor` `d` ON `d`.`id`=`e`.`doctorId` WHERE  `e`.`hospitalId` = '1'  AND `e`.`epartmeneId` = '5'  AND `e`.`status` = '0' ORDER BY `type` [ RunTime:0.000749s ]
---------------------------------------------------------------
[2023-08-04T19:59:10+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.129438s] [吞吐率:7.73req/s] [内存消耗:3,512.19kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '53',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'cityId' => '',
  'latitude' => '',
  'longitude' => '',
  'page' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.010742s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.052808s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,-1 as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.000938s ]
---------------------------------------------------------------
[2023-08-04T19:59:11+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospitalInfo
[运行时间:0.194090s] [吞吐率:5.15req/s] [内存消耗:3,519.47kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '18',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.011175s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.047737s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,`presentation` FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`id` = '1'  AND `h`.`status` = '0' LIMIT 1 [ RunTime:0.000798s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital_img` [ RunTime:0.037925s ]
[ sql ] [ SQL ] SELECT `fileUrl` FROM `d_hospital_img` WHERE  `hospitalId` = 1  AND `status` = 0 [ RunTime:0.000577s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.038182s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `status` = 0 ORDER BY `level` LIMIT 4 [ RunTime:0.000702s ]
---------------------------------------------------------------
[2023-08-04T19:59:12+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospitalEpartmene
[运行时间:0.121144s] [吞吐率:8.25req/s] [内存消耗:3,506.16kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '18',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.010720s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene` [ RunTime:0.055751s ]
[ sql ] [ SQL ] SELECT `id`,`name` FROM `d_epartmene` WHERE  `type` = 1  AND `status` = 0 OR `hospitalId` = 1 ORDER BY `nameInitial` [ RunTime:0.000802s ]
---------------------------------------------------------------
[2023-08-04T19:59:13+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/epartmeneInfo
[运行时间:0.244881s] [吞吐率:4.08req/s] [内存消耗:3,530.96kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '36',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'epartmeneId' => '5',
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.007875s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene` [ RunTime:0.049788s ]
[ sql ] [ SQL ] SELECT * FROM `d_epartmene` WHERE  `id` = 5  AND `status` = 0 LIMIT 1 [ RunTime:0.000684s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.042425s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName`,`territory` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `epartmeneId` = 5  AND `status` = 0 ORDER BY `level`,`epartmeneId` LIMIT 4 [ RunTime:0.000862s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene_group` [ RunTime:0.042519s ]
[ sql ] [ SQL ] SELECT `e`.`id`,`e`.`name`,`e`.`epartmeneId`,ep.name as epartmeneName FROM `d_epartmene_group` `e` LEFT JOIN `d_epartmene` `ep` ON `ep`.`id`=`e`.`epartmeneId` WHERE  `e`.`hospitalId` = '1'  AND `e`.`epartmeneId` = '5'  AND `e`.`status` = '0' [ RunTime:0.001236s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene_group_info` [ RunTime:0.041921s ]
[ sql ] [ SQL ] SELECT `e`.`groupId`,`doctorId`,d.name as doctorName,`faceImg`,`doctorLevelName`,`territory` FROM `d_epartmene_group_info` `e` LEFT JOIN `d_doctor` `d` ON `d`.`id`=`e`.`doctorId` WHERE  `e`.`hospitalId` = '1'  AND `e`.`epartmeneId` = '5'  AND `e`.`status` = '0' ORDER BY `type` [ RunTime:0.000766s ]
---------------------------------------------------------------
[2023-08-04T19:59:25+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/epartmeneInfo
[运行时间:0.328460s] [吞吐率:3.04req/s] [内存消耗:3,530.96kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '36',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'epartmeneId' => '5',
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.018702s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene` [ RunTime:0.057386s ]
[ sql ] [ SQL ] SELECT * FROM `d_epartmene` WHERE  `id` = 5  AND `status` = 0 LIMIT 1 [ RunTime:0.000676s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.049317s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName`,`territory` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `epartmeneId` = 5  AND `status` = 0 ORDER BY `level`,`epartmeneId` LIMIT 4 [ RunTime:0.000667s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene_group` [ RunTime:0.067111s ]
[ sql ] [ SQL ] SELECT `e`.`id`,`e`.`name`,`e`.`epartmeneId`,ep.name as epartmeneName FROM `d_epartmene_group` `e` LEFT JOIN `d_epartmene` `ep` ON `ep`.`id`=`e`.`epartmeneId` WHERE  `e`.`hospitalId` = '1'  AND `e`.`epartmeneId` = '5'  AND `e`.`status` = '0' [ RunTime:0.000744s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene_group_info` [ RunTime:0.074103s ]
[ sql ] [ SQL ] SELECT `e`.`groupId`,`doctorId`,d.name as doctorName,`faceImg`,`doctorLevelName`,`territory` FROM `d_epartmene_group_info` `e` LEFT JOIN `d_doctor` `d` ON `d`.`id`=`e`.`doctorId` WHERE  `e`.`hospitalId` = '1'  AND `e`.`epartmeneId` = '5'  AND `e`.`status` = '0' ORDER BY `type` [ RunTime:0.000748s ]
---------------------------------------------------------------
[2023-08-04T19:59:52+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.105904s] [吞吐率:9.44req/s] [内存消耗:3,512.19kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '53',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'cityId' => '',
  'latitude' => '',
  'longitude' => '',
  'page' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.005490s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.047750s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,-1 as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.000749s ]
---------------------------------------------------------------
[2023-08-04T19:59:57+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospitalInfo
[运行时间:0.194366s] [吞吐率:5.14req/s] [内存消耗:3,519.47kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '18',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.010453s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.046472s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,`presentation` FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`id` = '1'  AND `h`.`status` = '0' LIMIT 1 [ RunTime:0.000769s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital_img` [ RunTime:0.041263s ]
[ sql ] [ SQL ] SELECT `fileUrl` FROM `d_hospital_img` WHERE  `hospitalId` = 1  AND `status` = 0 [ RunTime:0.000573s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.039905s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `status` = 0 ORDER BY `level` LIMIT 4 [ RunTime:0.000679s ]
---------------------------------------------------------------
[2023-08-04T19:59:58+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospitalEpartmene
[运行时间:0.103520s] [吞吐率:9.66req/s] [内存消耗:3,506.16kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '18',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.005817s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene` [ RunTime:0.045759s ]
[ sql ] [ SQL ] SELECT `id`,`name` FROM `d_epartmene` WHERE  `type` = 1  AND `status` = 0 OR `hospitalId` = 1 ORDER BY `nameInitial` [ RunTime:0.000867s ]
---------------------------------------------------------------
[2023-08-04T19:59:59+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/epartmeneInfo
[运行时间:0.236918s] [吞吐率:4.22req/s] [内存消耗:3,530.96kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '36',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'epartmeneId' => '5',
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.004733s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene` [ RunTime:0.051234s ]
[ sql ] [ SQL ] SELECT * FROM `d_epartmene` WHERE  `id` = 5  AND `status` = 0 LIMIT 1 [ RunTime:0.000686s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.042270s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName`,`territory` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `epartmeneId` = 5  AND `status` = 0 ORDER BY `level`,`epartmeneId` LIMIT 4 [ RunTime:0.000665s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene_group` [ RunTime:0.039914s ]
[ sql ] [ SQL ] SELECT `e`.`id`,`e`.`name`,`e`.`epartmeneId`,ep.name as epartmeneName FROM `d_epartmene_group` `e` LEFT JOIN `d_epartmene` `ep` ON `ep`.`id`=`e`.`epartmeneId` WHERE  `e`.`hospitalId` = '1'  AND `e`.`epartmeneId` = '5'  AND `e`.`status` = '0' [ RunTime:0.000662s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene_group_info` [ RunTime:0.039579s ]
[ sql ] [ SQL ] SELECT `e`.`groupId`,`doctorId`,d.name as doctorName,`faceImg`,`doctorLevelName`,`territory` FROM `d_epartmene_group_info` `e` LEFT JOIN `d_doctor` `d` ON `d`.`id`=`e`.`doctorId` WHERE  `e`.`hospitalId` = '1'  AND `e`.`epartmeneId` = '5'  AND `e`.`status` = '0' ORDER BY `type` [ RunTime:0.000742s ]
---------------------------------------------------------------
[2023-08-04T20:06:02+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.111535s] [吞吐率:8.97req/s] [内存消耗:3,512.19kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '53',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'cityId' => '',
  'latitude' => '',
  'longitude' => '',
  'page' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.001004s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.048135s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,-1 as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.000754s ]
---------------------------------------------------------------
[2023-08-04T20:06:02+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospitalInfo
[运行时间:0.167768s] [吞吐率:5.96req/s] [内存消耗:3,519.47kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '18',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000827s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.030836s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,`presentation` FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`id` = '1'  AND `h`.`status` = '0' LIMIT 1 [ RunTime:0.000785s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital_img` [ RunTime:0.037743s ]
[ sql ] [ SQL ] SELECT `fileUrl` FROM `d_hospital_img` WHERE  `hospitalId` = 1  AND `status` = 0 [ RunTime:0.001038s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.040848s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `status` = 0 ORDER BY `level` LIMIT 4 [ RunTime:0.000673s ]
---------------------------------------------------------------
[2023-08-04T20:06:03+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospitalEpartmene
[运行时间:0.101485s] [吞吐率:9.85req/s] [内存消耗:3,506.16kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '18',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000890s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene` [ RunTime:0.048845s ]
[ sql ] [ SQL ] SELECT `id`,`name` FROM `d_epartmene` WHERE  `type` = 1  AND `status` = 0 OR `hospitalId` = 1 ORDER BY `nameInitial` [ RunTime:0.000704s ]
---------------------------------------------------------------
[2023-08-04T20:06:04+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/epartmeneInfo
[运行时间:0.229025s] [吞吐率:4.37req/s] [内存消耗:3,530.96kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '36',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'epartmeneId' => '5',
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000800s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene` [ RunTime:0.043637s ]
[ sql ] [ SQL ] SELECT * FROM `d_epartmene` WHERE  `id` = 5  AND `status` = 0 LIMIT 1 [ RunTime:0.000703s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.040181s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName`,`territory` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `epartmeneId` = 5  AND `status` = 0 ORDER BY `level`,`epartmeneId` LIMIT 4 [ RunTime:0.000734s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene_group` [ RunTime:0.044787s ]
[ sql ] [ SQL ] SELECT `e`.`id`,`e`.`name`,`e`.`epartmeneId`,ep.name as epartmeneName FROM `d_epartmene_group` `e` LEFT JOIN `d_epartmene` `ep` ON `ep`.`id`=`e`.`epartmeneId` WHERE  `e`.`hospitalId` = '1'  AND `e`.`epartmeneId` = '5'  AND `e`.`status` = '0' [ RunTime:0.000720s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene_group_info` [ RunTime:0.040069s ]
[ sql ] [ SQL ] SELECT `e`.`groupId`,`doctorId`,d.name as doctorName,`faceImg`,`doctorLevelName`,`territory` FROM `d_epartmene_group_info` `e` LEFT JOIN `d_doctor` `d` ON `d`.`id`=`e`.`doctorId` WHERE  `e`.`hospitalId` = '1'  AND `e`.`epartmeneId` = '5'  AND `e`.`status` = '0' ORDER BY `type` [ RunTime:0.000770s ]
---------------------------------------------------------------
[2023-08-04T20:06:31+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.100363s] [吞吐率:9.96req/s] [内存消耗:3,512.19kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '53',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'cityId' => '',
  'latitude' => '',
  'longitude' => '',
  'page' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000956s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.047289s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,-1 as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.000773s ]
---------------------------------------------------------------
[2023-08-04T20:06:32+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospitalInfo
[运行时间:0.167457s] [吞吐率:5.97req/s] [内存消耗:3,519.47kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '18',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000794s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.043024s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,`presentation` FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`id` = '1'  AND `h`.`status` = '0' LIMIT 1 [ RunTime:0.000746s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital_img` [ RunTime:0.035359s ]
[ sql ] [ SQL ] SELECT `fileUrl` FROM `d_hospital_img` WHERE  `hospitalId` = 1  AND `status` = 0 [ RunTime:0.000499s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.033052s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `status` = 0 ORDER BY `level` LIMIT 4 [ RunTime:0.000616s ]
---------------------------------------------------------------
[2023-08-04T20:06:33+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospitalEpartmene
[运行时间:0.099358s] [吞吐率:10.06req/s] [内存消耗:3,506.16kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '18',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000771s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene` [ RunTime:0.045032s ]
[ sql ] [ SQL ] SELECT `id`,`name` FROM `d_epartmene` WHERE  `type` = 1  AND `status` = 0 OR `hospitalId` = 1 ORDER BY `nameInitial` [ RunTime:0.000694s ]
---------------------------------------------------------------
[2023-08-04T20:06:34+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/epartmeneInfo
[运行时间:0.212715s] [吞吐率:4.70req/s] [内存消耗:3,530.96kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '36',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'epartmeneId' => '5',
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000737s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene` [ RunTime:0.041617s ]
[ sql ] [ SQL ] SELECT * FROM `d_epartmene` WHERE  `id` = 5  AND `status` = 0 LIMIT 1 [ RunTime:0.000663s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.035693s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName`,`territory` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `epartmeneId` = 5  AND `status` = 0 ORDER BY `level`,`epartmeneId` LIMIT 4 [ RunTime:0.000682s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene_group` [ RunTime:0.036779s ]
[ sql ] [ SQL ] SELECT `e`.`id`,`e`.`name`,`e`.`epartmeneId`,ep.name as epartmeneName FROM `d_epartmene_group` `e` LEFT JOIN `d_epartmene` `ep` ON `ep`.`id`=`e`.`epartmeneId` WHERE  `e`.`hospitalId` = '1'  AND `e`.`epartmeneId` = '5'  AND `e`.`status` = '0' [ RunTime:0.000670s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene_group_info` [ RunTime:0.037000s ]
[ sql ] [ SQL ] SELECT `e`.`groupId`,`doctorId`,d.name as doctorName,`faceImg`,`doctorLevelName`,`territory` FROM `d_epartmene_group_info` `e` LEFT JOIN `d_doctor` `d` ON `d`.`id`=`e`.`doctorId` WHERE  `e`.`hospitalId` = '1'  AND `e`.`epartmeneId` = '5'  AND `e`.`status` = '0' ORDER BY `type` [ RunTime:0.000742s ]
---------------------------------------------------------------
[2023-08-04T20:08:06+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.114575s] [吞吐率:8.73req/s] [内存消耗:3,512.19kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '53',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'cityId' => '',
  'latitude' => '',
  'longitude' => '',
  'page' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000812s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.049634s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,-1 as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.000831s ]
---------------------------------------------------------------
[2023-08-04T20:08:07+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospitalInfo
[运行时间:0.179222s] [吞吐率:5.58req/s] [内存消耗:3,519.47kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '18',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.014745s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.041769s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,`presentation` FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`id` = '1'  AND `h`.`status` = '0' LIMIT 1 [ RunTime:0.000732s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital_img` [ RunTime:0.033903s ]
[ sql ] [ SQL ] SELECT `fileUrl` FROM `d_hospital_img` WHERE  `hospitalId` = 1  AND `status` = 0 [ RunTime:0.000492s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.032958s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `status` = 0 ORDER BY `level` LIMIT 4 [ RunTime:0.000581s ]
---------------------------------------------------------------
[2023-08-04T20:08:08+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospitalEpartmene
[运行时间:0.107210s] [吞吐率:9.33req/s] [内存消耗:3,506.16kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '18',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.009478s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene` [ RunTime:0.046146s ]
[ sql ] [ SQL ] SELECT `id`,`name` FROM `d_epartmene` WHERE  `type` = 1  AND `status` = 0 OR `hospitalId` = 1 ORDER BY `nameInitial` [ RunTime:0.000743s ]
---------------------------------------------------------------
[2023-08-04T20:08:09+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/epartmeneInfo
[运行时间:0.220281s] [吞吐率:4.54req/s] [内存消耗:3,530.96kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '36',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'epartmeneId' => '5',
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000798s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene` [ RunTime:0.043872s ]
[ sql ] [ SQL ] SELECT * FROM `d_epartmene` WHERE  `id` = 5  AND `status` = 0 LIMIT 1 [ RunTime:0.000675s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.035771s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName`,`territory` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `epartmeneId` = 5  AND `status` = 0 ORDER BY `level`,`epartmeneId` LIMIT 4 [ RunTime:0.000782s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene_group` [ RunTime:0.044437s ]
[ sql ] [ SQL ] SELECT `e`.`id`,`e`.`name`,`e`.`epartmeneId`,ep.name as epartmeneName FROM `d_epartmene_group` `e` LEFT JOIN `d_epartmene` `ep` ON `ep`.`id`=`e`.`epartmeneId` WHERE  `e`.`hospitalId` = '1'  AND `e`.`epartmeneId` = '5'  AND `e`.`status` = '0' [ RunTime:0.000625s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene_group_info` [ RunTime:0.036385s ]
[ sql ] [ SQL ] SELECT `e`.`groupId`,`doctorId`,d.name as doctorName,`faceImg`,`doctorLevelName`,`territory` FROM `d_epartmene_group_info` `e` LEFT JOIN `d_doctor` `d` ON `d`.`id`=`e`.`doctorId` WHERE  `e`.`hospitalId` = '1'  AND `e`.`epartmeneId` = '5'  AND `e`.`status` = '0' ORDER BY `type` [ RunTime:0.000774s ]
---------------------------------------------------------------
[2023-08-04T20:08:50+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.097046s] [吞吐率:10.30req/s] [内存消耗:3,512.19kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '53',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'cityId' => '',
  'latitude' => '',
  'longitude' => '',
  'page' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000756s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.044572s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,-1 as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.000828s ]
---------------------------------------------------------------
[2023-08-04T20:08:50+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospitalInfo
[运行时间:0.172582s] [吞吐率:5.79req/s] [内存消耗:3,519.47kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '18',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000794s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.044463s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,`presentation` FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`id` = '1'  AND `h`.`status` = '0' LIMIT 1 [ RunTime:0.000821s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital_img` [ RunTime:0.035389s ]
[ sql ] [ SQL ] SELECT `fileUrl` FROM `d_hospital_img` WHERE  `hospitalId` = 1  AND `status` = 0 [ RunTime:0.000481s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.035383s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `status` = 0 ORDER BY `level` LIMIT 4 [ RunTime:0.000625s ]
---------------------------------------------------------------
[2023-08-04T20:08:51+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospitalEpartmene
[运行时间:0.099239s] [吞吐率:10.08req/s] [内存消耗:3,506.16kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '18',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000831s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene` [ RunTime:0.045585s ]
[ sql ] [ SQL ] SELECT `id`,`name` FROM `d_epartmene` WHERE  `type` = 1  AND `status` = 0 OR `hospitalId` = 1 ORDER BY `nameInitial` [ RunTime:0.000696s ]
---------------------------------------------------------------
[2023-08-04T20:08:52+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/epartmeneInfo
[运行时间:0.217928s] [吞吐率:4.59req/s] [内存消耗:3,530.96kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '36',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'epartmeneId' => '5',
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000768s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene` [ RunTime:0.045569s ]
[ sql ] [ SQL ] SELECT * FROM `d_epartmene` WHERE  `id` = 5  AND `status` = 0 LIMIT 1 [ RunTime:0.000672s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.036219s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName`,`territory` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `epartmeneId` = 5  AND `status` = 0 ORDER BY `level`,`epartmeneId` LIMIT 4 [ RunTime:0.000647s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene_group` [ RunTime:0.037097s ]
[ sql ] [ SQL ] SELECT `e`.`id`,`e`.`name`,`e`.`epartmeneId`,ep.name as epartmeneName FROM `d_epartmene_group` `e` LEFT JOIN `d_epartmene` `ep` ON `ep`.`id`=`e`.`epartmeneId` WHERE  `e`.`hospitalId` = '1'  AND `e`.`epartmeneId` = '5'  AND `e`.`status` = '0' [ RunTime:0.000660s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene_group_info` [ RunTime:0.039487s ]
[ sql ] [ SQL ] SELECT `e`.`groupId`,`doctorId`,d.name as doctorName,`faceImg`,`doctorLevelName`,`territory` FROM `d_epartmene_group_info` `e` LEFT JOIN `d_doctor` `d` ON `d`.`id`=`e`.`doctorId` WHERE  `e`.`hospitalId` = '1'  AND `e`.`epartmeneId` = '5'  AND `e`.`status` = '0' ORDER BY `type` [ RunTime:0.000770s ]
---------------------------------------------------------------
[2023-08-04T20:10:57+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.114551s] [吞吐率:8.73req/s] [内存消耗:3,512.19kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '53',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'cityId' => '',
  'latitude' => '',
  'longitude' => '',
  'page' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000843s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.051871s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,-1 as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.000770s ]
---------------------------------------------------------------
[2023-08-04T20:10:58+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospitalInfo
[运行时间:0.168061s] [吞吐率:5.95req/s] [内存消耗:3,519.47kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '18',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000787s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.042167s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,`presentation` FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`id` = '1'  AND `h`.`status` = '0' LIMIT 1 [ RunTime:0.000730s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital_img` [ RunTime:0.034606s ]
[ sql ] [ SQL ] SELECT `fileUrl` FROM `d_hospital_img` WHERE  `hospitalId` = 1  AND `status` = 0 [ RunTime:0.000521s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.034523s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `status` = 0 ORDER BY `level` LIMIT 4 [ RunTime:0.000586s ]
---------------------------------------------------------------
[2023-08-04T20:10:59+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospitalEpartmene
[运行时间:0.095192s] [吞吐率:10.51req/s] [内存消耗:3,506.16kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '18',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000780s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene` [ RunTime:0.042867s ]
[ sql ] [ SQL ] SELECT `id`,`name` FROM `d_epartmene` WHERE  `type` = 1  AND `status` = 0 OR `hospitalId` = 1 ORDER BY `nameInitial` [ RunTime:0.000888s ]
---------------------------------------------------------------
[2023-08-04T20:11:00+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/epartmeneInfo
[运行时间:0.202349s] [吞吐率:4.94req/s] [内存消耗:3,530.96kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '36',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'epartmeneId' => '5',
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000764s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene` [ RunTime:0.042527s ]
[ sql ] [ SQL ] SELECT * FROM `d_epartmene` WHERE  `id` = 5  AND `status` = 0 LIMIT 1 [ RunTime:0.000644s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.034512s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName`,`territory` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `epartmeneId` = 5  AND `status` = 0 ORDER BY `level`,`epartmeneId` LIMIT 4 [ RunTime:0.000618s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene_group` [ RunTime:0.033189s ]
[ sql ] [ SQL ] SELECT `e`.`id`,`e`.`name`,`e`.`epartmeneId`,ep.name as epartmeneName FROM `d_epartmene_group` `e` LEFT JOIN `d_epartmene` `ep` ON `ep`.`id`=`e`.`epartmeneId` WHERE  `e`.`hospitalId` = '1'  AND `e`.`epartmeneId` = '5'  AND `e`.`status` = '0' [ RunTime:0.000595s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene_group_info` [ RunTime:0.032831s ]
[ sql ] [ SQL ] SELECT `e`.`groupId`,`doctorId`,d.name as doctorName,`faceImg`,`doctorLevelName`,`territory` FROM `d_epartmene_group_info` `e` LEFT JOIN `d_doctor` `d` ON `d`.`id`=`e`.`doctorId` WHERE  `e`.`hospitalId` = '1'  AND `e`.`epartmeneId` = '5'  AND `e`.`status` = '0' ORDER BY `type` [ RunTime:0.000631s ]
---------------------------------------------------------------
[2023-08-04T20:12:41+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.101298s] [吞吐率:9.87req/s] [内存消耗:3,512.19kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '53',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'cityId' => '',
  'latitude' => '',
  'longitude' => '',
  'page' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000806s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.047732s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,-1 as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.000772s ]
---------------------------------------------------------------
[2023-08-04T20:12:43+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospitalInfo
[运行时间:0.176748s] [吞吐率:5.66req/s] [内存消耗:3,519.47kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '18',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000816s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.045099s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,`presentation` FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`id` = '1'  AND `h`.`status` = '0' LIMIT 1 [ RunTime:0.000772s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital_img` [ RunTime:0.037116s ]
[ sql ] [ SQL ] SELECT `fileUrl` FROM `d_hospital_img` WHERE  `hospitalId` = 1  AND `status` = 0 [ RunTime:0.000565s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.037247s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `status` = 0 ORDER BY `level` LIMIT 4 [ RunTime:0.000669s ]
---------------------------------------------------------------
[2023-08-04T20:12:44+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospitalEpartmene
[运行时间:0.102790s] [吞吐率:9.73req/s] [内存消耗:3,506.16kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '18',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000814s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene` [ RunTime:0.049997s ]
[ sql ] [ SQL ] SELECT `id`,`name` FROM `d_epartmene` WHERE  `type` = 1  AND `status` = 0 OR `hospitalId` = 1 ORDER BY `nameInitial` [ RunTime:0.000708s ]
---------------------------------------------------------------
[2023-08-04T20:12:45+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/epartmeneInfo
[运行时间:0.215258s] [吞吐率:4.65req/s] [内存消耗:3,530.96kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '36',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'epartmeneId' => '5',
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000770s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene` [ RunTime:0.041516s ]
[ sql ] [ SQL ] SELECT * FROM `d_epartmene` WHERE  `id` = 5  AND `status` = 0 LIMIT 1 [ RunTime:0.000697s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.036697s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName`,`territory` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `epartmeneId` = 5  AND `status` = 0 ORDER BY `level`,`epartmeneId` LIMIT 4 [ RunTime:0.002092s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene_group` [ RunTime:0.038568s ]
[ sql ] [ SQL ] SELECT `e`.`id`,`e`.`name`,`e`.`epartmeneId`,ep.name as epartmeneName FROM `d_epartmene_group` `e` LEFT JOIN `d_epartmene` `ep` ON `ep`.`id`=`e`.`epartmeneId` WHERE  `e`.`hospitalId` = '1'  AND `e`.`epartmeneId` = '5'  AND `e`.`status` = '0' [ RunTime:0.000727s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene_group_info` [ RunTime:0.037476s ]
[ sql ] [ SQL ] SELECT `e`.`groupId`,`doctorId`,d.name as doctorName,`faceImg`,`doctorLevelName`,`territory` FROM `d_epartmene_group_info` `e` LEFT JOIN `d_doctor` `d` ON `d`.`id`=`e`.`doctorId` WHERE  `e`.`hospitalId` = '1'  AND `e`.`epartmeneId` = '5'  AND `e`.`status` = '0' ORDER BY `type` [ RunTime:0.000804s ]
---------------------------------------------------------------
[2023-08-04T20:17:55+08:00] 49.93.85.43 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.119876s] [吞吐率:8.34req/s] [内存消耗:3,512.19kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '53',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'cityId' => '',
  'latitude' => '',
  'longitude' => '',
  'page' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.012631s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.045821s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,-1 as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.000750s ]
---------------------------------------------------------------
[2023-08-04T20:17:57+08:00] 49.93.85.43 POST 101.132.37.87:83/api/City/hospitalInfo
[运行时间:0.164569s] [吞吐率:6.08req/s] [内存消耗:3,519.47kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '18',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.006723s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.039721s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,`presentation` FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`id` = '1'  AND `h`.`status` = '0' LIMIT 1 [ RunTime:0.000714s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital_img` [ RunTime:0.030301s ]
[ sql ] [ SQL ] SELECT `fileUrl` FROM `d_hospital_img` WHERE  `hospitalId` = 1  AND `status` = 0 [ RunTime:0.000527s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.032189s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `status` = 0 ORDER BY `level` LIMIT 4 [ RunTime:0.000644s ]
---------------------------------------------------------------
[2023-08-04T20:17:58+08:00] 49.93.85.43 POST 101.132.37.87:83/api/City/hospitalEpartmene
[运行时间:0.105677s] [吞吐率:9.46req/s] [内存消耗:3,506.16kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '18',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.015493s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene` [ RunTime:0.039231s ]
[ sql ] [ SQL ] SELECT `id`,`name` FROM `d_epartmene` WHERE  `type` = 1  AND `status` = 0 OR `hospitalId` = 1 ORDER BY `nameInitial` [ RunTime:0.000642s ]
---------------------------------------------------------------
[2023-08-04T20:18:02+08:00] 49.93.85.43 POST 101.132.37.87:83/api/City/epartmeneInfo
[运行时间:0.234924s] [吞吐率:4.26req/s] [内存消耗:3,530.96kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '36',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'epartmeneId' => '5',
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.001936s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene` [ RunTime:0.050694s ]
[ sql ] [ SQL ] SELECT * FROM `d_epartmene` WHERE  `id` = 5  AND `status` = 0 LIMIT 1 [ RunTime:0.000753s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.043280s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName`,`territory` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `epartmeneId` = 5  AND `status` = 0 ORDER BY `level`,`epartmeneId` LIMIT 4 [ RunTime:0.000738s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene_group` [ RunTime:0.039693s ]
[ sql ] [ SQL ] SELECT `e`.`id`,`e`.`name`,`e`.`epartmeneId`,ep.name as epartmeneName FROM `d_epartmene_group` `e` LEFT JOIN `d_epartmene` `ep` ON `ep`.`id`=`e`.`epartmeneId` WHERE  `e`.`hospitalId` = '1'  AND `e`.`epartmeneId` = '5'  AND `e`.`status` = '0' [ RunTime:0.000759s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene_group_info` [ RunTime:0.039586s ]
[ sql ] [ SQL ] SELECT `e`.`groupId`,`doctorId`,d.name as doctorName,`faceImg`,`doctorLevelName`,`territory` FROM `d_epartmene_group_info` `e` LEFT JOIN `d_doctor` `d` ON `d`.`id`=`e`.`doctorId` WHERE  `e`.`hospitalId` = '1'  AND `e`.`epartmeneId` = '5'  AND `e`.`status` = '0' ORDER BY `type` [ RunTime:0.000811s ]
---------------------------------------------------------------
[2023-08-04T20:18:05+08:00] 49.93.85.43 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.109427s] [吞吐率:9.14req/s] [内存消耗:3,512.19kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '53',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'cityId' => '',
  'latitude' => '',
  'longitude' => '',
  'page' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.006558s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.050718s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,-1 as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.000750s ]
---------------------------------------------------------------
[2023-08-04T20:23:46+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.112674s] [吞吐率:8.88req/s] [内存消耗:3,512.19kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '53',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'cityId' => '',
  'latitude' => '',
  'longitude' => '',
  'page' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000913s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.049697s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,-1 as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.000767s ]
---------------------------------------------------------------
[2023-08-04T20:23:54+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospitalInfo
[运行时间:0.194252s] [吞吐率:5.15req/s] [内存消耗:3,519.47kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '18',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.006880s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.049240s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,`presentation` FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`id` = '1'  AND `h`.`status` = '0' LIMIT 1 [ RunTime:0.000781s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital_img` [ RunTime:0.036787s ]
[ sql ] [ SQL ] SELECT `fileUrl` FROM `d_hospital_img` WHERE  `hospitalId` = 1  AND `status` = 0 [ RunTime:0.000575s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.035902s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `status` = 0 ORDER BY `level` LIMIT 4 [ RunTime:0.000669s ]
---------------------------------------------------------------
[2023-08-04T20:23:56+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospitalEpartmene
[运行时间:0.100682s] [吞吐率:9.93req/s] [内存消耗:3,506.16kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '18',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.001029s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene` [ RunTime:0.047600s ]
[ sql ] [ SQL ] SELECT `id`,`name` FROM `d_epartmene` WHERE  `type` = 1  AND `status` = 0 OR `hospitalId` = 1 ORDER BY `nameInitial` [ RunTime:0.000794s ]
---------------------------------------------------------------
[2023-08-04T20:23:58+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/epartmeneInfo
[运行时间:0.238878s] [吞吐率:4.19req/s] [内存消耗:3,530.96kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '36',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'epartmeneId' => '5',
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000781s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene` [ RunTime:0.048522s ]
[ sql ] [ SQL ] SELECT * FROM `d_epartmene` WHERE  `id` = 5  AND `status` = 0 LIMIT 1 [ RunTime:0.000687s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.040360s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName`,`territory` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `epartmeneId` = 5  AND `status` = 0 ORDER BY `level`,`epartmeneId` LIMIT 4 [ RunTime:0.000679s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene_group` [ RunTime:0.050113s ]
[ sql ] [ SQL ] SELECT `e`.`id`,`e`.`name`,`e`.`epartmeneId`,ep.name as epartmeneName FROM `d_epartmene_group` `e` LEFT JOIN `d_epartmene` `ep` ON `ep`.`id`=`e`.`epartmeneId` WHERE  `e`.`hospitalId` = '1'  AND `e`.`epartmeneId` = '5'  AND `e`.`status` = '0' [ RunTime:0.000662s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene_group_info` [ RunTime:0.039553s ]
[ sql ] [ SQL ] SELECT `e`.`groupId`,`doctorId`,d.name as doctorName,`faceImg`,`doctorLevelName`,`territory` FROM `d_epartmene_group_info` `e` LEFT JOIN `d_doctor` `d` ON `d`.`id`=`e`.`doctorId` WHERE  `e`.`hospitalId` = '1'  AND `e`.`epartmeneId` = '5'  AND `e`.`status` = '0' ORDER BY `type` [ RunTime:0.000819s ]
---------------------------------------------------------------
[2023-08-04T20:26:21+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.106676s] [吞吐率:9.37req/s] [内存消耗:3,512.19kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '53',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'cityId' => '',
  'latitude' => '',
  'longitude' => '',
  'page' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000810s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.045174s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,-1 as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.000733s ]
---------------------------------------------------------------
[2023-08-04T20:26:26+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospitalInfo
[运行时间:0.200065s] [吞吐率:5.00req/s] [内存消耗:3,519.47kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '18',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.008277s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.049939s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,`presentation` FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`id` = '1'  AND `h`.`status` = '0' LIMIT 1 [ RunTime:0.000786s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital_img` [ RunTime:0.041047s ]
[ sql ] [ SQL ] SELECT `fileUrl` FROM `d_hospital_img` WHERE  `hospitalId` = 1  AND `status` = 0 [ RunTime:0.000579s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.038482s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `status` = 0 ORDER BY `level` LIMIT 4 [ RunTime:0.000690s ]
---------------------------------------------------------------
[2023-08-04T20:26:27+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospitalEpartmene
[运行时间:0.099398s] [吞吐率:10.06req/s] [内存消耗:3,506.16kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '18',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000796s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene` [ RunTime:0.047347s ]
[ sql ] [ SQL ] SELECT `id`,`name` FROM `d_epartmene` WHERE  `type` = 1  AND `status` = 0 OR `hospitalId` = 1 ORDER BY `nameInitial` [ RunTime:0.000711s ]
---------------------------------------------------------------
[2023-08-04T20:26:28+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/epartmeneInfo
[运行时间:0.220904s] [吞吐率:4.53req/s] [内存消耗:3,530.96kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '36',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'epartmeneId' => '5',
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000784s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene` [ RunTime:0.047724s ]
[ sql ] [ SQL ] SELECT * FROM `d_epartmene` WHERE  `id` = 5  AND `status` = 0 LIMIT 1 [ RunTime:0.000751s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.037857s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName`,`territory` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `epartmeneId` = 5  AND `status` = 0 ORDER BY `level`,`epartmeneId` LIMIT 4 [ RunTime:0.000769s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene_group` [ RunTime:0.035380s ]
[ sql ] [ SQL ] SELECT `e`.`id`,`e`.`name`,`e`.`epartmeneId`,ep.name as epartmeneName FROM `d_epartmene_group` `e` LEFT JOIN `d_epartmene` `ep` ON `ep`.`id`=`e`.`epartmeneId` WHERE  `e`.`hospitalId` = '1'  AND `e`.`epartmeneId` = '5'  AND `e`.`status` = '0' [ RunTime:0.000725s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene_group_info` [ RunTime:0.040523s ]
[ sql ] [ SQL ] SELECT `e`.`groupId`,`doctorId`,d.name as doctorName,`faceImg`,`doctorLevelName`,`territory` FROM `d_epartmene_group_info` `e` LEFT JOIN `d_doctor` `d` ON `d`.`id`=`e`.`doctorId` WHERE  `e`.`hospitalId` = '1'  AND `e`.`epartmeneId` = '5'  AND `e`.`status` = '0' ORDER BY `type` [ RunTime:0.000788s ]
---------------------------------------------------------------
[2023-08-04T20:28:09+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.117079s] [吞吐率:8.54req/s] [内存消耗:3,512.19kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '53',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'cityId' => '',
  'latitude' => '',
  'longitude' => '',
  'page' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.013866s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.049875s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,-1 as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.000758s ]
---------------------------------------------------------------
[2023-08-04T20:28:10+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospitalInfo
[运行时间:0.192839s] [吞吐率:5.19req/s] [内存消耗:3,519.47kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '18',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000798s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.052583s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,`presentation` FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`id` = '1'  AND `h`.`status` = '0' LIMIT 1 [ RunTime:0.000768s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital_img` [ RunTime:0.041380s ]
[ sql ] [ SQL ] SELECT `fileUrl` FROM `d_hospital_img` WHERE  `hospitalId` = 1  AND `status` = 0 [ RunTime:0.000569s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.041205s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `status` = 0 ORDER BY `level` LIMIT 4 [ RunTime:0.000695s ]
---------------------------------------------------------------
[2023-08-04T20:28:11+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/hospitalEpartmene
[运行时间:0.101669s] [吞吐率:9.84req/s] [内存消耗:3,506.16kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '18',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000822s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene` [ RunTime:0.048766s ]
[ sql ] [ SQL ] SELECT `id`,`name` FROM `d_epartmene` WHERE  `type` = 1  AND `status` = 0 OR `hospitalId` = 1 ORDER BY `nameInitial` [ RunTime:0.000723s ]
---------------------------------------------------------------
[2023-08-04T20:28:12+08:00] 112.1.58.100 POST 101.132.37.87:83/api/City/epartmeneInfo
[运行时间:0.229646s] [吞吐率:4.35req/s] [内存消耗:3,530.96kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'host' => '101.132.37.87:83',
  'content-type' => 'application/json',
  'connection' => 'keep-alive',
  'accept' => '*/*',
  'user-agent' => 'DoctorsOnline/1.0 (iPhone; iOS 15.3.1; Scale/3.00)',
  'accept-language' => 'zh-Hans-CN;q=1, zh-Hant-CN;q=0.9',
  'content-length' => '36',
  'accept-encoding' => 'gzip, deflate',
)
[ info ] [ PARAM ] array (
  'epartmeneId' => '5',
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000830s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene` [ RunTime:0.050236s ]
[ sql ] [ SQL ] SELECT * FROM `d_epartmene` WHERE  `id` = 5  AND `status` = 0 LIMIT 1 [ RunTime:0.000681s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.040516s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName`,`territory` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `epartmeneId` = 5  AND `status` = 0 ORDER BY `level`,`epartmeneId` LIMIT 4 [ RunTime:0.000677s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene_group` [ RunTime:0.039113s ]
[ sql ] [ SQL ] SELECT `e`.`id`,`e`.`name`,`e`.`epartmeneId`,ep.name as epartmeneName FROM `d_epartmene_group` `e` LEFT JOIN `d_epartmene` `ep` ON `ep`.`id`=`e`.`epartmeneId` WHERE  `e`.`hospitalId` = '1'  AND `e`.`epartmeneId` = '5'  AND `e`.`status` = '0' [ RunTime:0.000676s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene_group_info` [ RunTime:0.040102s ]
[ sql ] [ SQL ] SELECT `e`.`groupId`,`doctorId`,d.name as doctorName,`faceImg`,`doctorLevelName`,`territory` FROM `d_epartmene_group_info` `e` LEFT JOIN `d_doctor` `d` ON `d`.`id`=`e`.`doctorId` WHERE  `e`.`hospitalId` = '1'  AND `e`.`epartmeneId` = '5'  AND `e`.`status` = '0' ORDER BY `type` [ RunTime:0.000769s ]
---------------------------------------------------------------
[2023-08-04T20:37:59+08:00] 49.94.41.171 POST 101.132.37.87:83/api/City/cityInfo
[运行时间:0.104388s] [吞吐率:9.58req/s] [内存消耗:3,505.06kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
  'content-length' => '0',
)
[ info ] [ PARAM ] array (
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000860s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_city` [ RunTime:0.043909s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`cityInitial` FROM `d_city` WHERE  `status` = 0 ORDER BY `cityInitial` [ RunTime:0.000640s ]
---------------------------------------------------------------
[2023-08-04T20:38:00+08:00] 49.94.41.171 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.086587s] [吞吐率:11.55req/s] [内存消耗:3,527.02kb] [文件加载:65]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '67',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'latitude' => '32.103265',
  'pagesize' => '20',
  'cityId' => '5',
  'page' => '1',
  'longitude' => '118.814883',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000762s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.033152s ]
[ sql ] [ SQL ] SELECT h.id,h.name,listImg,address,r.name as rankName,t.name as typeName,isMedicalInsurance,phone, ROUND(6378.138 * 2 * ASIN(SQRT(POW(SIN((32.103265 * PI() / 180 - latitude * PI() / 180) / 2),2) + COS(32.103265 * PI() / 180) * COS(latitude * PI() / 180) * POW(SIN((118.814883 * PI() / 180 - longitude * PI() / 180) / 2),2))) * 1000) as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `cityId` = 5  AND `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.001016s ]
---------------------------------------------------------------
[2023-08-04T20:38:07+08:00] 49.94.41.171 POST 101.132.37.87:83/api/City/cityInfo
[运行时间:0.097020s] [吞吐率:10.31req/s] [内存消耗:3,505.06kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
  'content-length' => '0',
)
[ info ] [ PARAM ] array (
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.003241s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_city` [ RunTime:0.040523s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`cityInitial` FROM `d_city` WHERE  `status` = 0 ORDER BY `cityInitial` [ RunTime:0.000608s ]
---------------------------------------------------------------
[2023-08-04T20:38:08+08:00] 49.94.41.171 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.095367s] [吞吐率:10.49req/s] [内存消耗:3,527.02kb] [文件加载:65]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '67',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'latitude' => '32.103265',
  'pagesize' => '20',
  'cityId' => '5',
  'page' => '1',
  'longitude' => '118.814883',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000953s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.041582s ]
[ sql ] [ SQL ] SELECT h.id,h.name,listImg,address,r.name as rankName,t.name as typeName,isMedicalInsurance,phone, ROUND(6378.138 * 2 * ASIN(SQRT(POW(SIN((32.103265 * PI() / 180 - latitude * PI() / 180) / 2),2) + COS(32.103265 * PI() / 180) * COS(latitude * PI() / 180) * POW(SIN((118.814883 * PI() / 180 - longitude * PI() / 180) / 2),2))) * 1000) as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `cityId` = 5  AND `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.000902s ]
---------------------------------------------------------------
[2023-08-04T20:40:22+08:00] 49.94.41.171 POST 101.132.37.87:83/api/City/cityInfo
[运行时间:0.104468s] [吞吐率:9.57req/s] [内存消耗:3,505.06kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
  'content-length' => '0',
)
[ info ] [ PARAM ] array (
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000791s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_city` [ RunTime:0.042226s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`cityInitial` FROM `d_city` WHERE  `status` = 0 ORDER BY `cityInitial` [ RunTime:0.000602s ]
---------------------------------------------------------------
[2023-08-04T20:40:23+08:00] 49.94.41.171 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.098103s] [吞吐率:10.19req/s] [内存消耗:3,527.02kb] [文件加载:65]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '67',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'latitude' => '32.103265',
  'pagesize' => '20',
  'cityId' => '5',
  'page' => '1',
  'longitude' => '118.814883',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000766s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.044532s ]
[ sql ] [ SQL ] SELECT h.id,h.name,listImg,address,r.name as rankName,t.name as typeName,isMedicalInsurance,phone, ROUND(6378.138 * 2 * ASIN(SQRT(POW(SIN((32.103265 * PI() / 180 - latitude * PI() / 180) / 2),2) + COS(32.103265 * PI() / 180) * COS(latitude * PI() / 180) * POW(SIN((118.814883 * PI() / 180 - longitude * PI() / 180) / 2),2))) * 1000) as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `cityId` = 5  AND `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.000966s ]
---------------------------------------------------------------
[2023-08-04T20:41:34+08:00] 49.94.41.171 POST 101.132.37.87:83/api/City/cityInfo
[运行时间:0.095163s] [吞吐率:10.51req/s] [内存消耗:3,505.06kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
  'content-length' => '0',
)
[ info ] [ PARAM ] array (
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000800s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_city` [ RunTime:0.043215s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`cityInitial` FROM `d_city` WHERE  `status` = 0 ORDER BY `cityInitial` [ RunTime:0.000629s ]
---------------------------------------------------------------
[2023-08-04T20:41:34+08:00] 49.94.41.171 POST 101.132.37.87:83/api/City/hospital
[运行时间:0.089066s] [吞吐率:11.23req/s] [内存消耗:3,527.02kb] [文件加载:65]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '67',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'latitude' => '32.103265',
  'pagesize' => '20',
  'cityId' => '5',
  'page' => '1',
  'longitude' => '118.814883',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000811s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.035598s ]
[ sql ] [ SQL ] SELECT h.id,h.name,listImg,address,r.name as rankName,t.name as typeName,isMedicalInsurance,phone, ROUND(6378.138 * 2 * ASIN(SQRT(POW(SIN((32.103265 * PI() / 180 - latitude * PI() / 180) / 2),2) + COS(32.103265 * PI() / 180) * COS(latitude * PI() / 180) * POW(SIN((118.814883 * PI() / 180 - longitude * PI() / 180) / 2),2))) * 1000) as distance FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `cityId` = 5  AND `h`.`status` = '0' ORDER BY `distance` LIMIT 0,20 [ RunTime:0.000917s ]
---------------------------------------------------------------
[2023-08-04T20:41:38+08:00] 49.94.41.171 POST 101.132.37.87:83/api/City/hospitalInfo
[运行时间:0.170396s] [吞吐率:5.87req/s] [内存消耗:3,518.77kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '12',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000755s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.042612s ]
[ sql ] [ SQL ] SELECT `h`.`id`,`h`.`name`,`listImg`,`address`,r.name as rankName,t.name as typeName,`isMedicalInsurance`,`phone`,`presentation` FROM `d_hospital` `h` LEFT JOIN `d_hospital_rank` `r` ON `r`.`id`=`h`.`hospitalRankId` LEFT JOIN `d_hospital_type` `t` ON `t`.`id`=`h`.`hospitalTypeId` WHERE  `h`.`id` = '1'  AND `h`.`status` = '0' LIMIT 1 [ RunTime:0.000811s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital_img` [ RunTime:0.039434s ]
[ sql ] [ SQL ] SELECT `fileUrl` FROM `d_hospital_img` WHERE  `hospitalId` = 1  AND `status` = 0 [ RunTime:0.000448s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.032254s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `status` = 0 ORDER BY `level` LIMIT 4 [ RunTime:0.000542s ]
---------------------------------------------------------------
[2023-08-04T20:41:39+08:00] 49.94.41.171 POST 101.132.37.87:83/api/City/hospitalEpartmene
[运行时间:0.105899s] [吞吐率:9.44req/s] [内存消耗:3,505.47kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '12',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000821s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene` [ RunTime:0.053500s ]
[ sql ] [ SQL ] SELECT `id`,`name` FROM `d_epartmene` WHERE  `type` = 1  AND `status` = 0 OR `hospitalId` = 1 ORDER BY `nameInitial` [ RunTime:0.000752s ]
---------------------------------------------------------------
[2023-08-04T20:41:42+08:00] 49.94.41.171 POST 101.132.37.87:83/api/City/epartmeneInfo
[运行时间:0.211397s] [吞吐率:4.73req/s] [内存消耗:3,530.32kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '26',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
  'epartmeneId' => '5',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000783s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene` [ RunTime:0.042868s ]
[ sql ] [ SQL ] SELECT * FROM `d_epartmene` WHERE  `id` = 5  AND `status` = 0 LIMIT 1 [ RunTime:0.000725s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.038645s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName`,`territory` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `epartmeneId` = 5  AND `status` = 0 ORDER BY `level`,`epartmeneId` LIMIT 4 [ RunTime:0.001539s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene_group` [ RunTime:0.034854s ]
[ sql ] [ SQL ] SELECT `e`.`id`,`e`.`name`,`e`.`epartmeneId`,ep.name as epartmeneName FROM `d_epartmene_group` `e` LEFT JOIN `d_epartmene` `ep` ON `ep`.`id`=`e`.`epartmeneId` WHERE  `e`.`hospitalId` = '1'  AND `e`.`epartmeneId` = '5'  AND `e`.`status` = '0' [ RunTime:0.000687s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene_group_info` [ RunTime:0.035043s ]
[ sql ] [ SQL ] SELECT `e`.`groupId`,`doctorId`,d.name as doctorName,`faceImg`,`doctorLevelName`,`territory` FROM `d_epartmene_group_info` `e` LEFT JOIN `d_doctor` `d` ON `d`.`id`=`e`.`doctorId` WHERE  `e`.`hospitalId` = '1'  AND `e`.`epartmeneId` = '5'  AND `e`.`status` = '0' ORDER BY `type` [ RunTime:0.000788s ]
---------------------------------------------------------------
[2023-08-04T20:45:18+08:00] 49.94.41.171 POST 101.132.37.87:83/api/City/hospitalDoctor
[运行时间:0.252516s] [吞吐率:3.96req/s] [内存消耗:3,532.39kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '12',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000814s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.049836s ]
[ sql ] [ SQL ] SELECT * FROM `d_hospital` WHERE  `id` = 1  AND `status` = 0 LIMIT 1 [ RunTime:0.001207s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.036917s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName`,`territory` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `status` = 0 ORDER BY `level`,`epartmeneId` LIMIT 4 [ RunTime:0.000693s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene_group` [ RunTime:0.035302s ]
[ sql ] [ SQL ] SELECT `e`.`id`,`e`.`name`,`e`.`epartmeneId`,ep.name as epartmeneName FROM `d_epartmene_group` `e` LEFT JOIN `d_epartmene` `ep` ON `ep`.`id`=`e`.`epartmeneId` WHERE  `e`.`hospitalId` = '1'  AND `e`.`status` = '0' [ RunTime:0.000592s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene_group_info` [ RunTime:0.060795s ]
[ sql ] [ SQL ] SELECT `e`.`groupId`,`doctorId`,d.name as doctorName,`faceImg`,`doctorLevelName`,`territory` FROM `d_epartmene_group_info` `e` LEFT JOIN `d_doctor` `d` ON `d`.`id`=`e`.`doctorId` WHERE  `e`.`hospitalId` = '1'  AND `e`.`status` = '0' ORDER BY `type` [ RunTime:0.000846s ]
---------------------------------------------------------------
[2023-08-04T20:47:50+08:00] 49.94.41.171 POST 101.132.37.87:83/api/City/hospitalEpartmene
[运行时间:0.107786s] [吞吐率:9.28req/s] [内存消耗:3,505.47kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '12',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000800s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene` [ RunTime:0.046281s ]
[ sql ] [ SQL ] SELECT `id`,`name` FROM `d_epartmene` WHERE  `type` = 1  AND `status` = 0 OR `hospitalId` = 1 ORDER BY `nameInitial` [ RunTime:0.000723s ]
---------------------------------------------------------------
[2023-08-04T20:47:51+08:00] 49.94.41.171 POST 101.132.37.87:83/api/City/epartmeneInfo
[运行时间:0.220632s] [吞吐率:4.53req/s] [内存消耗:3,530.32kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '26',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
  'epartmeneId' => '5',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.000778s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene` [ RunTime:0.047805s ]
[ sql ] [ SQL ] SELECT * FROM `d_epartmene` WHERE  `id` = 5  AND `status` = 0 LIMIT 1 [ RunTime:0.000694s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.038370s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName`,`territory` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `epartmeneId` = 5  AND `status` = 0 ORDER BY `level`,`epartmeneId` LIMIT 4 [ RunTime:0.000688s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene_group` [ RunTime:0.036784s ]
[ sql ] [ SQL ] SELECT `e`.`id`,`e`.`name`,`e`.`epartmeneId`,ep.name as epartmeneName FROM `d_epartmene_group` `e` LEFT JOIN `d_epartmene` `ep` ON `ep`.`id`=`e`.`epartmeneId` WHERE  `e`.`hospitalId` = '1'  AND `e`.`epartmeneId` = '5'  AND `e`.`status` = '0' [ RunTime:0.000666s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene_group_info` [ RunTime:0.037827s ]
[ sql ] [ SQL ] SELECT `e`.`groupId`,`doctorId`,d.name as doctorName,`faceImg`,`doctorLevelName`,`territory` FROM `d_epartmene_group_info` `e` LEFT JOIN `d_doctor` `d` ON `d`.`id`=`e`.`doctorId` WHERE  `e`.`hospitalId` = '1'  AND `e`.`epartmeneId` = '5'  AND `e`.`status` = '0' ORDER BY `type` [ RunTime:0.000731s ]
---------------------------------------------------------------
[2023-08-04T20:54:11+08:00] 49.94.41.171 POST 101.132.37.87:83/api/City/hospitalDoctor
[运行时间:0.241354s] [吞吐率:4.14req/s] [内存消耗:3,532.39kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '12',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.004403s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.052023s ]
[ sql ] [ SQL ] SELECT * FROM `d_hospital` WHERE  `id` = 1  AND `status` = 0 LIMIT 1 [ RunTime:0.000744s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.040778s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName`,`territory` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `status` = 0 ORDER BY `level`,`epartmeneId` LIMIT 4 [ RunTime:0.000716s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene_group` [ RunTime:0.039462s ]
[ sql ] [ SQL ] SELECT `e`.`id`,`e`.`name`,`e`.`epartmeneId`,ep.name as epartmeneName FROM `d_epartmene_group` `e` LEFT JOIN `d_epartmene` `ep` ON `ep`.`id`=`e`.`epartmeneId` WHERE  `e`.`hospitalId` = '1'  AND `e`.`status` = '0' [ RunTime:0.000635s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene_group_info` [ RunTime:0.036758s ]
[ sql ] [ SQL ] SELECT `e`.`groupId`,`doctorId`,d.name as doctorName,`faceImg`,`doctorLevelName`,`territory` FROM `d_epartmene_group_info` `e` LEFT JOIN `d_doctor` `d` ON `d`.`id`=`e`.`doctorId` WHERE  `e`.`hospitalId` = '1'  AND `e`.`status` = '0' ORDER BY `type` [ RunTime:0.000731s ]
---------------------------------------------------------------
[2023-08-04T20:54:14+08:00] 49.94.41.171 POST 101.132.37.87:83/api/City/hospitalDoctor
[运行时间:0.223773s] [吞吐率:4.47req/s] [内存消耗:3,532.39kb] [文件加载:64]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php
[ info ] [ ROUTE ] array (
)
[ info ] [ HEADER ] array (
  'content-type' => 'application/x-www-form-urlencoded;charset=UTF-8',
  'content-length' => '12',
  'user-agent' => 'Dalvik/2.1.0 (Linux; U; Android 10; HMA-AL00 Build/HUAWEIHMA-AL00)',
  'host' => '101.132.37.87:83',
  'connection' => 'Keep-Alive',
  'accept-encoding' => 'gzip',
)
[ info ] [ PARAM ] array (
  'hospitalId' => '1',
)
[ info ] [ DB ] INIT mysql
[ sql ] [ DB ] CONNECT:[ UseTime:0.003148s ] mysql:host=127.0.0.1;port=3306;dbname=doctor_online;charset=utf8
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_hospital` [ RunTime:0.043680s ]
[ sql ] [ SQL ] SELECT * FROM `d_hospital` WHERE  `id` = 1  AND `status` = 0 LIMIT 1 [ RunTime:0.000728s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_doctor` [ RunTime:0.039183s ]
[ sql ] [ SQL ] SELECT `id`,`name`,`faceImg`,`doctorLevelName`,`territory` FROM `d_doctor` WHERE  `hospitalId` = 1  AND `status` = 0 ORDER BY `level`,`epartmeneId` LIMIT 4 [ RunTime:0.000727s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene_group` [ RunTime:0.037416s ]
[ sql ] [ SQL ] SELECT `e`.`id`,`e`.`name`,`e`.`epartmeneId`,ep.name as epartmeneName FROM `d_epartmene_group` `e` LEFT JOIN `d_epartmene` `ep` ON `ep`.`id`=`e`.`epartmeneId` WHERE  `e`.`hospitalId` = '1'  AND `e`.`status` = '0' [ RunTime:0.000653s ]
[ sql ] [ SQL ] SHOW COLUMNS FROM `d_epartmene_group_info` [ RunTime:0.038071s ]
[ sql ] [ SQL ] SELECT `e`.`groupId`,`doctorId`,d.name as doctorName,`faceImg`,`doctorLevelName`,`territory` FROM `d_epartmene_group_info` `e` LEFT JOIN `d_doctor` `d` ON `d`.`id`=`e`.`doctorId` WHERE  `e`.`hospitalId` = '1'  AND `e`.`status` = '0' ORDER BY `type` [ RunTime:0.000738s ]
---------------------------------------------------------------
[2023-08-04T22:47:23+08:00] 92.118.39.242 GET 101.132.37.87:83/doc/xml/version.xml
[运行时间:0.286295s] [吞吐率:3.49req/s] [内存消耗:1,616.35kb] [文件加载:50]
[ info ] [ LANG ] E:\item\doctor\thinkphp\lang\zh-cn.php