基本
文件
流程
錯誤
SQL
調試
- 請求信息 : 2025-02-05 15:53:02 HTTP/1.1 GET : http://www.matongwu.com.cn/product/85.html
- 運行時間 : 0.029666s [ 吞吐率:33.71req/s ] 內存消耗:965.78kb 文件加載: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' => '85',
),
)
- [ HEADER ] array (
'host' => 'www.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' => '85',
'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.000460s ] mysql:host=127.0.0.1;port=3306;dbname=piebot;charset=utf8
- [ SQL ] SHOW COLUMNS FROM `cmf_hook` [ RunTime:0.000504s ]
- [ SQL ] SELECT `hook` FROM `cmf_hook` WHERE `type` = 1 OR ( `type` = 3 AND ( `app` = '' or `app` = 'cmf' ) ) [ RunTime:0.000339s ]
- [ 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.000428s ]
- [ 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.000250s ]
- [ 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.000436s ]
- [ SQL ] SELECT COUNT(*) AS tp_count FROM `cmf_portal_lang` WHERE `status` = 1 AND `alias` LIKE '%,product,%' [ RunTime:0.000228s ]
- [ 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.000386s ]
- [ SQL ] SELECT COUNT(*) AS tp_count FROM `cmf_portal_category` WHERE `status` = 1 AND `parent_id` = 0 AND `route` = 'product' [ RunTime:0.000240s ]
- [ 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.000290s ]
- [ 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.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 `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.000401s ]
- [ 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.000493s ]
- [ 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.000550s ]
- [ 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.000552s ]
- [ 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.000503s ]
- [ 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.000506s ]
- [ 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.000471s ]
- [ 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` = 85 LIMIT 1 [ RunTime:0.000244s ]
- [ 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.000411s ]
- [ SQL ] SELECT * FROM `cmf_slide_item` WHERE `status` = 1 AND `slide_id` = 15 AND `description2` = 85 ORDER BY `list_order` ASC,`id` ASC LIMIT 1 [ RunTime:0.000367s ]
- [ 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.000230s ]
- [ 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.000261s ]
- [ 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` = 85 OR `child`.`parent_id` = 85 ) [ RunTime:0.000405s ]
- [ 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` = 85 OR `child`.`parent_id` = 85 ) ORDER BY `post`.`published_time` DESC,`post`.`id` DESC LIMIT 0,6 [ RunTime:0.000515s ]
- [ 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.000220s ]
- [ 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.000571s ]
- [ SQL ] SELECT * FROM `cmf_theme_file` WHERE `theme` = 'simpleboot3' [ RunTime:0.000221s ]
- [ 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.000384s ]
- [ 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.000270s ]
- [ SQL ] SELECT `more` FROM `cmf_theme_file` WHERE `theme` = 'simpleboot3' AND ( `is_public` = 1 OR `file` = 'portal/list' ) [ RunTime:0.000191s ]
- [ 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.000344s ]
- [ SQL ] SELECT `option_value` FROM `cmf_option` WHERE `option_name` = 'storage' 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',
) ]
- [ DB ] CONNECT:[ UseTime:0.000469s ] 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.000260s ]
- [ 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.030366s
主站蜘蛛池模板:
青青草一区二区免费精品
|
成年女人毛片免费观看不卡
|
国产女人喷浆
|
91亚洲影
|
www国产亚洲精品
|
国产激情久久久久久老熟女影视
|
精品日产一卡2卡3卡4卡乱码
|
无码欧美黑人又大又
|
无码乱人伦一区二区亚洲一
|
99精品网站
|
亚洲精品一区二区三区精品
|
丁香五月激情缘综合区
|
国产精品美女免费视频观看
|
欧美激情一区二区三区啪啪
|
久久精品久久午夜福利
|
国产人在线成免费视频麻豆
|
国产av一区二区三区日韩
|
国产无套视频在线观看
|
中文无码久久精品麻豆
|
av无码av在线a∨天堂毛片
|
国产精品美女久久久
|
欧美成人a片在线乱码视频久久久久久人妻一区二区三区
|
91无码在线观看
|
无人区在线完整免费版
|
国产精品色拉拉
|
久久久久久久精品女人毛片
|
亚欧精品产区
|
3d动漫精品专区久久
|
中文字幕一区视频一线
|
人妻少妇69式偷拍
|
欧洲亚洲永久入口免费
|
国产高清重口变态sm在线观看
|
国产成人片a麻豆ⅴ在线观看
|
亚洲ⅴ国产v天堂a无码二区
|
欧美特黄特色视频在线观看
|
人成乱码熟女夜夜爽77妓女免费看人
|
一本道天堂成在人线av无码免费
|
国内自拍神器美颜相机
|
无码黑人又粗又大又长
|
国产一区二区三区在线视頻
|
亚洲欧美v国产一区二区三区
|