基本
文件
流程
錯誤
SQL
調試
- 請求信息 : 2025-02-05 15:41:03 HTTP/1.1 GET : http://m.matongwu.com.cn/product/101.html
- 運行時間 : 0.030104s [ 吞吐率:33.22req/s ] 內存消耗:971.09kb 文件加載:115
- 查詢信息 : 32 queries 1 writes
- 緩存信息 : 5 reads,0 writes
- [ LANG ] /var/www/piebot/vendor/thinkphp/lang/zh-cn.php
- [ DB ] INIT mysql
- [ LANG ] /var/www/piebot/app/portal//lang/zh-cn.php
- [ ROUTE ] array (
'rule' => '<lang?>/<route_alias1>/<route_alias2>',
'route' => 'portal/list/index',
'option' =>
array (
'merge_rule_regex' => false,
'middleware' =>
array (
0 =>
array (
0 => 'HomeRouteLang',
1 => NULL,
),
),
'append' =>
array (
'route_group_id' => 1,
),
'complete_match' => true,
),
'var' =>
array (
'lang' => '',
'route_alias1' => 'product',
'route_alias2' => '101',
),
)
- [ HEADER ] array (
'host' => 'm.matongwu.com.cn',
'user-agent' => 'Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko',
'referer' => 'http://www.baidu.com',
'cookie' => 't=92d7540e476b153862b4ea2356ede7b3; r=8148',
'accept-language' => 'zh-CN,zh',
'accept-encoding' => 'gzip, deflate',
'accept' => 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8',
'content-type' => 'application/x-www-form-urlencoded; Charset=UTF-8',
'connection' => 'Keep-Alive',
'content-length' => '',
)
- [ PARAM ] array (
'lang' => '',
'route_alias1' => 'product',
'route_alias2' => '101',
'route_group_id' => 1,
)
- [ LANG ] /var/www/piebot/vendor/thinkcmf/cmf/src/behavior/../lang/zh-cn.php
- [ LANG ] /var/www/piebot/vendor/thinkcmf/cmf-app/src/admin/lang/zh-cn.php
- [ LANG ] /var/www/piebot/vendor/thinkcmf/cmf-app/src/admin/lang/zh-cn/common.php
- [ LANG ] /var/www/piebot/vendor/thinkcmf/cmf-app/src/user/lang/zh-cn.php
- [ LANG ] /var/www/piebot/app/portal/lang/zh-cn/common.php
- [ LANG ] /var/www/piebot/app/portal/lang/zh-cn/home.php
- [ LANG ] /var/www/piebot/app/portal/lang/zh-cn.php
- [ VIEW ] /var/www/piebot/public/themes/simpleboot3/portal/list.html [ array (
0 => 'site_info',
1 => 'pub_lang_prefix',
2 => 'pub_lang_suffix',
3 => 'pub_route_lang',
4 => 'pub_lang_list',
5 => 'header_nav',
6 => 'the_category_data',
7 => 'the_web_title',
8 => 'the_web_keyword',
9 => 'the_web_desc',
10 => 'slide_data',
11 => 'the_parent_category_data',
12 => 'category_list',
13 => 'list_data',
14 => 'list_page',
15 => 'relate_category_data',
16 => 'theme_vars',
17 => 'theme_widgets',
) ]
- [ DB ] INIT mysql
- [ DB ] CONNECT:[ UseTime:0.000497s ] mysql:host=127.0.0.1;port=3306;dbname=piebot;charset=utf8
- [ SQL ] SHOW COLUMNS FROM `cmf_hook` [ RunTime:0.000511s ]
- [ SQL ] SELECT `hook` FROM `cmf_hook` WHERE `type` = 1 OR ( `type` = 3 AND ( `app` = '' or `app` = 'cmf' ) ) [ RunTime:0.000333s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_hook',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 70,
'filtered' => 11.710000038146973,
'extra' => 'Using where',
) ]
- [ SQL ] SHOW COLUMNS FROM `cmf_hook_plugin` [ RunTime:0.000383s ]
- [ SQL ] SELECT `hook`,`plugin` FROM `cmf_hook_plugin` WHERE `status` = 1 AND `hook` IN ('app_begin','module_init','action_begin','view_filter','app_end','log_write','response_end','admin_init','home_init','send_mobile_verification_code','body_start','before_head_end','footer_start','before_footer','before_footer_end','before_body_end','left_sidebar_start','before_left_sidebar_end','right_sidebar_start','before_right_sidebar_end','comment','guestbook','switch_theme','after_content','before_content','log_write_done','switch_admin_theme','captcha_image') ORDER BY `list_order` ASC [ RunTime:0.000294s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => NULL,
'partitions' => NULL,
'type' => NULL,
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => NULL,
'filtered' => NULL,
'extra' => 'Impossible WHERE noticed after reading const tables',
) ]
- [ SQL ] SHOW COLUMNS FROM `cmf_portal_lang` [ RunTime:0.000440s ]
- [ SQL ] SELECT COUNT(*) AS tp_count FROM `cmf_portal_lang` WHERE `status` = 1 AND `alias` LIKE '%,product,%' [ RunTime:0.000230s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_portal_lang',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 2,
'filtered' => 50.0,
'extra' => 'Using where',
) ]
- [ SQL ] SHOW COLUMNS FROM `cmf_portal_category` [ RunTime:0.000456s ]
- [ SQL ] SELECT COUNT(*) AS tp_count FROM `cmf_portal_category` WHERE `status` = 1 AND `parent_id` = 0 AND `route` = 'product' [ RunTime:0.000294s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_portal_category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 29,
'filtered' => 3.4482758045196533,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `lang`,`abbr`,`is_admin_primeval_field` FROM `cmf_portal_lang` WHERE `status` = 1 AND ( `is_default` = 1 ) LIMIT 1 [ RunTime:0.000314s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_portal_lang',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 2,
'filtered' => 50.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `lang`,`abbr`,`local_name` FROM `cmf_portal_lang` WHERE `status` = 1 [ RunTime:0.000234s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_portal_lang',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 2,
'filtered' => 50.0,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `id`,`parent_id`,`name`,`description`,`more`,`route`,`en_name`,`en_seo_title`,`en_seo_keywords`,`en_seo_description` FROM `cmf_portal_category` WHERE `status` = 1 AND `delete_time` = 0 AND `id` IN (4,74,47,9,5,95,54) ORDER BY `list_order` ASC [ RunTime:0.000368s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_portal_category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 29,
'filtered' => 3.4482758045196533,
'extra' => 'Using where; Using filesort',
) ]
- [ SQL ] SELECT `id`,`parent_id`,`name`,`description`,`more`,`route`,`en_name`,`en_seo_title`,`en_seo_keywords`,`en_seo_description` FROM `cmf_portal_category` WHERE `status` = 1 AND `delete_time` = 0 AND `parent_id` IN (4,74,47,9,5,95,54) ORDER BY `list_order` ASC,`id` ASC [ RunTime:0.000419s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_portal_category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 29,
'filtered' => 3.4482758045196533,
'extra' => 'Using where; Using filesort',
) ]
- [ SQL ] SHOW COLUMNS FROM `cmf_portal_post` [ RunTime:0.000659s ]
- [ SQL ] SELECT `post`.`id`,`post`.`post_title`,`post`.`more`,child.id as category_id,child.route as category_route,root.id as category_root_id,root.route as category_root_route FROM `cmf_portal_post` `post` INNER JOIN `cmf_portal_category_post` `cate_post` ON `cate_post`.`post_id`=`post`.`id` INNER JOIN `cmf_portal_category` `child` ON `child`.`id`=`cate_post`.`category_id` LEFT JOIN `cmf_portal_category` `root` ON `root`.`id`=`child`.`parent_id` WHERE `post`.`create_time` >= 0 AND `post`.`delete_time` = 0 AND `post`.`post_status` = 1 AND `post`.`language` = 'cn' AND `child`.`id` = 101 AND `post`.`recommended` = 1 ORDER BY `post`.`published_time` DESC,`post`.`id` DESC LIMIT 5 [ RunTime:0.000621s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'child',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => 'Using temporary; Using filesort',
) ]
- [ SQL ] SELECT `post`.`id`,`post`.`post_title`,`post`.`more`,child.id as category_id,child.route as category_route,root.id as category_root_id,root.route as category_root_route FROM `cmf_portal_post` `post` INNER JOIN `cmf_portal_category_post` `cate_post` ON `cate_post`.`post_id`=`post`.`id` INNER JOIN `cmf_portal_category` `child` ON `child`.`id`=`cate_post`.`category_id` LEFT JOIN `cmf_portal_category` `root` ON `root`.`id`=`child`.`parent_id` WHERE `post`.`create_time` >= 0 AND `post`.`delete_time` = 0 AND `post`.`post_status` = 1 AND `post`.`language` = 'cn' AND `child`.`id` = 85 AND `post`.`recommended` = 1 ORDER BY `post`.`published_time` DESC,`post`.`id` DESC LIMIT 5 [ RunTime:0.000464s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'child',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => 'Using temporary; Using filesort',
) ]
- [ SQL ] SELECT `post`.`id`,`post`.`post_title`,`post`.`more`,child.id as category_id,child.route as category_route,root.id as category_root_id,root.route as category_root_route FROM `cmf_portal_post` `post` INNER JOIN `cmf_portal_category_post` `cate_post` ON `cate_post`.`post_id`=`post`.`id` INNER JOIN `cmf_portal_category` `child` ON `child`.`id`=`cate_post`.`category_id` LEFT JOIN `cmf_portal_category` `root` ON `root`.`id`=`child`.`parent_id` WHERE `post`.`create_time` >= 0 AND `post`.`delete_time` = 0 AND `post`.`post_status` = 1 AND `post`.`language` = 'cn' AND `child`.`id` = 86 AND `post`.`recommended` = 1 ORDER BY `post`.`published_time` DESC,`post`.`id` DESC LIMIT 5 [ RunTime:0.000379s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'child',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => 'Using temporary; Using filesort',
) ]
- [ SQL ] SELECT `post`.`id`,`post`.`post_title`,`post`.`more`,child.id as category_id,child.route as category_route,root.id as category_root_id,root.route as category_root_route FROM `cmf_portal_post` `post` INNER JOIN `cmf_portal_category_post` `cate_post` ON `cate_post`.`post_id`=`post`.`id` INNER JOIN `cmf_portal_category` `child` ON `child`.`id`=`cate_post`.`category_id` LEFT JOIN `cmf_portal_category` `root` ON `root`.`id`=`child`.`parent_id` WHERE `post`.`create_time` >= 0 AND `post`.`delete_time` = 0 AND `post`.`post_status` = 1 AND `post`.`language` = 'cn' AND `child`.`id` = 87 AND `post`.`recommended` = 1 ORDER BY `post`.`published_time` DESC,`post`.`id` DESC LIMIT 5 [ RunTime:0.000510s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'child',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => 'Using temporary; Using filesort',
) ]
- [ SQL ] SELECT * FROM `cmf_portal_category` WHERE `status` = 1 AND `delete_time` = 0 AND `id` = 101 LIMIT 1 [ RunTime:0.000279s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_portal_category',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SHOW COLUMNS FROM `cmf_slide_item` [ RunTime:0.000429s ]
- [ SQL ] SELECT * FROM `cmf_slide_item` WHERE `status` = 1 AND `slide_id` = 15 AND `description2` = 101 ORDER BY `list_order` ASC,`id` ASC LIMIT 1 [ RunTime:0.000383s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_slide_item',
'partitions' => NULL,
'type' => 'ref',
'possible_keys' => 'slide_id',
'key' => 'slide_id',
'key_len' => '4',
'ref' => 'const',
'rows' => 24,
'filtered' => 2.5641026496887207,
'extra' => 'Using index condition; Using where; Using filesort',
) ]
- [ SQL ] SELECT * FROM `cmf_portal_category` WHERE `status` = 1 AND `delete_time` = 0 AND `id` = 4 LIMIT 1 [ RunTime:0.000219s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_portal_category',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
- [ SQL ] SELECT * FROM `cmf_portal_category` WHERE `status` = 1 AND `delete_time` = 0 AND `parent_id` = 4 ORDER BY `list_order` ASC,`id` ASC [ RunTime:0.000289s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_portal_category',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 29,
'filtered' => 3.4482758045196533,
'extra' => 'Using where; Using filesort',
) ]
- [ SQL ] SELECT COUNT(*) AS tp_count FROM `cmf_portal_post` `post` INNER JOIN `cmf_portal_category_post` `cate_post` ON `cate_post`.`post_id`=`post`.`id` INNER JOIN `cmf_portal_category` `child` ON `child`.`id`=`cate_post`.`category_id` LEFT JOIN `cmf_portal_category` `root` ON `root`.`id`=`child`.`parent_id` WHERE `post`.`create_time` >= 0 AND `post`.`delete_time` = 0 AND `post`.`post_status` = 1 AND `post`.`language` = 'cn' AND ( `child`.`id` = 101 OR `child`.`parent_id` = 101 ) [ RunTime:0.000395s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'child',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 29,
'filtered' => 13.103447914123535,
'extra' => 'Using where',
) ]
- [ SQL ] SELECT `post`.`id`,`post`.`post_title`,`post`.`more`,child.id as category_id,child.route as category_route,root.id as category_root_id,root.route as category_root_route FROM `cmf_portal_post` `post` INNER JOIN `cmf_portal_category_post` `cate_post` ON `cate_post`.`post_id`=`post`.`id` INNER JOIN `cmf_portal_category` `child` ON `child`.`id`=`cate_post`.`category_id` LEFT JOIN `cmf_portal_category` `root` ON `root`.`id`=`child`.`parent_id` WHERE `post`.`create_time` >= 0 AND `post`.`delete_time` = 0 AND `post`.`post_status` = 1 AND `post`.`language` = 'cn' AND ( `child`.`id` = 101 OR `child`.`parent_id` = 101 ) ORDER BY `post`.`published_time` DESC,`post`.`id` DESC LIMIT 0,6 [ RunTime:0.000588s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'child',
'partitions' => NULL,
'type' => 'ALL',
'possible_keys' => 'PRIMARY',
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => 29,
'filtered' => 13.103447914123535,
'extra' => 'Using where; Using temporary; Using filesort',
) ]
- [ SQL ] SELECT `id`,`name`,`en_name`,`route` FROM `cmf_portal_category` WHERE `status` = 1 AND `delete_time` = 0 AND `id` = 0 LIMIT 1 [ RunTime:0.000169s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => NULL,
'partitions' => NULL,
'type' => NULL,
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => NULL,
'filtered' => NULL,
'extra' => 'no matching row in const table',
) ]
- [ SQL ] SHOW COLUMNS FROM `cmf_theme_file` [ RunTime:0.000407s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'simpleboot3' [ RunTime:0.000189s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => NULL,
'partitions' => NULL,
'type' => NULL,
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => NULL,
'filtered' => NULL,
'extra' => 'no matching row in const table',
) ]
- [ SQL ] SHOW COLUMNS FROM `cmf_theme` [ RunTime:0.000378s ]
- [ SQL ] UPDATE `cmf_theme` SET `name` = 'simpleboot3' , `version` = '1.0.2' , `demo_url` = 'http://demo.thinkcmf.com' , `author` = 'ThinkCMF' , `lang` = 'zh-cn' , `author_url` = 'http://www.thinkcmf.com' , `keywords` = 'ThinkCMF模板' , `description` = 'ThinkCMF默認模板' WHERE `theme` = 'simpleboot3' [ RunTime:0.000237s ]
- [ SQL ] SELECT `more` FROM `cmf_theme_file` WHERE `theme` = 'simpleboot3' AND ( `is_public` = 1 OR `file` = 'portal/list' ) [ RunTime:0.000198s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => NULL,
'partitions' => NULL,
'type' => NULL,
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => NULL,
'filtered' => NULL,
'extra' => 'no matching row in const table',
) ]
- [ SQL ] SHOW COLUMNS FROM `cmf_option` [ RunTime:0.000400s ]
- [ SQL ] SELECT `option_value` FROM `cmf_option` WHERE `option_name` = 'storage' LIMIT 1 [ RunTime:0.000188s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => NULL,
'partitions' => NULL,
'type' => NULL,
'possible_keys' => NULL,
'key' => NULL,
'key_len' => NULL,
'ref' => NULL,
'rows' => NULL,
'filtered' => NULL,
'extra' => 'no matching row in const table',
) ]
- [ DB ] CONNECT:[ UseTime:0.000391s ] mysql:host=127.0.0.1;port=3306;dbname=piebot;charset=utf8
- [ SQL ] SELECT `route` FROM `cmf_portal_category` WHERE `status` = 1 AND `delete_time` = 0 AND `id` = 54 LIMIT 1 [ RunTime:0.000233s ]
- [ EXPLAIN : array (
'id' => 1,
'select_type' => 'SIMPLE',
'table' => 'cmf_portal_category',
'partitions' => NULL,
'type' => 'const',
'possible_keys' => 'PRIMARY',
'key' => 'PRIMARY',
'key_len' => '8',
'ref' => 'const',
'rows' => 1,
'filtered' => 100.0,
'extra' => NULL,
) ]
0.030670s
主站蜘蛛池模板:
国产精品久久久久久久免费
|
18禁止观看免费私人影院
|
日本高清不卡码无码v亚洲
日本高清不卡免费
|
国产成人av电影在线观看第一页
|
成人毛片无码一区二区三区
|
国产精品伦子一区二区三区
|
大香网伊人久久综合网2020
|
伊人精品无码一区二区三区电影
|
av日韩天堂
|
无码专区人妻诱中文字幕
|
日韩免费伦理一区二区三区
|
国产成人91激情在线播放
|
国产极品喷水视频
|
精品成人
|
欧美老头把我添高潮了A片视频
|
国产精品岛国久久久久
|
国产精品美女免费视频观看
|
日韩人妻无码潮喷视频
|
欧美乱码卡1卡2卡三卡四卡
|
国产成人精品福利网站在线观看
|
99久久精品免费只有国产
|
国产精品麻豆三级二区视频
|
国产视频中文字幕
|
18国产精品白浆
|
爆乳无码一区二区在线观看
|
亚洲精品一区二区三区四区手机版
|
国产精品美女久久久免费
|
美女内射|
日韩无码视频免费观看
|
日高千晶在线
|
久久精品国产亚洲av影院
|
午夜福利在线观看6080
|
自拍视频国产在线导航
|
成人无码h免费动漫在线观看
|
av天堂午夜精品一区二区三
|
国产伦精品一区二区三区在线观看
|
亚洲精品国产一区二区在线
|
国产亚洲欧美三级黄色网址
|
国产无码理论视频网
|
av高清在线
|
国产欧美久久一区二区三区
|